From 2ec0946225ee26cb620c312db3db9958666a425c Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 8 Apr 2021 18:03:12 +0000 Subject: [PATCH] [bitnami/moodle] Release 11.0.8 updating components versions Signed-off-by: Bitnami Containers --- bitnami/moodle/Chart.yaml | 2 +- bitnami/moodle/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/moodle/Chart.yaml b/bitnami/moodle/Chart.yaml index f0dd435dfc..1e3839d726 100644 --- a/bitnami/moodle/Chart.yaml +++ b/bitnami/moodle/Chart.yaml @@ -25,4 +25,4 @@ name: moodle sources: - https://github.com/bitnami/bitnami-docker-moodle - http://www.moodle.org/ -version: 11.0.7 +version: 11.0.8 diff --git a/bitnami/moodle/values.yaml b/bitnami/moodle/values.yaml index b0b1c4573f..4c7c47ed48 100644 --- a/bitnami/moodle/values.yaml +++ b/bitnami/moodle/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/moodle - tag: 3.10.3-debian-10-r0 + tag: 3.10.3-debian-10-r11 ## 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 @@ -540,7 +540,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r335 + tag: 0.8.0-debian-10-r346 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.