Skip to content

Commit 8a79c58

Browse files
committed
fix: use bitnamilegacy images
NOTE: we will remove bitnami usages in future
1 parent 092e4c3 commit 8a79c58

File tree

4 files changed

+29
-15
lines changed

4 files changed

+29
-15
lines changed

chart/snapshots/values-1.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ spec:
727727
sysctls: []
728728
containers:
729729
- name: minio
730-
image: docker.io/bitnami/minio:2024.12.18-debian-12-r1
730+
image: docker.io/bitnamilegacy/minio:2024.12.18-debian-12-r1
731731
imagePullPolicy: "IfNotPresent"
732732
securityContext:
733733
allowPrivilegeEscalation: false
@@ -1118,7 +1118,7 @@ spec:
11181118
hostIPC: false
11191119
containers:
11201120
- name: postgresql
1121-
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r8
1121+
image: docker.io/bitnamilegacy/postgresql:17.2.0-debian-12-r8
11221122
imagePullPolicy: "IfNotPresent"
11231123
securityContext:
11241124
allowPrivilegeEscalation: false
@@ -1197,7 +1197,6 @@ spec:
11971197
- -e
11981198
- |
11991199
exec pg_isready -U "postgres" -d "dbname=my-app" -h 127.0.0.1 -p 5432
1200-
[ -f /opt/bitnami/postgresql/tmp/.initialized ] || [ -f /bitnami/postgresql/.initialized ]
12011200
resources:
12021201
limits:
12031202
cpu: 150m
@@ -1306,7 +1305,7 @@ spec:
13061305
terminationGracePeriodSeconds: 30
13071306
containers:
13081307
- name: redis
1309-
image: docker.io/bitnami/redis:7.4.2-debian-12-r0
1308+
image: docker.io/bitnamilegacy/redis:7.4.2-debian-12-r0
13101309
imagePullPolicy: "IfNotPresent"
13111310
securityContext:
13121311
allowPrivilegeEscalation: false
@@ -1689,7 +1688,7 @@ spec:
16891688
memory: 128Mi
16901689
containers:
16911690
- name: minio
1692-
image: docker.io/bitnami/minio:2024.12.18-debian-12-r1
1691+
image: docker.io/bitnamilegacy/minio:2024.12.18-debian-12-r1
16931692
imagePullPolicy: "IfNotPresent"
16941693
securityContext:
16951694
allowPrivilegeEscalation: false

chart/snapshots/values-2.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ spec:
696696
sysctls: []
697697
containers:
698698
- name: minio
699-
image: docker.io/bitnami/minio:2024.12.18-debian-12-r1
699+
image: docker.io/bitnamilegacy/minio:2024.12.18-debian-12-r1
700700
imagePullPolicy: "IfNotPresent"
701701
securityContext:
702702
allowPrivilegeEscalation: false
@@ -1227,7 +1227,7 @@ spec:
12271227
hostIPC: false
12281228
containers:
12291229
- name: postgresql
1230-
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r8
1230+
image: docker.io/bitnamilegacy/postgresql:17.2.0-debian-12-r8
12311231
imagePullPolicy: "IfNotPresent"
12321232
securityContext:
12331233
allowPrivilegeEscalation: false
@@ -1306,7 +1306,6 @@ spec:
13061306
- -e
13071307
- |
13081308
exec pg_isready -U "postgres" -d "dbname=my-app" -h 127.0.0.1 -p 5432
1309-
[ -f /opt/bitnami/postgresql/tmp/.initialized ] || [ -f /bitnami/postgresql/.initialized ]
13101309
resources:
13111310
limits:
13121311
cpu: 150m
@@ -1415,7 +1414,7 @@ spec:
14151414
terminationGracePeriodSeconds: 30
14161415
containers:
14171416
- name: redis
1418-
image: docker.io/bitnami/redis:7.4.2-debian-12-r0
1417+
image: docker.io/bitnamilegacy/redis:7.4.2-debian-12-r0
14191418
imagePullPolicy: "IfNotPresent"
14201419
securityContext:
14211420
allowPrivilegeEscalation: false
@@ -2088,7 +2087,7 @@ spec:
20882087
memory: 128Mi
20892088
containers:
20902089
- name: minio
2091-
image: docker.io/bitnami/minio:2024.12.18-debian-12-r1
2090+
image: docker.io/bitnamilegacy/minio:2024.12.18-debian-12-r1
20922091
imagePullPolicy: "IfNotPresent"
20932092
securityContext:
20942093
allowPrivilegeEscalation: false

chart/snapshots/values-3.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ spec:
731731
sysctls: []
732732
containers:
733733
- name: minio
734-
image: docker.io/bitnami/minio:2024.12.18-debian-12-r1
734+
image: docker.io/bitnamilegacy/minio:2024.12.18-debian-12-r1
735735
imagePullPolicy: "IfNotPresent"
736736
securityContext:
737737
allowPrivilegeEscalation: false
@@ -1126,7 +1126,7 @@ spec:
11261126
hostIPC: false
11271127
containers:
11281128
- name: postgresql
1129-
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r8
1129+
image: docker.io/bitnamilegacy/postgresql:17.2.0-debian-12-r8
11301130
imagePullPolicy: "IfNotPresent"
11311131
securityContext:
11321132
allowPrivilegeEscalation: false
@@ -1205,7 +1205,6 @@ spec:
12051205
- -e
12061206
- |
12071207
exec pg_isready -U "postgres" -d "dbname=my-app" -h 127.0.0.1 -p 5432
1208-
[ -f /opt/bitnami/postgresql/tmp/.initialized ] || [ -f /bitnami/postgresql/.initialized ]
12091208
resources:
12101209
limits:
12111210
cpu: 150m
@@ -1314,7 +1313,7 @@ spec:
13141313
terminationGracePeriodSeconds: 30
13151314
containers:
13161315
- name: redis
1317-
image: docker.io/bitnami/redis:7.4.2-debian-12-r0
1316+
image: docker.io/bitnamilegacy/redis:7.4.2-debian-12-r0
13181317
imagePullPolicy: "IfNotPresent"
13191318
securityContext:
13201319
allowPrivilegeEscalation: false
@@ -1695,7 +1694,7 @@ spec:
16951694
memory: 128Mi
16961695
containers:
16971696
- name: minio
1698-
image: docker.io/bitnami/minio:2024.12.18-debian-12-r1
1697+
image: docker.io/bitnamilegacy/minio:2024.12.18-debian-12-r1
16991698
imagePullPolicy: "IfNotPresent"
17001699
securityContext:
17011700
allowPrivilegeEscalation: false

chart/values.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
global:
2+
security:
3+
# XXX: Bitnami changes
4+
allowInsecureImages: true
5+
16
environment: PROD
27

38
appTypeEnvName: "DJANGO_APP_TYPE"
@@ -25,6 +30,9 @@ redis:
2530
enabled: true
2631
architecture: standalone
2732
fullnameOverride: django-redis
33+
# XXX: Bitnami changes
34+
image:
35+
repository: bitnamilegacy/redis
2836
auth:
2937
enabled: false
3038
master:
@@ -37,6 +45,9 @@ postgresql:
3745
enabled: false
3846
fullnameOverride: "django-postgres"
3947
architecture: standalone
48+
image:
49+
# XXX: Bitnami changes
50+
repository: bitnamilegacy/postgresql
4051
auth:
4152
postgresPassword: ""
4253
database: ""
@@ -53,6 +64,9 @@ minio:
5364
disableWebUI: true
5465
mode: standalone
5566
fullnameOverride: minio
67+
# XXX: Bitnami changes
68+
image:
69+
repository: bitnamilegacy/minio
5670
global:
5771
defaultStorageClass:
5872
apiIngress:
@@ -80,6 +94,9 @@ minio:
8094
rabbitmq:
8195
enabled: false
8296
fullnameOverride: "django-rabbitmq"
97+
# XXX: Bitnami changes
98+
image:
99+
repository: bitnamilegacy/rabbitmq
83100
auth:
84101
username: django
85102
password:

0 commit comments

Comments
 (0)