mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
Fix imagePullPolicy for apache bitnami chart
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user