Open glopezep opened 2 years ago
Should be fixed approving this pr: https://github.com/deliverybot/helm/pull/67
hey 👋 when is it expected to be fixed?
Until it's merged, you can use @glopezep their fork.
Replace the following in your GitHub Action .yml-file:
uses: deliverybot/helm@v1
with
uses: glopezep/helm@v1.7.1
Thanks for the fix @glopezep 👍
My deploy also fails because of this.
Thanks @glopezep for the temporary fix!
Is there any major reason why the PR has not been merged yet?
Any updates on when this PR will be merged?
Should be fixed approving this pr: #67
Thank you! I forked yours and added the 'repository' value to the action.yml, needed it in my usecase.
uses: bym0/helm@v1.7.2
If anyone needs this too.
Build fails:
fetch http://dl-3.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz WARNING: Ignoring http://dl-3.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz: UNTRUSTED signature fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz ERROR: unsatisfiable constraints: aws-cli (missing): required by: world[aws-cli]
glopezep/helm@v1.7.1 also fails:
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz ERROR: unable to select packages: so:libcrypto.so.3 (no such package): required by: py3-cryptography-39.0.2-r0[so:libcrypto.so.3] aws-c-cal-0.5.21-r0[so:libcrypto.so.3] s2n-tls-1.3.38-r0[so:libcrypto.so.3] so:libssl.so.3 (no such package): required by: py3-cryptography-39.0.2-r0[so:libssl.so.3]
uses: 'vimeda/helm@v1.6.8' seems to work