Skip to content

Commit 6619659

Browse files
committed
fix: use bitnamilegacy images
NOTE: we will remove bitnami usages in future
1 parent faa2fe5 commit 6619659

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

chart/values.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
global:
2+
security:
3+
# XXX: Bitnami changes
4+
allowinsecureimages: true
5+
6+
17
environment: PROD
28

39
appTypeEnvName: "DJANGO_APP_TYPE"
@@ -25,6 +31,9 @@ redis:
2531
enabled: true
2632
architecture: standalone
2733
fullnameOverride: django-redis
34+
# XXX: Bitnami changes
35+
image:
36+
repository: bitnamilegacy/redis
2837
auth:
2938
enabled: false
3039
master:
@@ -37,6 +46,9 @@ postgresql:
3746
enabled: false
3847
fullnameOverride: "django-postgres"
3948
architecture: standalone
49+
image:
50+
# XXX: Bitnami changes
51+
repository: bitnamilegacy/postgresql
4052
auth:
4153
postgresPassword: ""
4254
database: ""
@@ -53,6 +65,9 @@ minio:
5365
disableWebUI: true
5466
mode: standalone
5567
fullnameOverride: minio
68+
# XXX: Bitnami changes
69+
image:
70+
repository: bitnamilegacy/minio
5671
global:
5772
defaultStorageClass:
5873
apiIngress:
@@ -80,6 +95,9 @@ minio:
8095
rabbitmq:
8196
enabled: false
8297
fullnameOverride: "django-rabbitmq"
98+
# XXX: Bitnami changes
99+
image:
100+
repository: bitnamilegacy/rabbitmq
83101
auth:
84102
username: django
85103
password:

0 commit comments

Comments
 (0)