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