Skip to content

Commit

Permalink
set useChartSecret to default true, and update default image to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Oct 18, 2024
1 parent 6bb0455 commit 8663eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/dbp-moodle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dbpMoodle:
# -- Set useChartSecret: false to provide your own secret
# -- If you create your own secret, also set moodle.existingSecret (and moodle.externalDatabase.existingSecret if you bring your own DB)
secrets:
useChartSecret: false
useChartSecret: true
moodle_password: ""
pgsql_admin_password: ""
mariadb_password: ""
Expand Down Expand Up @@ -202,7 +202,7 @@ moodle:
registry: ghcr.io
repository: dbildungsplattform/moodle
# -- The dbp-moodle image which is build for this helm chart
tag: "4.1.12-debian-12-r1-chart-main"
tag: "4.1.13-debian-12-r2-dbp1"
pullPolicy: Always
# -- Debug mode for more detailed moodle installation and log output
debug: false
Expand Down

0 comments on commit 8663eca

Please sign in to comment.