File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,17 +256,17 @@ jobs:
256
256
# See more here: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
257
257
258
258
- name : Package helm chart with vX.Y.Z
259
- uses : WyriHaximus/github-action-helm3@v3
259
+ uses : WyriHaximus/github-action-helm3@v4
260
260
with :
261
261
exec : helm package --app-version $RELEASE_VERSION --version "${RELEASE_VERSION}" --destination ./gh-pages helm/mail
262
262
263
263
- name : Package helm chart with X.Y.Z
264
- uses : WyriHaximus/github-action-helm3@v3
264
+ uses : WyriHaximus/github-action-helm3@v4
265
265
with :
266
266
exec : helm package --app-version "${RELEASE_VERSION_NO_v}" --version "${RELEASE_VERSION_NO_v}" --destination ./gh-pages helm/mail
267
267
268
268
- name : Create helm chart index
269
- uses : WyriHaximus/github-action-helm3@v3
269
+ uses : WyriHaximus/github-action-helm3@v4
270
270
with :
271
271
exec : cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix
272
272
You can’t perform that action at this time.
0 commit comments