fix(kmsvc-redis): use bitnamilegacy/redis mirror + allowInsecureImages — docker.io/bitnami pulled version-pinned tags, ImagePullBackOff blocked redis + queue-operator

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:02 -07:00
parent 6cbd887b89
commit a77e2b6579
+11
View File
@@ -39,6 +39,17 @@ spec:
repoURL: https://charts.bitnami.com/bitnami
chart: redis
targetRevision: 20.6.0
helm:
# docker.io/bitnami stopped publishing version-pinned tags; bitnamilegacy
# mirrors them. allowInsecureImages silences the chart image-allowlist check.
values: |
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/redis
auth:
enabled: false
destination:
server: https://kubernetes.default.svc
namespace: sqs