From a5d8fd02df46883994300f78c896e5dfada18f0a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 12 Aug 2022 14:25:31 +0200 Subject: [PATCH] [bitnami/consul] Release 10.7.16 (#11745) * [bitnami/consul] Release 10.7.16 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/consul/Chart.yaml | 4 ++-- bitnami/consul/README.md | 4 ++-- bitnami/consul/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index cf7553ada1..c3ecaac732 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: DeveloperTools apiVersion: v2 -appVersion: 1.13.0 +appVersion: 1.13.1 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -23,4 +23,4 @@ name: consul sources: - https://github.com/bitnami/containers/tree/main/bitnami/consul - https://www.consul.io/ -version: 10.7.15 +version: 10.7.16 diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 662c9b4ce0..96e9c4d2fe 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -86,7 +86,7 @@ $ helm delete --purge my-release | ------------------------------- | -------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | HashiCorp Consul image registry | `docker.io` | | `image.repository` | HashiCorp Consul image repository | `bitnami/consul` | -| `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.13.0-debian-11-r1` | +| `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.13.1-debian-11-r1` | | `image.pullPolicy` | HashiCorp Consul image pull policy | `IfNotPresent` | | `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` | | `image.debug` | Enable image debug mode | `false` | @@ -236,7 +236,7 @@ $ helm delete --purge my-release | `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.image.registry` | HashiCorp Consul Prometheus Exporter image registry | `docker.io` | | `metrics.image.repository` | HashiCorp Consul Prometheus Exporter image repository | `bitnami/consul-exporter` | -| `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.8.0-debian-11-r26` | +| `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.8.0-debian-11-r27` | | `metrics.image.pullPolicy` | HashiCorp Consul Prometheus Exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | HashiCorp Consul Prometheus Exporter image pull secrets | `[]` | | `metrics.containerSecurityContext.enabled` | HashiCorp Consul Prometheus Exporter securityContext | `true` | diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index aa4ddd8ef1..98c86ba3e2 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -72,7 +72,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/consul - tag: 1.13.0-debian-11-r1 + tag: 1.13.1-debian-11-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -657,7 +657,7 @@ metrics: image: registry: docker.io repository: bitnami/consul-exporter - tag: 0.8.0-debian-11-r26 + tag: 0.8.0-debian-11-r27 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.