File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 81
81
- name : Checkout
82
82
uses : actions/checkout@v4
83
83
84
- - name : Downgrade Helm # 1.13.0 has bug that block push charts on OCI https://github.com/helm/helm/issues/12491
84
+ - name : Get Helm
85
85
run : |
86
- curl -sSLo /tmp/helm.tar.gz "https://get.helm.sh/helm-v3.12.0 -linux-amd64.tar.gz" && \
86
+ curl -sSLo /tmp/helm.tar.gz "https://get.helm.sh/helm-v3.13.1 -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
@@ -112,9 +112,9 @@ jobs:
112
112
- name : Checkout
113
113
uses : actions/checkout@v4
114
114
115
- - name : Downgrade Helm # 1.13.0 has bug that block push charts on OCI https://github.com/ helm/helm/issues/12491
115
+ - name : Get helm
116
116
run : |
117
- curl -sSLo /tmp/helm.tar.gz "https://get.helm.sh/helm-v3.12.0 -linux-amd64.tar.gz" && \
117
+ curl -sSLo /tmp/helm.tar.gz "https://get.helm.sh/helm-v3.13.1 -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