Skip to content

Commit e7016ff

Browse files
authored
Merge pull request #820 from stevehipwell/fix-helm-chart-ci
Fix helm chart ci
2 parents c0ec59c + b544da2 commit e7016ff

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/lint-test-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Helm
1818
uses: azure/setup-helm@v1
1919
with:
20-
version: v3.6.3
20+
version: 3.*
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v2

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
release:
12-
if: startsWith(github.ref, "refs/tags/v")
1312
runs-on: ubuntu-latest
1413
steps:
1514
- name: Checkout
@@ -25,7 +24,7 @@ jobs:
2524
- name: Install Helm
2625
uses: azure/setup-helm@v1
2726
with:
28-
version: v3.6.3
27+
version: 3.*
2928

3029
- name: Run chart-releaser
3130
uses: helm/[email protected]

charts/metrics-server/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[Metrics Server](https://github.com/kubernetes-sigs/metrics-server/) is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
44

5+
<!-- Trigger release -->
6+
57
## Installing the Chart
68

79
Before you can install the chart you will need to add the `metrics-server` repo to [Helm](https://helm.sh/).

0 commit comments

Comments
 (0)