From 06fb4eb0a6a85d43e5ae989a31b6707cc0186bc8 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Mon, 9 Mar 2026 00:11:54 +0100 Subject: [PATCH] fix: correct config file for openmetrics Signed-off-by: WrenIX --- charts/nextcloud/Chart.yaml | 2 +- .../{helm-metrics.php.tpl => helm-metrics.config.php.tpl} | 0 charts/nextcloud/values.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename charts/nextcloud/files/defaultConfigs/{helm-metrics.php.tpl => helm-metrics.config.php.tpl} (100%) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index c6ce0dd8..6d92501c 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 9.0.2 +version: 9.0.3 # renovate: image=docker.io/library/nextcloud appVersion: 33.0.0 description: A file sharing server that puts the control and security of your own data back into your hands. diff --git a/charts/nextcloud/files/defaultConfigs/helm-metrics.php.tpl b/charts/nextcloud/files/defaultConfigs/helm-metrics.config.php.tpl similarity index 100% rename from charts/nextcloud/files/defaultConfigs/helm-metrics.php.tpl rename to charts/nextcloud/files/defaultConfigs/helm-metrics.config.php.tpl diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index 33819fcd..ea331e8a 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -262,7 +262,7 @@ nextcloud: # disables the web based updater as the default nextcloud docker image does not support it upgrade-disable-web.config.php: true # -- adjust openmetrics - helm-metrics.php: true + helm-metrics.config.php: true # -- imaginary support config imaginary.config.php: false