Skip to content

Commit 1bb3917

Browse files
author
Bitnami Bot
authored
[bitnami/moodle] Release 14.3.5 (bitnami#14370)
* [bitnami/moodle] Release 14.3.5 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 5884c8e commit 1bb3917

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

bitnami/moodle/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: mariadb
33
repository: https://charts.bitnami.com/bitnami
4-
version: 11.4.2
4+
version: 11.4.3
55
- name: common
66
repository: https://charts.bitnami.com/bitnami
77
version: 2.2.2
8-
digest: sha256:be73e3fe8465233cf430fa16a627c39b8e0af31b76c625639c18f1aa34351a5f
9-
generated: "2022-12-23T21:28:27.165936465Z"
8+
digest: sha256:f120684022b80ca0fcf104a463682ca1fdfc37ad072616750d9f0071c9469196
9+
generated: "2023-01-16T04:26:22.760072882Z"

bitnami/moodle/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ annotations:
33
licenses: |
44
- Apache-2.0
55
apiVersion: v2
6-
appVersion: 4.1.0
6+
appVersion: 4.1.1
77
dependencies:
88
- condition: mariadb.enabled
99
name: mariadb
@@ -28,4 +28,4 @@ name: moodle
2828
sources:
2929
- https://github.com/bitnami/containers/tree/main/bitnami/moodle
3030
- https://www.moodle.org/
31-
version: 14.3.4
31+
version: 14.3.5

bitnami/moodle/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
8181
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------- |
8282
| `image.registry` | Moodle image registry | `docker.io` |
8383
| `image.repository` | Moodle image repository | `bitnami/moodle` |
84-
| `image.tag` | Moodle image tag (immutable tags are recommended) | `4.1.0-debian-11-r8` |
84+
| `image.tag` | Moodle image tag (immutable tags are recommended) | `4.1.1-debian-11-r0` |
8585
| `image.digest` | Moodle image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8686
| `image.pullPolicy` | Moodle image pull policy | `IfNotPresent` |
8787
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -232,7 +232,7 @@ The command removes all the Kubernetes components associated with the chart and
232232
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
233233
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
234234
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
235-
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r64` |
235+
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r72` |
236236
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
237237
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
238238
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -247,7 +247,7 @@ The command removes all the Kubernetes components associated with the chart and
247247
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
248248
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
249249
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
250-
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r74` |
250+
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r82` |
251251
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
252252
| `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` |
253253
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -282,7 +282,7 @@ The command removes all the Kubernetes components associated with the chart and
282282
| `certificates.extraEnvVarsSecret` | Secret with extra environment variables | `""` |
283283
| `certificates.image.registry` | Container sidecar registry | `docker.io` |
284284
| `certificates.image.repository` | Container sidecar image repository | `bitnami/bitnami-shell` |
285-
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r64` |
285+
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r72` |
286286
| `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
287287
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
288288
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |

bitnami/moodle/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extraDeploy: []
5252
image:
5353
registry: docker.io
5454
repository: bitnami/moodle
55-
tag: 4.1.0-debian-11-r8
55+
tag: 4.1.1-debian-11-r0
5656
digest: ""
5757
## Specify a imagePullPolicy
5858
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -646,7 +646,7 @@ volumePermissions:
646646
image:
647647
registry: docker.io
648648
repository: bitnami/bitnami-shell
649-
tag: 11-debian-11-r64
649+
tag: 11-debian-11-r72
650650
digest: ""
651651
pullPolicy: IfNotPresent
652652
## Optionally specify an array of imagePullSecrets.
@@ -692,7 +692,7 @@ metrics:
692692
image:
693693
registry: docker.io
694694
repository: bitnami/apache-exporter
695-
tag: 0.11.0-debian-11-r74
695+
tag: 0.11.0-debian-11-r82
696696
digest: ""
697697
pullPolicy: IfNotPresent
698698
## Optionally specify an array of imagePullSecrets.
@@ -809,7 +809,7 @@ certificates:
809809
image:
810810
registry: docker.io
811811
repository: bitnami/bitnami-shell
812-
tag: 11-debian-11-r64
812+
tag: 11-debian-11-r72
813813
digest: ""
814814
## Specify a imagePullPolicy
815815
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)