riazarbi opened a new issue, #19588: URL: https://github.com/apache/superset/issues/19588
When upgrading my helm release fro v 0.5.8 to 0.5.9 I get the following error - ``` Error: UPGRADE FAILED: cannot patch "superset-redis-master" with kind StatefulSet: StatefulSet.apps "superset-redis-master" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden ``` #### How to reproduce the bug 1. Deploy a helm chart with a v 0.5.8 release 2. Upgrade the release to v 0.5.9 ### Expected results The upgrade to complete successfully. ### Actual results I get the above error ### Environment - browser type and version: Not relevant - superset version: `1.4.0` - python version: Not relevant - node.js version: Not relevant - any feature flags active: Not relevant ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. **Not possible** - [X] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context I've tried to add `--reuse-values` to the helm upgrade command, and I get a different error ``` ubuntu-admin@k3s-server-32:~/deployments$ sudo KUBECONFIG=/etc/rancher/k3s/k3s.yaml helm upgrade --install superset superset/superset --values superset2-values.yaml --version=0.5.9 --namespace=superset2 --create-namespace --reuse-values coalesce.go:163: warning: skipped value for extraEnv: Not a table. Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(StatefulSet.spec.template.spec.containers[0].command): invalid type for io.k8s.api.core.v1.Container.command: got "string", expected "array" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
