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:
@@ -39,6 +39,17 @@ spec:
|
|||||||
repoURL: https://charts.bitnami.com/bitnami
|
repoURL: https://charts.bitnami.com/bitnami
|
||||||
chart: redis
|
chart: redis
|
||||||
targetRevision: 20.6.0
|
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:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: sqs
|
namespace: sqs
|
||||||
|
|||||||
Reference in New Issue
Block a user