diff --git a/stable/moodle/Chart.yaml b/stable/moodle/Chart.yaml index 6c27dd1ecf..1588bb4cfe 100644 --- a/stable/moodle/Chart.yaml +++ b/stable/moodle/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: moodle -version: 7.0.2 -appVersion: 3.7.3 +version: 7.0.3 +appVersion: 3.8.0 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: - moodle diff --git a/stable/moodle/values.yaml b/stable/moodle/values.yaml index 7552576118..d4559a2fa1 100644 --- a/stable/moodle/values.yaml +++ b/stable/moodle/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/moodle - tag: 3.7.3-debian-9-r0 + tag: 3.8.0-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -295,7 +295,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r108 + tag: 0.7.0-debian-9-r112 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.