Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/phpbb] explicitly set imagePullPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Abdulhussein committed Jan 30, 2017
1 parent b8d5095 commit 6825c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/phpbb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `[email protected]` |
Expand Down
3 changes: 1 addition & 2 deletions stable/phpbb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6825c84

Please sign in to comment.