diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 6a7f2362..18096398 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 2.1.1 +version: 2.1.2 appVersion: 17.0.0 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/charts/nextcloud/templates/metrics-deployment.yaml b/charts/nextcloud/templates/metrics-deployment.yaml index 5e6a0c92..66eb8421 100644 --- a/charts/nextcloud/templates/metrics-deployment.yaml +++ b/charts/nextcloud/templates/metrics-deployment.yaml @@ -15,6 +15,7 @@ spec: matchLabels: app.kubernetes.io/name: {{ include "nextcloud.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} + app.kubernetes.io/component: metrics template: metadata: annotations: {{- toYaml .Values.metrics.podAnnotations | nindent 8 }}