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 (#519)
Browse files Browse the repository at this point in the history
* [stable/phpbb] explicitly set imagePullPolicy
* version bump
  • Loading branch information
prydonius authored and mgoodness committed Feb 13, 2017
1 parent f97ca53 commit b02288f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/phpbb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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 b02288f

Please sign in to comment.