@@ -411,6 +411,11 @@ externalDatabase:
411411 # hostKey: db-hostname-or-ip
412412 # databaseKey: db-name
413413
414+ global :
415+ security :
416+ # required for bitnamilegacy repos
417+ allowInsecureImages : true
418+
414419# #
415420# # MariaDB chart configuration
416421# # ref: https://github.com/bitnami/charts/tree/main/bitnami/mariadb
@@ -421,6 +426,9 @@ mariadb:
421426 # To use an ALREADY DEPLOYED mariadb database, set this to false and configure the externalDatabase parameters
422427 enabled : false
423428
429+ image :
430+ repository : bitnamilegacy/mariadb
431+
424432 # see: https://github.com/bitnami/charts/tree/main/bitnami/mariadb#global-parameters
425433 global :
426434 # overwrites the primary.persistence.storageClass value
@@ -454,6 +462,8 @@ mariadb:
454462# #
455463postgresql :
456464 enabled : false
465+ image :
466+ repository : bitnamilegacy/postgresql
457467 global :
458468 postgresql :
459469 # global.postgresql.auth overrides postgresql.auth
@@ -506,6 +516,8 @@ externalRedis:
506516
507517redis :
508518 enabled : false
519+ image :
520+ repository : bitnamilegacy/redis
509521 auth :
510522 enabled : true
511523 password : " changeme"
@@ -624,7 +636,10 @@ cronjob:
624636 schedule : " */5 * * * *"
625637 successfulJobsHistoryLimit : 3
626638 failedJobsHistoryLimit : 5
639+ # -- Additional labels for cronjob
627640 labels : {}
641+ # -- Additional labels for cronjob pod
642+ podLabels : {}
628643 annotations : {}
629644 backoffLimit : 1
630645 affinity : {}
0 commit comments