From 7738f0b60b5714ef639d88bf35f2aeadc0381c2f Mon Sep 17 00:00:00 2001 From: alexlebens Date: Mon, 12 Aug 2024 19:14:48 -0500 Subject: [PATCH] convert to valkey --- clusters/cl01tl/applications/penpot/Chart.yaml | 4 ++-- clusters/cl01tl/applications/penpot/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/applications/penpot/Chart.yaml b/clusters/cl01tl/applications/penpot/Chart.yaml index d5ce1273f..5182ae5fb 100644 --- a/clusters/cl01tl/applications/penpot/Chart.yaml +++ b/clusters/cl01tl/applications/penpot/Chart.yaml @@ -27,8 +27,8 @@ dependencies: version: 6.0.1 alias: minio repository: https://operator.min.io/ - - name: redis - version: 19.6.4 + - name: valkey + version: 0.3.13 repository: https://charts.bitnami.com/bitnami - name: postgres-cluster alias: postgres-16-cluster diff --git a/clusters/cl01tl/applications/penpot/values.yaml b/clusters/cl01tl/applications/penpot/values.yaml index 5367843d4..83fc12923 100644 --- a/clusters/cl01tl/applications/penpot/values.yaml +++ b/clusters/cl01tl/applications/penpot/values.yaml @@ -326,7 +326,7 @@ penpot: readOnly: true mountPropagation: None subPath: nginx.conf -redis: +valkey: architecture: standalone auth: enabled: false