From d645962f53bc584919cb9f2ec24fa7475494808f Mon Sep 17 00:00:00 2001 From: WrenIX <133280015+wrenix@users.noreply.github.com> Date: Sun, 8 Mar 2026 20:10:05 +0100 Subject: [PATCH] chore: correct CHANGELOG Signed-off-by: WrenIX <133280015+wrenix@users.noreply.github.com> --- charts/nextcloud/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nextcloud/CHANGELOG.md b/charts/nextcloud/CHANGELOG.md index 1b64c0a1..f8f557d8 100644 --- a/charts/nextcloud/CHANGELOG.md +++ b/charts/nextcloud/CHANGELOG.md @@ -6,8 +6,8 @@ Here we list all major versions and their breaking changes for migration. ## v9 - upgrade to v33 major version -- move `metrics.serviceMonitor` to `prometheus.serviceMonitor`: It us used for nextcloud-exporter and notify-push -- move `metrics.rules` to `prometheus.rules`: It us used for nextcloud-exporter and notify-push +- move `metrics.serviceMonitor` to `prometheus.serviceMonitor`: It us used for metrics like openmetric and nextcloud-exporter +- move `metrics.rules` to `prometheus.rules`: It us used for all collected metrics ## v8 - `cronjob.command` was renamed to `cronjob.sidecar.command` to avoid confusion with the cronjob command. Please update your `values.yaml` accordingly.