percona/pmm

Helm Upgrade Failure

drpdishant opened this issue · 1 comments

Description

helm upgrade fails, prompting the changes I didn't even make.
I change only ingress related config

Expected Results

It should only update the ingress

Actual Results

Error: UPGRADE FAILED: cannot patch "pmm" with kind StatefulSet: StatefulSet.apps "pmm" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden

Version

2.39.0

Steps to reproduce

Create a fresh install on kubernetes.
Change some value and upgrade.

Relevant logs

Error: UPGRADE FAILED: cannot patch "pmm" with kind StatefulSet: StatefulSet.apps "pmm" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
[811aqui@kbutec81l10240 pmm]$ kubectl uninstall pmm
error: unknown command "uninstall" for "kubectl"

Code of Conduct

  • I agree to follow Percona Community Code of Conduct

Hello @drpdishant, could you please provide more detailed steps to reproduce?