Skip to content

Commit

Permalink
Merge pull request #527 from wrenix/fix/metrics-resource-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Feb 5, 2024
2 parents 0e2c006 + f50c1c2 commit 7a06f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4.5.19
version: 4.5.20
appVersion: 28.0.2
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
5 changes: 3 additions & 2 deletions charts/nextcloud/templates/metrics/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ spec:
ports:
- name: metrics
containerPort: 9205
{{- if .Values.metrics.resources }}
resources: {{- toYaml .Values.metrics.resources | nindent 10 }}
{{- with .Values.metrics.resources }}
resources:
{{- toYaml . | nindent 12 }}
{{- end }}
securityContext:
runAsUser: 1000
Expand Down

0 comments on commit 7a06f2b

Please sign in to comment.