[bitnami/elasticsearch] Use 'IfNotPresent' pullPolicy on production values

This commit is contained in:
juan131
2018-11-06 16:57:00 +01:00
parent bdd01b53fb
commit 3a96e5051f
3 changed files with 6 additions and 6 deletions

View File

@@ -143,7 +143,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
| `metrics.name` | Metrics pod name | `metrics` |
| `metrics.image.registry` | Metrics exporter image registry | `docker.io` |
| `metrics.image.repository` | Metrics exporter image repository | `bitnami/elasticsearch-exporter` |
| `metrics.image.tag` | Metrics exporter image tag | `latest` |
| `metrics.image.tag` | Metrics exporter image tag | `1.0.2` |
| `metrics.image.pullPolicy` | Metrics exporter image pull policy | `Always` |
| `metrics.service.type` | Metrics exporter endpoint service type | `ClusterIP` |
| `metrics.resources` | Metrics exporter resource requests/limit | `requests: { cpu: "25m" }` |

View File

@@ -15,7 +15,7 @@ image:
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
pullPolicy: Always
pullPolicy: IfNotPresent
## 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/
@@ -74,7 +74,7 @@ sysctlImage:
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
pullPolicy: Always
pullPolicy: IfNotPresent
## 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/
@@ -227,8 +227,8 @@ metrics:
image:
registry: docker.io
repository: bitnami/elasticsearch-exporter
tag: latest
pullPolicy: Always
tag: 1.0.2
pullPolicy: IfNotPresent
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9108"

View File

@@ -227,7 +227,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/elasticsearch-exporter
tag: latest
tag: 1.0.2
pullPolicy: Always
annotations:
prometheus.io/scrape: "true"