Skip to content

Commit 16e4451

Browse files
authored
fix(nextcloud): Use bitnami legacy as temporary workaround for removal of free images #763
Signed-off-by: Ruben van Dijk <[email protected]>
1 parent cc37e92 commit 16e4451

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 8.0.2
3+
version: 8.0.3
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 31.0.9
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
##
455463
postgresql:
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

507517
redis:
508518
enabled: false
519+
image:
520+
repository: bitnamilegacy/redis
509521
auth:
510522
enabled: true
511523
password: "changeme"

0 commit comments

Comments
 (0)