helm-charts
helm-charts copied to clipboard
Init job breaks if you try to upgrade cockroach version
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
Should be fixed: https://github.com/cockroachdb/helm-charts/pull/68
Fixed with #68