Skip to content

Commit fbd73db

Browse files
committed
fix(release): helm version fix no longer needed
1 parent 43e35e4 commit fbd73db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
- name: Checkout
8282
uses: actions/checkout@v4
8383

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
8585
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" && \
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
@@ -112,9 +112,9 @@ jobs:
112112
- name: Checkout
113113
uses: actions/checkout@v4
114114

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
116116
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" && \
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)