Closed
Description
With 44ef470 we added new labels to the ws-manager
. However, that seems to prevent users from updating their Gitpod installation with the Installer. Following errors occurs:
for: "k8s.yaml": Deployment.apps "ws-manager-bridge" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app":"gitpod", "component":"ws-manager-bridge"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable
We need to find a way to update Gitpod with the Installer despite the changes of immutable fields.