diff --git a/bitnami/moodle/Chart.lock b/bitnami/moodle/Chart.lock index 33a0b1b100..644fbc7494 100644 --- a/bitnami/moodle/Chart.lock +++ b/bitnami/moodle/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 9.2.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.2.3 -digest: sha256:844f235c3375bd464d009cf43ef64b00765093fca54085a103894ed49ea0eb88 -generated: "2021-01-13T12:09:47.384259+01:00" + version: 1.3.5 +digest: sha256:18c2eee0fb90a38bda69e0d83919745b3e928f71847ed106ab4ba1337f33bb59 +generated: "2021-01-17T13:03:01.954507611Z" diff --git a/bitnami/moodle/Chart.yaml b/bitnami/moodle/Chart.yaml index 4f97a43c0a..df2fd72946 100644 --- a/bitnami/moodle/Chart.yaml +++ b/bitnami/moodle/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: E-Learning apiVersion: v2 -appVersion: 3.10.0 +appVersion: 3.10.1 dependencies: - condition: mariadb.enabled name: mariadb @@ -25,4 +25,4 @@ name: moodle sources: - https://github.com/bitnami/bitnami-docker-moodle - http://www.moodle.org/ -version: 11.0.0 +version: 11.0.1 diff --git a/bitnami/moodle/values.yaml b/bitnami/moodle/values.yaml index ce72f88fcf..7c46644745 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.0-debian-10-r45 + tag: 3.10.1-debian-10-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 @@ -541,7 +541,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r253 + tag: 0.8.0-debian-10-r271 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.