File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
84
84
- name : Get Helm
85
85
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" && \
87
87
tar --strip-components=1 -C /tmp -xzvf /tmp/helm.tar.gz linux-amd64/helm && \
88
88
mv /tmp/helm /usr/local/bin/helm && \
89
89
rm -f /tmp/helm.tar.gz
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
- name : Get helm
116
116
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" && \
118
118
tar --strip-components=1 -C /tmp -xzvf /tmp/helm.tar.gz linux-amd64/helm && \
119
119
mv /tmp/helm /usr/local/bin/helm && \
120
120
rm -f /tmp/helm.tar.gz
You can’t perform that action at this time.
0 commit comments