From b02288f96044409a118e6efa8fa4a4d59f3a9c14 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Mon, 13 Feb 2017 12:10:44 -0800 Subject: [PATCH] [stable/phpbb] explicitly set imagePullPolicy (#519) * [stable/phpbb] explicitly set imagePullPolicy * version bump --- stable/phpbb/Chart.yaml | 2 +- stable/phpbb/README.md | 2 +- stable/phpbb/values.yaml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/stable/phpbb/Chart.yaml b/stable/phpbb/Chart.yaml index 74cc24e35221..4dfb27a25b30 100644 --- a/stable/phpbb/Chart.yaml +++ b/stable/phpbb/Chart.yaml @@ -1,5 +1,5 @@ name: phpbb -version: 0.4.3 +version: 0.4.4 description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more. keywords: - phpbb diff --git a/stable/phpbb/README.md b/stable/phpbb/README.md index c20c3ba9ed80..89202d671050 100644 --- a/stable/phpbb/README.md +++ b/stable/phpbb/README.md @@ -48,7 +48,7 @@ The following tables lists the configurable parameters of the phpBB chart and th | Parameter | Description | Default | |-----------------------------------|---------------------------------------|---------------------------------------------------------| | `image` | phpBB image | `bitnami/phpbb:{VERSION}` | -| `imagePullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `imagePullPolicy` | Image pull policy | `IfNotPresent` | | `phpbbUser` | User of the application | `user` | | `phpbbPassword` | Application password | _random 10 character long alphanumeric string_ | | `phpbbEmail` | Admin email | `user@example.com` | diff --git a/stable/phpbb/values.yaml b/stable/phpbb/values.yaml index 39053508d479..d4a575514b43 100644 --- a/stable/phpbb/values.yaml +++ b/stable/phpbb/values.yaml @@ -4,10 +4,9 @@ image: bitnami/phpbb:3.1.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 ## -# imagePullPolicy: +imagePullPolicy: IfNotPresent ## User of the application ## ref: https://github.com/bitnami/bitnami-docker-phpbb#environment-variables