From 2630107ede7a66f22cf3fdc7cc6b23da9b8bee56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 16 Jul 2026 21:18:40 +0000 Subject: [PATCH] upgrade nextcloud helm chart to version 9.2.2, removed hardcoded image version from helm value --- README.md | 3 +++ deploy/nextcloud/nextcloud-helm-release.yaml | 2 +- deploy/nextcloud/nextcloud-helm-values.yaml | 10 ---------- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d4283b3..b50838d 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,9 @@ su -s /bin/bash www-data -c "php occ maintenance:repair --include-expensive" ## Setup and Deploy +- [Nextcloud Helm Chart](https://nextcloud.github.io/helm/) +- [Nextcloud Helm Chart - git hub](https://github.com/nextcloud/helm) + - All kustomizations can be executed using vscode task `Kustomize - Build & Deploy - Selected File`. - Helm charts can be deployed using vscode task `Apply App`. diff --git a/deploy/nextcloud/nextcloud-helm-release.yaml b/deploy/nextcloud/nextcloud-helm-release.yaml index cda3bec..7b29c56 100644 --- a/deploy/nextcloud/nextcloud-helm-release.yaml +++ b/deploy/nextcloud/nextcloud-helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: nextcloud/nextcloud - version: '9.0' + version: '9.2.2' sourceRef: kind: HelmRepository name: nextcloud diff --git a/deploy/nextcloud/nextcloud-helm-values.yaml b/deploy/nextcloud/nextcloud-helm-values.yaml index 56097d2..7eeddeb 100644 --- a/deploy/nextcloud/nextcloud-helm-values.yaml +++ b/deploy/nextcloud/nextcloud-helm-values.yaml @@ -1,14 +1,6 @@ -image: - repository: nextcloud - flavor: apache - tag: "33" - pullPolicy: Always - replicaCount: 1 - - livenessProbe: initialDelaySeconds: 60 periodSeconds: 60 @@ -263,5 +255,3 @@ nextcloud: ingress: enabled: false - -