fix: remove static volumeNames for GCP migration, fix redis image tag

Dynamic PVC provisioning needed on new GCP instance.
Redis image 7.4.3-debian-12-r0 was removed from Docker Hub;
use floating 7.4-debian-12 tag instead.
This commit is contained in:
Will Anderson
2026-04-27 16:53:01 -05:00
parent a55b53f1bd
commit bba12f3156
6 changed files with 3 additions and 8 deletions
+3 -1
View File
@@ -8,12 +8,14 @@ spec:
source:
repoURL: registry-1.docker.io/bitnamicharts
chart: redis
targetRevision: ">=20.0.0, <21.0.0"
targetRevision: ">=20.0.0"
helm:
values: |
auth:
enabled: false
architecture: standalone
image:
tag: 7.4-debian-12
master:
persistence:
size: 5Gi