[bitnami/consul] Release 10.9.5 (#13622)

* [bitnami/consul] Release 10.9.5 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-21 21:31:09 +01:00
committed by GitHub
parent ca17a93f3c
commit fd84646561
3 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
annotations: annotations:
category: DeveloperTools category: DeveloperTools
apiVersion: v2 apiVersion: v2
appVersion: 1.14.0 appVersion: 1.14.1
dependencies: dependencies:
- name: common - name: common
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
@@ -23,4 +23,4 @@ name: consul
sources: sources:
- https://github.com/bitnami/containers/tree/main/bitnami/consul - https://github.com/bitnami/containers/tree/main/bitnami/consul
- https://www.consul.io/ - https://www.consul.io/
version: 10.9.4 version: 10.9.5

View File

@@ -86,7 +86,7 @@ $ helm delete --purge my-release
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------- | | ------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | HashiCorp Consul image registry | `docker.io` | | `image.registry` | HashiCorp Consul image registry | `docker.io` |
| `image.repository` | HashiCorp Consul image repository | `bitnami/consul` | | `image.repository` | HashiCorp Consul image repository | `bitnami/consul` |
| `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.14.0-debian-11-r0` | | `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.14.1-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.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.pullPolicy` | HashiCorp Consul image pull policy | `IfNotPresent` |
| `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` | | `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` |
@@ -224,7 +224,7 @@ $ helm delete --purge my-release
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` | | `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.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r52` | | `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r54` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `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.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@@ -239,7 +239,7 @@ $ helm delete --purge my-release
| `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | HashiCorp Consul Prometheus Exporter image registry | `docker.io` | | `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.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-r60` | | `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.8.0-debian-11-r62` |
| `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.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.pullPolicy` | HashiCorp Consul Prometheus Exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | HashiCorp Consul Prometheus Exporter image pull secrets | `[]` | | `metrics.image.pullSecrets` | HashiCorp Consul Prometheus Exporter image pull secrets | `[]` |

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/consul repository: bitnami/consul
tag: 1.14.0-debian-11-r0 tag: 1.14.1-debian-11-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -613,7 +613,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/bitnami-shell repository: bitnami/bitnami-shell
tag: 11-debian-11-r52 tag: 11-debian-11-r54
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
@@ -664,7 +664,7 @@ metrics:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/consul-exporter repository: bitnami/consul-exporter
tag: 0.8.0-debian-11-r60 tag: 0.8.0-debian-11-r62
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.