From 7649cea6b61e09e0aa2769ece8f020a62bf0b1df Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 14 Sep 2024 21:57:27 +0000 Subject: [PATCH] chore(deps): update helm release nextcloud to v5.5.6 --- nextcloud/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/kustomization.yaml b/nextcloud/kustomization.yaml index d6f23ca..5c83fd0 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: "5.5.4" + version: "5.5.6" valuesFile: config/values.nextcloud.yaml skipTests: true