From 8ecbc7222ba35e7f8034128cd1ef1c94dee1b13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 12 Jun 2019 10:52:09 +0200 Subject: [PATCH] [stable/{moodle}] Change tags/pullPolicy in values and or README (#14739) Signed-off-by: Carlos Rodriguez Hernandez --- stable/moodle/Chart.yaml | 2 +- stable/moodle/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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_ |