diff --git a/stable/moodle/Chart.yaml b/stable/moodle/Chart.yaml index 1876ae44b7..7d487985c7 100644 --- a/stable/moodle/Chart.yaml +++ b/stable/moodle/Chart.yaml @@ -1,5 +1,5 @@ name: moodle -version: 0.4.4 +version: 0.4.5 appVersion: 3.4.1 description: Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised diff --git a/stable/moodle/values.yaml b/stable/moodle/values.yaml index a1cb58d580..977a31f19f 100644 --- a/stable/moodle/values.yaml +++ b/stable/moodle/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Moodle` image version ## ref: https://hub.docker.com/r/bitnami/moodle/tags/ ## -image: bitnami/moodle:3.4.1-r0 +image: bitnami/moodle:3.4.1-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'