diff --git a/stable/moodle/Chart.yaml b/stable/moodle/Chart.yaml index c5c814825f..1b1cc82ad0 100644 --- a/stable/moodle/Chart.yaml +++ b/stable/moodle/Chart.yaml @@ -1,5 +1,5 @@ name: moodle -version: 0.3.0 +version: 0.3.1 appVersion: 3.3.2 description: Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments keywords: diff --git a/stable/moodle/values.yaml b/stable/moodle/values.yaml index 6cfb169d9d..11e7eab0f0 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.3.2-r0 +image: bitnami/moodle:3.3.2-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'