Skip to content

Commit

Permalink
[bitnami/moodle] Release 14.3.5 (bitnami#14370)
Browse files Browse the repository at this point in the history
* [bitnami/moodle] Release 14.3.5 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <[email protected]>

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Jan 16, 2023
1 parent 5884c8e commit 1bb3917
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions bitnami/moodle/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.4.2
version: 11.4.3
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.2
digest: sha256:be73e3fe8465233cf430fa16a627c39b8e0af31b76c625639c18f1aa34351a5f
generated: "2022-12-23T21:28:27.165936465Z"
digest: sha256:f120684022b80ca0fcf104a463682ca1fdfc37ad072616750d9f0071c9469196
generated: "2023-01-16T04:26:22.760072882Z"
4 changes: 2 additions & 2 deletions bitnami/moodle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotations:
licenses: |
- Apache-2.0
apiVersion: v2
appVersion: 4.1.0
appVersion: 4.1.1
dependencies:
- condition: mariadb.enabled
name: mariadb
Expand All @@ -28,4 +28,4 @@ name: moodle
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/moodle
- https://www.moodle.org/
version: 14.3.4
version: 14.3.5
8 changes: 4 additions & 4 deletions bitnami/moodle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | Moodle image registry | `docker.io` |
| `image.repository` | Moodle image repository | `bitnami/moodle` |
| `image.tag` | Moodle image tag (immutable tags are recommended) | `4.1.0-debian-11-r8` |
| `image.tag` | Moodle image tag (immutable tags are recommended) | `4.1.1-debian-11-r0` |
| `image.digest` | Moodle image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Moodle image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
Expand Down Expand Up @@ -232,7 +232,7 @@ The command removes all the Kubernetes components associated with the chart and
| `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` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r64` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r72` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
Expand All @@ -247,7 +247,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r74` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r82` |
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
Expand Down Expand Up @@ -282,7 +282,7 @@ The command removes all the Kubernetes components associated with the chart and
| `certificates.extraEnvVarsSecret` | Secret with extra environment variables | `""` |
| `certificates.image.registry` | Container sidecar registry | `docker.io` |
| `certificates.image.repository` | Container sidecar image repository | `bitnami/bitnami-shell` |
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r64` |
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r72` |
| `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |
Expand Down
8 changes: 4 additions & 4 deletions bitnami/moodle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/moodle
tag: 4.1.0-debian-11-r8
tag: 4.1.1-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -646,7 +646,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r64
tag: 11-debian-11-r72
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -692,7 +692,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.11.0-debian-11-r74
tag: 0.11.0-debian-11-r82
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -809,7 +809,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r64
tag: 11-debian-11-r72
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 1bb3917

Please sign in to comment.