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

Init job breaks if you try to upgrade cockroach version

Open jimethn opened this issue 5 years ago • 1 comments

Jobs are immutable, but the init job uses the same values.yaml field (.Values.image.tag) as the actual DB pods. So when you update the version, helm (or rather, kube) errors out saying you're trying to change an immutable field.

Jira issue: HELM-41

jimethn avatar Sep 28 '20 14:09 jimethn

Should be fixed: https://github.com/cockroachdb/helm-charts/pull/68

jonasbadstuebner avatar Jan 22 '25 00:01 jonasbadstuebner

Fixed with #68

prafull01 avatar Jul 15 '25 14:07 prafull01