Merge pull request #675 from tompizmor/apache_image_pull_policy

Update Apache imagePullPolicy
This commit is contained in:
Tomas Pizarro
2018-05-30 12:57:05 +02:00
committed by GitHub
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: apache
version: 0.3.11
version: 0.3.12
appVersion: 2.4.33
description: Chart for Apache HTTP Server
keywords:
+1 -1
View File
@@ -47,7 +47,7 @@ The following tables lists the configurable parameters of the Apache chart and t
| `image.registry` | Apache image registry | `docker.io` |
| `image.repository` | Apache Image name | `bitnami/apache` |
| `image.tag` | Apache Image tag | `{VERSION}` |
| `image.pullPolicy` | Apache image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `image.pullPolicy` | Apache image pull policy | `Always` |
| `image.pullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
+1 -2
View File
@@ -6,10 +6,9 @@ image:
repository: bitnami/apache
tag: 2.4.33
## 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
##
pullPolicy: IfNotPresent
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
@@ -15,4 +15,3 @@ data:
default_user={{.Values.rabbitmq.username}}
default_pass=CHANGEME
{{ .Values.rabbitmq.configuration | indent 4 }}