aboutsummaryrefslogtreecommitdiff
path: root/k8s
diff options
context:
space:
mode:
authorManuel Leonhardt <me@skycaptain.dev>2025-05-05 20:54:43 +0200
committerGitHub <noreply@github.com>2025-05-05 11:54:43 -0700
commit3c15c8ddade7aa81d5a94212986f27024b28f93a (patch)
treebab0ef98d610e15b0c07e901ea54cf700bfdd107 /k8s
parent93aed187e94dcaebf8e8f60cc5f180b49289649f (diff)
downloadseaweedfs-3c15c8ddade7aa81d5a94212986f27024b28f93a.tar.xz
seaweedfs-3c15c8ddade7aa81d5a94212986f27024b28f93a.zip
fix: remove blocking match label (#6760)
matchLabels are immutable. Thus, matching against the version, which changes with every release, blocks Helm upgrades. To resolve this, the label is removed. See [1] where this was similarly done. [1] https://github.com/seaweedfs/seaweedfs/pull/6090
Diffstat (limited to 'k8s')
-rw-r--r--k8s/charts/seaweedfs/templates/cosi-deployment.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/k8s/charts/seaweedfs/templates/cosi-deployment.yaml b/k8s/charts/seaweedfs/templates/cosi-deployment.yaml
index 0e2e19477..d23de0584 100644
--- a/k8s/charts/seaweedfs/templates/cosi-deployment.yaml
+++ b/k8s/charts/seaweedfs/templates/cosi-deployment.yaml
@@ -14,7 +14,6 @@ spec:
selector:
matchLabels:
app.kubernetes.io/name: {{ template "seaweedfs.name" . }}
- helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: objectstorage-provisioner
template: