Skip to content

Commit

Permalink
Merge pull request #820 from stevehipwell/fix-helm-chart-ci
Browse files Browse the repository at this point in the history
Fix helm chart ci
  • Loading branch information
serathius authored Sep 10, 2021
2 parents c0ec59c + b544da2 commit e7016ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.6.3
version: 3.*

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
release:
if: startsWith(github.ref, "refs/tags/v")
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -25,7 +24,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.6.3
version: 3.*

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
Expand Down
2 changes: 2 additions & 0 deletions charts/metrics-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

<!-- Trigger release -->

## Installing the Chart

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

0 comments on commit e7016ff

Please sign in to comment.