Skip to content

Commit 7fa6912

Browse files
authored
fix: correct config file for openmetrics #839
Signed-off-by: WrenIX <dev.github@wrenix.eu>
1 parent a7c9f1d commit 7fa6912

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 9.0.2
3+
version: 9.0.3
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 33.0.0
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/files/defaultConfigs/helm-metrics.php.tpl renamed to charts/nextcloud/files/defaultConfigs/helm-metrics.config.php.tpl

File renamed without changes.

charts/nextcloud/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ nextcloud:
262262
# disables the web based updater as the default nextcloud docker image does not support it
263263
upgrade-disable-web.config.php: true
264264
# -- adjust openmetrics
265-
helm-metrics.php: true
265+
helm-metrics.config.php: true
266266
# -- imaginary support config
267267
imaginary.config.php: false
268268

0 commit comments

Comments
 (0)