diff --git a/stable/moodle/Chart.yaml b/stable/moodle/Chart.yaml index 4e6a273cb1..ef9a5b61a3 100644 --- a/stable/moodle/Chart.yaml +++ b/stable/moodle/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: moodle -version: 4.2.6 +version: 4.2.7 appVersion: 3.7.0 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/stable/moodle/README.md b/stable/moodle/README.md index 2e04f2b8de..4056bc7dab 100644 --- a/stable/moodle/README.md +++ b/stable/moodle/README.md @@ -54,7 +54,7 @@ The following table lists the configurable parameters of the Moodle chart and th | `image.registry` | Moodle image registry | `docker.io` | | `image.repository` | Moodle Image name | `bitnami/moodle` | | `image.tag` | Moodle Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent`| +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `moodleUsername` | User of the application | `user` | | `moodlePassword` | Application password | _random 10 character alphanumeric string_ |