diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index ce7b407355..cb6ffb1401 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: DeveloperTools licenses: Apache-2.0 apiVersion: v2 -appVersion: 1.15.1 +appVersion: 1.15.2 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.10.1 +version: 10.10.2 diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index ccda494c13..1bf10546f3 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -85,7 +85,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.15.1-debian-11-r3` | +| `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.15.2-debian-11-r0` | | `image.digest` | HashiCorp Consul image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | HashiCorp Consul image pull policy | `IfNotPresent` | | `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` | @@ -220,7 +220,7 @@ helm delete --purge my-release | `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r97` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r101` | | `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | @@ -234,7 +234,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.9.0-debian-11-r36` | +| `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.9.0-debian-11-r40` | | `metrics.image.digest` | HashiCorp Consul Prometheus Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | HashiCorp Consul Prometheus Exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | HashiCorp Consul Prometheus Exporter image pull secrets | `[]` | diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index 1c8e3407e6..7754040924 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -73,7 +73,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/consul - tag: 1.15.1-debian-11-r3 + tag: 1.15.2-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -619,7 +619,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r97 + tag: 11-debian-11-r101 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -670,7 +670,7 @@ metrics: image: registry: docker.io repository: bitnami/consul-exporter - tag: 0.9.0-debian-11-r36 + tag: 0.9.0-debian-11-r40 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.