I just realized after upgrading from 0.22.0 that if I have a values file with something like
description: '{{$labels.namespace}}/{{$labels.pod}} restarted {{$value}}
It will attempt to template it. So migrating from 0.22.0 to 0.23.0 will cause breakage and I have to update the helmfile and the templates in sync.
I just realized after upgrading from 0.22.0 that if I have a values file with something like
description: '{{$labels.namespace}}/{{$labels.pod}} restarted {{$value}}It will attempt to template it. So migrating from 0.22.0 to 0.23.0 will cause breakage and I have to update the helmfile and the templates in sync.