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

Commit

Permalink
[stable/redmine] explicitly set imagePullPolicy (#515)
Browse files Browse the repository at this point in the history
* [stable/redmine] explicitly set imagePullPolicy
* version bump
  • Loading branch information
prydonius authored and mgoodness committed Feb 13, 2017
1 parent 9267d7c commit 07b666f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/redmine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: redmine
version: 0.3.9
version: 0.3.10
description: A flexible project management web application.
keywords:
- redmine
Expand Down
2 changes: 1 addition & 1 deletion stable/redmine/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 Redmine chart and
| Parameter | Description | Default |
| ------------------------------- | ------------------------------- | --------------------------------------------------------- |
| `image` | Redmine image | `bitnami/redmine:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `redmineUsername` | User of the application | `user` |
| `redminePassword` | Application password | `bitnami` |
| `redmineEmail` | Admin email | `[email protected]` |
Expand Down
5 changes: 2 additions & 3 deletions stable/redmine/values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## Bitnami Redmine image version
## ref: https://hub.docker.com/r/bitnami/redmine/tags/
##
image: bitnami/redmine:3.3.1-r8
image: bitnami/redmine:3.3.2-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-redmine/#environment-variables
Expand Down

0 comments on commit 07b666f

Please sign in to comment.