diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index d48188cce..313d13682 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 5.1.1 +version: 5.2.0 appVersion: 1.5.3 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy. home: https://www.consul.io/ diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 40a7fe860..6f962b423 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -109,8 +109,8 @@ The following tables lists the configurable parameters of the HashiCorp Consul c | `ingress.secrets[0].key` | TLS Secret Key | `nil` | | `configmap` | HashiCorp Consul configuration to be injected as ConfigMap | `nil` | | `metrics.enabled` | Start a side-car prometheus exporter | `false` | -| `metrics.image` | Exporter image | `prom/consul-exporter` | -| `metrics.imageTag` | Exporter image tag | `v0.3.0` | +| `metrics.image` | Exporter image | `bitnami/consul-exporter` | +| `metrics.imageTag` | Exporter image tag | `{TAG_NAME}` | | `metrics.imagePullPolicy` | Exporter image pull policy | `IfNotPresent` | | `metrics.resources` | Exporter resource requests/limit | `{}` | | `metrics.podAnnotations` | Exporter annotations | `{}` | diff --git a/bitnami/consul/values-production.yaml b/bitnami/consul/values-production.yaml index 6bb7cee18..e44659fdd 100644 --- a/bitnami/consul/values-production.yaml +++ b/bitnami/consul/values-production.yaml @@ -242,8 +242,8 @@ metrics: enabled: true image: registry: docker.io - repository: prom/consul-exporter - tag: v0.3.0 + repository: bitnami/consul-exporter + tag: 0.5.0-debian-9-r3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index f1d605bf1..3a8f04eb5 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -242,8 +242,8 @@ metrics: enabled: false image: registry: docker.io - repository: prom/consul-exporter - tag: v0.3.0 + repository: bitnami/consul-exporter + tag: 0.5.0-debian-9-r3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.