diff --git a/clusters/cl01tl/applications/tubearchivist/Chart.yaml b/clusters/cl01tl/applications/tubearchivist/Chart.yaml index dd4c8a2c1..eed28b3e1 100644 --- a/clusters/cl01tl/applications/tubearchivist/Chart.yaml +++ b/clusters/cl01tl/applications/tubearchivist/Chart.yaml @@ -11,10 +11,8 @@ home: https://wiki.alexlebens.dev/s/9a5f89bb-3cae-43ab-b651-d39f69a05e93 sources: - https://github.com/tubearchivist/tubearchivist - https://github.com/elastic/elasticsearch - - https://github.com/valkey-io/valkey - https://hub.docker.com/r/bbilly1/tubearchivist - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template - - https://github.com/bitnami/charts/tree/main/bitnami/valkey maintainers: - name: alexlebens dependencies: @@ -22,8 +20,5 @@ dependencies: alias: tubearchivist 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 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tube-archivist.png appVersion: v0.5.2 diff --git a/clusters/cl01tl/applications/tubearchivist/values.yaml b/clusters/cl01tl/applications/tubearchivist/values.yaml index 13ab37739..6c1ac078b 100644 --- a/clusters/cl01tl/applications/tubearchivist/values.yaml +++ b/clusters/cl01tl/applications/tubearchivist/values.yaml @@ -105,25 +105,3 @@ tubearchivist: main: - path: /youtube 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