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
$ helm upgrade netbox-enix enix/netbox
Error: UPGRADE FAILED: cannot patch "netbox-enix-postgresql" with kind StatefulSet: StatefulSet.apps "netbox-enix-postgresql" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden. && cannot patch "netbox-enix" with kind StatefulSet: StatefulSet.apps "netbox-enix" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden.
The text was updated successfully, but these errors were encountered:
Like any helm upgrade, you need to pass in the values you used for creating the release:
helm upgrade netbox-enix enix/netbox --set foo=bar -f values.yaml
# I highly recommand `values files` as parameters on command line are a pain to maintain over release upgrade
How to upgrade netbox chart ?
I tried:
got the following error:
The text was updated successfully, but these errors were encountered: