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
This manifests on the 1.1.17 Helm charts. It happens both for when there previously was a chart installed from sources and from an official release. Uninstalling works around the error.
$ helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
sematic-server [...] 2 2023-10-11 22:37:28.633201775 +0000 UTC failed sematic-server-1.1.16 v0.34.1
$ helm upgrade sematic-server sematic-ai/sematic-server -f [...]
Error: UPGRADE FAILED: cannot patch "sematic-server" with kind Deployment: Deployment.apps "sematic-server" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app.kubernetes.io/instance":"sematic-server", "app.kubernetes.io/name":"sematic-server", "sematic.ai/component":"all"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable
$ helm uninstall sematic-server
$ helm upgrade --install sematic-server sematic-ai/sematic-server -f [...]
Release "sematic-server" does not exist. Installing it now.
NAME: sematic-server
LAST DEPLOYED: Wed Oct 11 22:46:51 2023
NAMESPACE: [...]
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Sematic dashboard url: [...]
$ helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
sematic-server [...] 1 2023-10-11 22:46:51.895308881 +0000 UTC deployed sematic-server-1.1.17 v0.35.0
The text was updated successfully, but these errors were encountered:
This manifests on the 1.1.17 Helm charts. It happens both for when there previously was a chart installed from sources and from an official release. Uninstalling works around the error.
The text was updated successfully, but these errors were encountered: