File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nextcloud
3- version : 8.0.2
3+ version : 8.0.3
44# renovate: image=docker.io/library/nextcloud
55appVersion : 31.0.9
66description : A file sharing server that puts the control and security of your own data back into your hands.
Original file line number Diff line number Diff line change @@ -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"
You can’t perform that action at this time.
0 commit comments