Javatar81 / devjoy

2 stars 0 forks source link

MatchLabel app.kubernetes.io/version in operator deployment is immutable #55

Closed Javatar81 closed 7 months ago

Javatar81 commented 7 months ago

install strategy failed: Deployment.apps "gitea-operator" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app.kubernetes.io/name":"gitea-operator", "app.kubernetes.io/version":"0.2.0"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable

Javatar81 commented 7 months ago

Workaround: Delete operator deployment during installation.