nicholaswilde / helm-charts

My collection of Helm charts.
https://artifacthub.io/packages/search?repo=nicholaswilde
Apache License 2.0
70 stars 32 forks source link

Custom imgae in template #56

Open krakazyabra opened 3 years ago

krakazyabra commented 3 years ago

Details

Ask your question: Hi! I have a task to "hide" image from values to inside template, is it possible?

nicholaswilde commented 3 years ago

I'm not sure if I understand the question. If you fill out the values.yaml file, the image and tag is required. However, you can do a an install from the command line in which you can set certain parameters and exclude the image tag. If you post your values.yaml, I can help you figure out the command line.