[bitnami/consul] Release 10.7.2 (#11020)

* [bitnami/consul] Release 10.7.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>
This commit is contained in:
Bitnami Bot
2022-07-04 18:59:36 +02:00
committed by GitHub
parent 4922cf1106
commit 096a2cc5ec
3 changed files with 40 additions and 40 deletions

View File

@@ -23,5 +23,5 @@ name: consul
sources:
- https://github.com/bitnami/bitnami-docker-consul
- https://www.consul.io/
version: 10.7.1
version: 10.7.2

View File

@@ -82,40 +82,40 @@ $ helm delete --purge my-release
### HashiCorp Consul parameters
| Name | Description | Value |
| ------------------------------- | -------------------------------------------------------------------------------------------- | --------------------- |
| `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.12.2-debian-11-r9` |
| `image.pullPolicy` | HashiCorp Consul image pull policy | `IfNotPresent` |
| `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| `datacenterName` | Datacenter name for Consul. If not supplied, will use the Consul | `dc1` |
| `domain` | Consul domain name | `consul` |
| `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) | `""` |
| `tlsEncryptionSecretName` | Name of existing secret with TLS encryption data | `""` |
| `hostAliases` | Deployment pod host aliases | `[]` |
| `configuration` | HashiCorp Consul configuration to be injected as ConfigMap | `""` |
| `existingConfigmap` | ConfigMap with HashiCorp Consul configuration | `""` |
| `localConfig` | Extra configuration that will be added to the default one | `""` |
| `podLabels` | Pod labels | `{}` |
| `priorityClassName` | Priority class assigned to the Pods | `""` |
| `runtimeClassName` | Name of the runtime class to be used by pod(s) | `""` |
| `schedulerName` | Alternative scheduler | `""` |
| `terminationGracePeriodSeconds` | In seconds, time the given to the Consul pod needs to terminate gracefully | `""` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `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 | `[]` |
| `extraEnvVars` | Extra environment variables to be set on HashiCorp Consul container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
| `containerPorts.http` | Port to open for HTTP in Consul | `8500` |
| `containerPorts.dns` | Port to open for DNS server in Consul | `8600` |
| `containerPorts.rpc` | Port to open for RPC in Consul | `8400` |
| `containerPorts.rpcServer` | Port to open for RPC Server in Consul | `8300` |
| `containerPorts.serfLAN` | Port to open for Serf LAN in Consul | `8301` |
| `lifecycleHooks` | Add lifecycle hooks to the deployment | `{}` |
| Name | Description | Value |
| ------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------- |
| `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.12.2-debian-11-r11` |
| `image.pullPolicy` | HashiCorp Consul image pull policy | `IfNotPresent` |
| `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| `datacenterName` | Datacenter name for Consul. If not supplied, will use the Consul | `dc1` |
| `domain` | Consul domain name | `consul` |
| `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) | `""` |
| `tlsEncryptionSecretName` | Name of existing secret with TLS encryption data | `""` |
| `hostAliases` | Deployment pod host aliases | `[]` |
| `configuration` | HashiCorp Consul configuration to be injected as ConfigMap | `""` |
| `existingConfigmap` | ConfigMap with HashiCorp Consul configuration | `""` |
| `localConfig` | Extra configuration that will be added to the default one | `""` |
| `podLabels` | Pod labels | `{}` |
| `priorityClassName` | Priority class assigned to the Pods | `""` |
| `runtimeClassName` | Name of the runtime class to be used by pod(s) | `""` |
| `schedulerName` | Alternative scheduler | `""` |
| `terminationGracePeriodSeconds` | In seconds, time the given to the Consul pod needs to terminate gracefully | `""` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `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 | `[]` |
| `extraEnvVars` | Extra environment variables to be set on HashiCorp Consul container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
| `containerPorts.http` | Port to open for HTTP in Consul | `8500` |
| `containerPorts.dns` | Port to open for DNS server in Consul | `8600` |
| `containerPorts.rpc` | Port to open for RPC in Consul | `8400` |
| `containerPorts.rpcServer` | Port to open for RPC Server in Consul | `8300` |
| `containerPorts.serfLAN` | Port to open for Serf LAN in Consul | `8301` |
| `lifecycleHooks` | Add lifecycle hooks to the deployment | `{}` |
### Statefulset parameters
@@ -222,7 +222,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-r10` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r11` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the container | `{}` |
@@ -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-r9` |
| `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.8.0-debian-11-r11` |
| `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` |

View File

@@ -72,7 +72,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/consul
tag: 1.12.2-debian-11-r9
tag: 1.12.2-debian-11-r11
## 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
@@ -608,7 +608,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r10
tag: 11-debian-11-r11
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -657,7 +657,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/consul-exporter
tag: 0.8.0-debian-11-r9
tag: 0.8.0-debian-11-r11
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.