diff --git a/stable/redmine/Chart.yaml b/stable/redmine/Chart.yaml index 366e773103..dd56e64050 100644 --- a/stable/redmine/Chart.yaml +++ b/stable/redmine/Chart.yaml @@ -1,5 +1,5 @@ name: redmine -version: 4.0.1 +version: 4.0.2 appVersion: 3.4.6 description: A flexible project management web application. keywords: diff --git a/stable/redmine/templates/deployment.yaml b/stable/redmine/templates/deployment.yaml index 51c2a65da8..bb91f4abbb 100644 --- a/stable/redmine/templates/deployment.yaml +++ b/stable/redmine/templates/deployment.yaml @@ -13,6 +13,8 @@ spec: metadata: labels: app: {{ template "redmine.fullname" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: "{{ .Release.Name }}" spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: