From ef96e01b567217d9d44248fe0890bcbe2ba0d998 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 24 Jun 2024 09:24:55 +0000 Subject: [PATCH] chore(deps): update helm release nextcloud to v5.0.1 --- nextcloud/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/kustomization.yaml b/nextcloud/kustomization.yaml index 5228743..f8d65fa 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.0.0" + version: "5.0.1" valuesFile: config/values.nextcloud.yaml skipTests: true