helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

add image tag to alpine/curl

Open amitsagtani97 opened this issue 1 year ago • 2 comments

Description

While using the helm template command to download and ship step-certificates chart in an air-gapped environment, getting this error -

Container alpine/curl without a tag found or pin found. Aborting! Fix this chart. not compatible with offline. Components need explicit tags for that

In the tests, we are currently using alpine/curl image without a tag, that is creating the issue. This pr fixes this by adding a tag to alpine/curl image.

amitsagtani97 avatar Sep 17 '24 10:09 amitsagtani97

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 17 '24 10:09 CLAassistant

Would the use of :latest instead of an explicit version would work for your use case?

Yes, that would work as well.

Would the use of :latest instead of an explicit version would work for your use case?

Hi @maraino, yes that should work as well. I created a suggestion from @amitsagtani97's PR, unfortunately he's OOO for a few days/weeks. Please go ahead and merge, if you can. Thanks!

jschumacher-wire avatar Sep 19 '24 11:09 jschumacher-wire