From 28e5b26c5ef1e29e221cc8fa3f04f44a3a9479b7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 18 Nov 2019 22:31:42 +0100 Subject: [PATCH] [stable/moodle] Release 7.0.3 updating components versions (#18967) Signed-off-by: Bitnami Containers --- stable/moodle/Chart.yaml | 4 ++-- stable/moodle/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.