fix: Switch to temp. bitnamilegacy images for staging instances

This commit is contained in:
2025-08-22 12:39:51 +02:00
parent 03ebb0d8fe
commit 57fc51ae80
3 changed files with 18 additions and 7 deletions
+7 -1
View File
@@ -1,5 +1,12 @@
architecture: standalone
# NOTE(mrtz): Hack for working with bitnami legacy registry
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/redis
replica:
replicaCount: 1
@@ -20,4 +27,3 @@ master:
cpu: 150m
ephemeral-storage: 50Mi
memory: 128Mi
@@ -134,13 +134,13 @@ spec:
value: "true"
effect: NoSchedule
containers:
- image: bitnami/kubectl:1.24
- image: bitnamilegacy/kubectl:1.24
name: kubectl
resources: {}
securityContext:
allowPrivilegeEscalation: false
command:
- "/bin/sh"
command:
- "/bin/sh"
- -c
- /tmp/renew-certs/renew-certs.sh
volumeMounts:
@@ -216,7 +216,7 @@ metadata:
name: default-deny-egress
namespace: cert-manager
spec:
podSelector:
podSelector:
matchLabels:
block-egress: "true"
policyTypes:
+7 -2
View File
@@ -1,6 +1,12 @@
architecture: standalone
# NOTE(mrtz): Hack for working with legacy registry
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/redis
replica:
replicaCount: 1
@@ -21,4 +27,3 @@ master:
cpu: 150m
ephemeral-storage: 50Mi
memory: 128Mi