From 4cc19b007a3a83d228753b5892df1908c3a069cc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 29 Jul 2025 19:30:40 -0500 Subject: [PATCH] remove valke --- .../cl01tl/applications/immich/Chart.yaml | 5 ----- .../cl01tl/applications/immich/values.yaml | 22 ------------------- 2 files changed, 27 deletions(-) diff --git a/clusters/cl01tl/applications/immich/Chart.yaml b/clusters/cl01tl/applications/immich/Chart.yaml index 472127033..03fcc0435 100644 --- a/clusters/cl01tl/applications/immich/Chart.yaml +++ b/clusters/cl01tl/applications/immich/Chart.yaml @@ -8,10 +8,8 @@ keywords: home: https://wiki.alexlebens.dev/s/9377ae08-2041-4b6d-bc2b-61a4f5e8faae sources: - https://github.com/immich-app/immich - - https://github.com/valkey-io/valkey - https://github.com/cloudnative-pg/cloudnative-pg - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template - - https://github.com/bitnami/charts/tree/main/bitnami/valkey - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster maintainers: - name: alexlebens @@ -20,9 +18,6 @@ dependencies: alias: immich repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.2.0 - - name: valkey - version: 3.0.22 - repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts - name: postgres-cluster alias: postgres-16-cluster version: 5.1.0 diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index d934437e0..2941732fb 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -188,28 +188,6 @@ immich: main: - path: /usr/src/app/upload readOnly: false -valkey: - architecture: replication - auth: - enabled: false - usePasswordFiles: false - primary: - resources: - requests: - cpu: 100m - memory: 64Mi - persistence: - enabled: true - size: 1Gi - replica: - replicaCount: 1 - resources: - requests: - cpu: 100m - memory: 64Mi - persistence: - enabled: true - size: 1Gi postgres-16-cluster: # Tensorchord #--- https://github.com/immich-app/immich/discussions/9060