From 59180b37f318debb338e1ac536edba95bba57360 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 7 Dec 2023 09:17:45 +0100 Subject: [PATCH] helm-chart - create 7.7.2-beta release Signed-off-by: Simon L --- nextcloud-aio-helm-chart/Chart.yaml | 2 +- .../templates/nextcloud-aio-nextcloud-deployment.yaml | 4 ++-- nextcloud-aio-helm-chart/update-helm.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nextcloud-aio-helm-chart/Chart.yaml b/nextcloud-aio-helm-chart/Chart.yaml index ab8327d9af0..e3685e2ba55 100755 --- a/nextcloud-aio-helm-chart/Chart.yaml +++ b/nextcloud-aio-helm-chart/Chart.yaml @@ -1,6 +1,6 @@ name: nextcloud-aio-helm-chart description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose -version: 7.7.1 +version: 7.7.2-beta apiVersion: v2 keywords: - latest diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml index 44a8174001e..cb1de4e56f5 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml @@ -23,12 +23,12 @@ spec: io.kompose.service: nextcloud-aio-nextcloud spec: initContainers: - - name: delete lost+found + - name: "delete-lost-found" image: alpine command: - rm - "-rf" - - /nextcloud-aio-nextcloud/lost+found + - "/nextcloud-aio-nextcloud/lost+found" volumeMounts: - name: nextcloud-aio-nextcloud-trusted-cacerts mountPath: /nextcloud-aio-nextcloud-trusted-cacerts diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index e16883b2a75..3dce38155c1 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -100,12 +100,12 @@ cat << EOL > /tmp/initcontainers.clamav EOL cat << EOL > /tmp/initcontainers.nextcloud initContainers: - - name: delete lost+found + - name: "delete-lost-found" image: alpine command: - rm - "-rf" - - /nextcloud-aio-nextcloud/lost+found + - "/nextcloud-aio-nextcloud/lost+found" volumeMountsInitRmLostFound: - name: init-volumes image: alpine