From e69bf0fe1000a0d79da9eb2ac943774e2d738b5d Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 12 Mar 2020 02:32:54 +0000 Subject: [PATCH] [bitnami/moodle] Release 7.2.8 updating components versions Signed-off-by: Bitnami Containers --- bitnami/moodle/Chart.yaml | 2 +- bitnami/moodle/requirements.lock | 6 +++--- bitnami/moodle/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/moodle/Chart.yaml b/bitnami/moodle/Chart.yaml index 1e8c00e7bf..f8ca6b4c7f 100644 --- a/bitnami/moodle/Chart.yaml +++ b/bitnami/moodle/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: moodle -version: 7.2.7 +version: 7.2.8 appVersion: 3.8.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/bitnami/moodle/requirements.lock b/bitnami/moodle/requirements.lock index a6f2b9872c..3dfa680d99 100644 --- a/bitnami/moodle/requirements.lock +++ b/bitnami/moodle/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 7.3.12 -digest: sha256:46f8a6973d734e92e915f24c224bef39e800fb831f0b5aa370ae42c9f93f4106 -generated: "2020-03-11T14:15:46.530231754Z" + version: 7.3.14 +digest: sha256:60603b9d964684e8b8ebd11490ae5519624d27326d815dc10531fdb4c4c94598 +generated: "2020-03-11T21:25:59.950547585Z" diff --git a/bitnami/moodle/values.yaml b/bitnami/moodle/values.yaml index b8b9fe991e..12380e84a5 100644 --- a/bitnami/moodle/values.yaml +++ b/bitnami/moodle/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/moodle - tag: 3.8.2-debian-10-r0 + tag: 3.8.2-debian-10-r3 ## 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 @@ -301,7 +301,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-10-r39 + tag: 0.7.0-debian-10-r44 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.