Skip to content

Commit 2845e74

Browse files
committed
fix(release): upgrade to helm 3.14
1 parent ad8deb0 commit 2845e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Get Helm
8585
run: |
86-
curl -sSLo /tmp/helm.tar.gz "https://get.helm.sh/helm-v3.13.1-linux-amd64.tar.gz" && \
86+
curl -sSLo /tmp/helm.tar.gz "https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz" && \
8787
tar --strip-components=1 -C /tmp -xzvf /tmp/helm.tar.gz linux-amd64/helm && \
8888
mv /tmp/helm /usr/local/bin/helm && \
8989
rm -f /tmp/helm.tar.gz
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Get helm
116116
run: |
117-
curl -sSLo /tmp/helm.tar.gz "https://get.helm.sh/helm-v3.13.1-linux-amd64.tar.gz" && \
117+
curl -sSLo /tmp/helm.tar.gz "https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz" && \
118118
tar --strip-components=1 -C /tmp -xzvf /tmp/helm.tar.gz linux-amd64/helm && \
119119
mv /tmp/helm /usr/local/bin/helm && \
120120
rm -f /tmp/helm.tar.gz

0 commit comments

Comments
 (0)