From 2b71d1b783dc300a76feaccd26d832a696e8125b Mon Sep 17 00:00:00 2001 From: Peter <peter@icb4dc0.de> Date: Thu, 20 Feb 2025 15:44:20 +0000 Subject: [PATCH] chore(deps): update helm release nextcloud to v6.6.4 --- nextcloud/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/kustomization.yaml b/nextcloud/kustomization.yaml index 3126f23..7cac0fb 100644 --- a/nextcloud/kustomization.yaml +++ b/nextcloud/kustomization.yaml @@ -21,7 +21,7 @@ helmCharts: repo: https://nextcloud.github.io/helm/ releaseName: nextcloud namespace: nextcloud - version: "6.6.3" + version: "6.6.4" valuesFile: config/values.nextcloud.yaml skipTests: true