This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new fb9172cce8 [helm] remove appversion from labels (#16066)
fb9172cce8 is described below
commit fb9172cce89df3b89b2aeab4d48c404625aa19f6
Author: Gallardot <[email protected]>
AuthorDate: Sat May 25 09:55:43 2024 +0800
[helm] remove appversion from labels (#16066)
---
deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl | 1 -
1 file changed, 1 deletion(-)
diff --git a/deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl
b/deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl
index 71287b1f10..368e0b290f 100644
--- a/deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl
+++ b/deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl
@@ -51,7 +51,6 @@ Create a default common labels.
{{- define "dolphinscheduler.common.labels" -}}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
-app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- end -}}
{{/*