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

[stable/phpbb] explicitly set imagePullPolicy #519

Merged
merged 3 commits into from
Feb 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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