@@ -26,6 +26,14 @@ issuance:
2626mysql :
2727 # -- should it be enabled? set to false if one outside the chart is used.
2828 enabled : true
29+ global :
30+ security :
31+ # allow the image from the legacy repo
32+ allowInsecureImages : true
33+ # -- configuration of the used image
34+ image :
35+ # -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
36+ repository : bitnamilegacy/mysql
2937 # -- allows to set a fixed name for the services
3038 fullnameOverride : authentication-mysql
3139 # -- configure authentication to mysql
@@ -110,7 +118,14 @@ credentials-config-service:
110118postgresql :
111119 # -- should it be enabled? set to false if one outside the chart is used.
112120 enabled : true
121+ global :
122+ security :
123+ # allow the image from the legacy repo
124+ allowInsecureImages : true
125+ # -- configuration of the used image
113126 image :
127+ # -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
128+ repository : bitnamilegacy/postgresql
114129 # -- fixes the unpullable image referenced in the chart
115130 tag : 13.18.0
116131 # -- allows to set a fixed name for the services
@@ -424,6 +439,14 @@ elsi:
424439keycloak :
425440 # -- should it be enabled? set to false if one outside the chart is used.
426441 enabled : true
442+ global :
443+ security :
444+ # allow the image from the legacy repo
445+ allowInsecureImages : true
446+ # -- configuration of the used image
447+ image :
448+ # -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
449+ repository : bitnamilegacy/keycloak
427450 # -- disable the security context, required by the current quarkus container, will be solved in the future chart versions of keycloak
428451 containerSecurityContext :
429452 enabled : false
@@ -830,6 +853,14 @@ didJson:
830853# -- configuration of mongo db to be used for the marketplace
831854mongodb :
832855 enabled : false
856+ # -- configuration of the used image
857+ global :
858+ security :
859+ # allow the image from the legacy repo
860+ allowInsecureImages : true
861+ image :
862+ # -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
863+ repository : bitnamilegacy/mongodb
833864 fullnameOverride : mongodb
834865 auth :
835866 enabled : true
0 commit comments