From 1dc6a2025fcf8d171301273cd75464eb83bf6f7e Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:47:19 -0700 Subject: [PATCH] =?UTF-8?q?fix(kmsvc-redis):=20use=20bitnamilegacy/redis?= =?UTF-8?q?=20mirror=20+=20allowInsecureImages=20=E2=80=94=20docker.io/bit?= =?UTF-8?q?nami=20pulled=20version-pinned=20tags,=20ImagePullBackOff=20blo?= =?UTF-8?q?cked=20redis=20+=20queue-operator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/argocd/apps/50-messaging.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/k8s/argocd/apps/50-messaging.yaml b/k8s/argocd/apps/50-messaging.yaml index e5d82c7..e1d01e0 100644 --- a/k8s/argocd/apps/50-messaging.yaml +++ b/k8s/argocd/apps/50-messaging.yaml @@ -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