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