Skip to content

Commit

Permalink
Merge pull request #201 from flo-mic/master
Browse files Browse the repository at this point in the history
fix nextcloud metrics
  • Loading branch information
tvories authored Feb 20, 2022
2 parents 0ef54cd + 90a3ce0 commit 3d4460b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12.0
version: 2.12.1
appVersion: 22.2.3
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
imagePullPolicy: {{ .Values.metrics.image.pullPolicy }}
env:
{{- if .Values.metrics.token }}
- name: NEXTCLOUD_TOKEN
- name: NEXTCLOUD_AUTH_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Values.nextcloud.existingSecret.secretName | default (include "nextcloud.fullname" .) }}
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ metrics:

image:
repository: xperimental/nextcloud-exporter
tag: v0.5.0
tag: 0.5.0
pullPolicy: IfNotPresent

## Metrics exporter resource requests and limits
Expand Down

0 comments on commit 3d4460b

Please sign in to comment.