Skip to content

Commit

Permalink
Automatic versions for helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
simongottschlag committed Jan 27, 2021
1 parent 2d9a42a commit ed8e7c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
run: |
yq e '.version=env(GITHUB_TAG)' -i charts/azad-kube-proxy/Chart.yaml
yq e '.appVersion=env(GITHUB_TAG)' -i charts/azad-kube-proxy/Chart.yaml
if [[ $(git status --porcelain) ]]; then
git diff
echo "update version and appVersion for helm chart to: ${GITHUB_TAG}"
exit 1
fi
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
Expand Down
4 changes: 2 additions & 2 deletions charts/azad-kube-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: azad-kube-proxy
description: A Helm chart for Azure AD Kubernetes API Proxy (azad-kube-proxy)
type: application
version: v0.0.4
appVersion: v0.0.4
version: v0.0.0
appVersion: v0.0.0

0 comments on commit ed8e7c6

Please sign in to comment.