diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index c068614..fa09d7d 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -60,13 +60,8 @@ helmApps: repoURL: https://immich-app.github.io/immich-charts chart: immich revision: 0.1.2 - - app: zitadel - namespace: zitadel - repoURL: https://charts.zitadel.com - chart: zitadel - revision: 5.0.0 - - app: cockroachdb - namespace: crdb - repoURL: https://charts.cockroachdb.com/ - chart: cockroachdb - revision: 11.1.0 + # - app: zitadel + # namespace: zitadel + # repoURL: https://charts.zitadel.com + # chart: zitadel + # revision: 5.0.0 diff --git a/argo/cockroachdb/values.yaml b/argo/cockroachdb/values.yaml deleted file mode 100644 index f4f398e..0000000 --- a/argo/cockroachdb/values.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: crdb -namespace: crdb -serviceAccountName: crdb -fullnameOverride: crdb -single-node: true -statefulset: - replicas: 1