diff --git a/helm-charts/mend-renovate-ce/Chart.yaml b/helm-charts/mend-renovate-ce/Chart.yaml index 8bd28f50..9e43158f 100644 --- a/helm-charts/mend-renovate-ce/Chart.yaml +++ b/helm-charts/mend-renovate-ce/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mend-renovate-ce -version: 12.0.1 +version: 12.0.2 appVersion: 12.0.0 description: Mend Renovate Community Edition home: https://github.com/mend/renovate-ce-ee diff --git a/helm-charts/mend-renovate-ce/templates/service.yaml b/helm-charts/mend-renovate-ce/templates/service.yaml index 5536625a..625c18e7 100644 --- a/helm-charts/mend-renovate-ce/templates/service.yaml +++ b/helm-charts/mend-renovate-ce/templates/service.yaml @@ -8,6 +8,9 @@ metadata: helm.sh/chart: {{ include "mend-renovate.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} + {{- with .Values.service.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} {{- with .Values.service.annotations }} annotations: {{- toYaml . | nindent 4 }} diff --git a/helm-charts/mend-renovate-ce/values.yaml b/helm-charts/mend-renovate-ce/values.yaml index c9b66dc9..e64eaf04 100644 --- a/helm-charts/mend-renovate-ce/values.yaml +++ b/helm-charts/mend-renovate-ce/values.yaml @@ -281,6 +281,7 @@ service: https: 443 annotations: { } # cloud.google.com/load-balancer-type: "Internal" + labels: { } ingress: enabled: false diff --git a/helm-charts/mend-renovate-ee/Chart.yaml b/helm-charts/mend-renovate-ee/Chart.yaml index 4c0f68ef..3993dc6f 100644 --- a/helm-charts/mend-renovate-ee/Chart.yaml +++ b/helm-charts/mend-renovate-ee/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mend-renovate-enterprise-edition -version: 6.0.2 +version: 6.0.3 appVersion: 12.0.0 description: Mend Renovate Enterprise Edition home: https://github.com/mend/renovate-ce-ee diff --git a/helm-charts/mend-renovate-ee/templates/server-svc.yaml b/helm-charts/mend-renovate-ee/templates/server-svc.yaml index 9f5de07f..54143760 100644 --- a/helm-charts/mend-renovate-ee/templates/server-svc.yaml +++ b/helm-charts/mend-renovate-ee/templates/server-svc.yaml @@ -8,6 +8,9 @@ metadata: helm.sh/chart: {{ include "mend-renovate.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} + {{- with .Values.service.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} {{- with .Values.service.annotations }} annotations: {{- toYaml . | nindent 4 }} diff --git a/helm-charts/mend-renovate-ee/values.yaml b/helm-charts/mend-renovate-ee/values.yaml index f276a7b3..bd06930d 100644 --- a/helm-charts/mend-renovate-ee/values.yaml +++ b/helm-charts/mend-renovate-ee/values.yaml @@ -561,6 +561,7 @@ service: http: 80 https: 443 # cloud.google.com/load-balancer-type: "Internal" + labels: { } ingress: enabled: false