Skip to content

Commit

Permalink
Merge pull request #82 from webwurst/fix-label
Browse files Browse the repository at this point in the history
Fix label in values.yaml
  • Loading branch information
tvories authored Feb 19, 2021
2 parents 834d03e + 4d6eeb4 commit d711459
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.5.5
version: 2.5.6
appVersion: 19.0.3
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
1 change: 0 additions & 1 deletion charts/nextcloud/templates/metrics-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: {{ template "nextcloud.fullname" . }}-metrics
labels:
labels:
app.kubernetes.io/name: {{ include "nextcloud.name" . }}
helm.sh/chart: {{ include "nextcloud.chart" . }}
Expand Down

0 comments on commit d711459

Please sign in to comment.