forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/phpbb] explicitly set imagePullPolicy (helm#519)
* [stable/phpbb] explicitly set imagePullPolicy * version bump
- Loading branch information
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters