From e8ec3afd29fa542b2d61acab8790cda7589b928c Mon Sep 17 00:00:00 2001 From: Amarpreet Minhas Date: Wed, 19 Jul 2023 18:34:06 +0000 Subject: [PATCH] Update gitea pvc --- argo/apps/values.yaml | 10 +++++----- helm/gitea/pvc.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index 45a4aec..99efe32 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -45,11 +45,11 @@ helmApps: repoURL: https://chartmuseum.github.io/charts chart: chartmuseum revision: 3.10.1 - - app: nextcloud - namespace: nextcloud - repoURL: https://nextcloud.github.io/helm/ - chart: nextcloud - revision: 3.5.19 + # - app: nextcloud + # namespace: nextcloud + # repoURL: https://nextcloud.github.io/helm/ + # chart: nextcloud + # revision: 3.5.19 - app: wallabag namespace: wallabag repoURL: https://k8s-at-home.com/charts/ diff --git a/helm/gitea/pvc.yaml b/helm/gitea/pvc.yaml index 87a762f..a6cd712 100644 --- a/helm/gitea/pvc.yaml +++ b/helm/gitea/pvc.yaml @@ -6,7 +6,7 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: longhorn-retain + storageClassName: longhorn-encrypted-retain resources: requests: storage: 20Gi