I have a helm chart containing Kubernetes job but unfortunately helm upgrade
won't work because the image name is immutable so logically I need to do a delete
and install
but I will loose my set values.yaml
if they were customised in the first place.
How can I keep the values before deleting the chart and use them for new install to simulate an upgrade? I couldn't find anything in documentations or here.
Thanks