You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StatefulSet.apps "thanos-storegateway" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'ordinals', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
Additional information
From what it looks like it's very similar to this issue: #29749
I'm guessing the stateful set template in the Helm chart was modified to allow changes to some forbidden values
The text was updated successfully, but these errors were encountered:
You are right. The issue is related to PR #29763 (which reverts #29673). Only versions 15.7.26 and 15.7.27 are affected. I was able to upgrade using previous and higher versions. So in this case you should treat this as a major upgrade.
Name and Version
thanos/15.9.2
What architecture are you using?
arm64
What steps will reproduce the bug?
Are you using any custom parameters or values?
What is the expected behavior?
The upgrade should succeed
What do you see instead?
StatefulSet.apps "thanos-storegateway" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'ordinals', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
Additional information
From what it looks like it's very similar to this issue: #29749
I'm guessing the stateful set template in the Helm chart was modified to allow changes to some forbidden values
The text was updated successfully, but these errors were encountered: