[bitnami/consul] Release 10.11.2 (#16449)

* [bitnami/consul] Release 10.11.2 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
2023-05-09 11:44:41 +01:00
committed by GitHub
parent 502e8677a6
commit 4aa70d495a
4 changed files with 44 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.4 version: 2.2.5
digest: sha256:829fc25cbbb396161e735c83d152d74a8b3a82d07f08866b885b812d30b920df digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3
generated: "2023-04-20T09:30:24.690468+02:00" generated: "2023-05-08T20:24:25.236197694Z"

View File

@@ -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.11.1 version: 10.11.2

View File

@@ -79,41 +79,41 @@ helm delete --purge my-release
### HashiCorp Consul parameters ### HashiCorp Consul parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------- | | ------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `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.15.2-debian-11-r9` | | `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.15.2-debian-11-r12` |
| `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 | `[]` |
| `image.debug` | Enable image debug mode | `false` | | `image.debug` | Enable image debug mode | `false` |
| `datacenterName` | Datacenter name for Consul. If not supplied, will use the Consul | `dc1` | | `datacenterName` | Datacenter name for Consul. If not supplied, will use the Consul | `dc1` |
| `domain` | Consul domain name | `consul` | | `domain` | Consul domain name | `consul` |
| `raftMultiplier` | Multiplier used to scale key Raft timing parameters | `1` | | `raftMultiplier` | Multiplier used to scale key Raft timing parameters | `1` |
| `gossipKey` | Gossip key for all members. The key must be 16-bytes, can be generated with $(consul keygen) | `""` | | `gossipKey` | Gossip key for all members. The key must be 16-bytes, can be generated with $(consul keygen) | `""` |
| `tlsEncryptionSecretName` | Name of existing secret with TLS encryption data | `""` | | `tlsEncryptionSecretName` | Name of existing secret with TLS encryption data | `""` |
| `hostAliases` | Deployment pod host aliases | `[]` | | `hostAliases` | Deployment pod host aliases | `[]` |
| `configuration` | HashiCorp Consul configuration to be injected as ConfigMap | `""` | | `configuration` | HashiCorp Consul configuration to be injected as ConfigMap | `""` |
| `existingConfigmap` | ConfigMap with HashiCorp Consul configuration | `""` | | `existingConfigmap` | ConfigMap with HashiCorp Consul configuration | `""` |
| `localConfig` | Extra configuration that will be added to the default one | `""` | | `localConfig` | Extra configuration that will be added to the default one | `""` |
| `podLabels` | Pod labels | `{}` | | `podLabels` | Pod labels | `{}` |
| `priorityClassName` | Priority class assigned to the Pods | `""` | | `priorityClassName` | Priority class assigned to the Pods | `""` |
| `runtimeClassName` | Name of the runtime class to be used by pod(s) | `""` | | `runtimeClassName` | Name of the runtime class to be used by pod(s) | `""` |
| `schedulerName` | Alternative scheduler | `""` | | `schedulerName` | Alternative scheduler | `""` |
| `terminationGracePeriodSeconds` | In seconds, time the given to the Consul pod needs to terminate gracefully | `""` | | `terminationGracePeriodSeconds` | In seconds, time the given to the Consul pod needs to terminate gracefully | `""` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` | | `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `command` | Command for running the container (set to default if not set). Use array form | `[]` | | `command` | Command for running the container (set to default if not set). Use array form | `[]` |
| `args` | Args for running the container (set to default if not set). Use array form | `[]` | | `args` | Args for running the container (set to default if not set). Use array form | `[]` |
| `extraEnvVars` | Extra environment variables to be set on HashiCorp Consul container | `[]` | | `extraEnvVars` | Extra environment variables to be set on HashiCorp Consul container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` | | `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` | | `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
| `containerPorts.http` | Port to open for HTTP in Consul | `8500` | | `containerPorts.http` | Port to open for HTTP in Consul | `8500` |
| `containerPorts.dns` | Port to open for DNS server in Consul | `8600` | | `containerPorts.dns` | Port to open for DNS server in Consul | `8600` |
| `containerPorts.rpc` | Port to open for RPC in Consul | `8400` | | `containerPorts.rpc` | Port to open for RPC in Consul | `8400` |
| `containerPorts.rpcServer` | Port to open for RPC Server in Consul | `8300` | | `containerPorts.rpcServer` | Port to open for RPC Server in Consul | `8300` |
| `containerPorts.serfLAN` | Port to open for Serf LAN in Consul | `8301` | | `containerPorts.serfLAN` | Port to open for Serf LAN in Consul | `8301` |
| `lifecycleHooks` | Add lifecycle hooks to the deployment | `{}` | | `lifecycleHooks` | Add lifecycle hooks to the deployment | `{}` |
### Statefulset parameters ### Statefulset parameters
@@ -218,7 +218,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-r110` | | `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r114` |
| `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 | `[]` |
@@ -232,7 +232,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.9.0-debian-11-r49` | | `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.9.0-debian-11-r53` |
| `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.15.2-debian-11-r9 tag: 1.15.2-debian-11-r12
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'
@@ -619,7 +619,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/bitnami-shell repository: bitnami/bitnami-shell
tag: 11-debian-11-r110 tag: 11-debian-11-r114
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
@@ -670,7 +670,7 @@ metrics:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/consul-exporter repository: bitnami/consul-exporter
tag: 0.9.0-debian-11-r49 tag: 0.9.0-debian-11-r53
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.