Skip to content

Commit

Permalink
Fix matchLabels to include metrics (#18)
Browse files Browse the repository at this point in the history
* Fix matchLabels to include metrics

Signed-off-by: Dominic Giebert <[email protected]>

* Increment Version

Signed-off-by: Dominic Giebert <[email protected]>
  • Loading branch information
dgiebert authored Sep 24, 2020
1 parent a20fd94 commit 95bc1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions charts/nextcloud/templates/metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 95bc1ad

Please sign in to comment.