We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4af2df commit 139266cCopy full SHA for 139266c
.github/workflows/cd-chart.yml
@@ -23,11 +23,11 @@ jobs:
23
24
- uses: azure/setup-helm@v2.1
25
with:
26
- version: v3.5.0
+ version: v3.8.1
27
28
- run: helm repo add bitnami https://charts.bitnami.com/bitnami
29
30
- - uses: helm/chart-releaser-action@v1.2.1
+ - uses: helm/chart-releaser-action@v1.4.0
31
env:
32
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
33
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
.github/workflows/ci-chart.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
- uses: actions/setup-python@v2
20
0 commit comments