Skip to content

Commit 8819180

Browse files
author
Bitnami Bot
authored
[bitnami/consul] Release 10.9.9 (bitnami#14350)
* [bitnami/consul] Release 10.9.9 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>
1 parent 8f92118 commit 8819180

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

bitnami/consul/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ name: consul
2424
sources:
2525
- https://github.com/bitnami/containers/tree/main/bitnami/consul
2626
- https://www.consul.io/
27-
version: 10.9.8
27+
version: 10.9.9

bitnami/consul/README.md

+37-37
Original file line numberDiff line numberDiff line change
@@ -82,41 +82,41 @@ $ helm delete --purge my-release
8282

8383
### HashiCorp Consul parameters
8484

85-
| Name | Description | Value |
86-
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------- |
87-
| `image.registry` | HashiCorp Consul image registry | `docker.io` |
88-
| `image.repository` | HashiCorp Consul image repository | `bitnami/consul` |
89-
| `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.14.3-debian-11-r0` |
90-
| `image.digest` | HashiCorp Consul image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
91-
| `image.pullPolicy` | HashiCorp Consul image pull policy | `IfNotPresent` |
92-
| `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` |
93-
| `image.debug` | Enable image debug mode | `false` |
94-
| `datacenterName` | Datacenter name for Consul. If not supplied, will use the Consul | `dc1` |
95-
| `domain` | Consul domain name | `consul` |
96-
| `raftMultiplier` | Multiplier used to scale key Raft timing parameters | `1` |
97-
| `gossipKey` | Gossip key for all members. The key must be 16-bytes, can be generated with $(consul keygen) | `""` |
98-
| `tlsEncryptionSecretName` | Name of existing secret with TLS encryption data | `""` |
99-
| `hostAliases` | Deployment pod host aliases | `[]` |
100-
| `configuration` | HashiCorp Consul configuration to be injected as ConfigMap | `""` |
101-
| `existingConfigmap` | ConfigMap with HashiCorp Consul configuration | `""` |
102-
| `localConfig` | Extra configuration that will be added to the default one | `""` |
103-
| `podLabels` | Pod labels | `{}` |
104-
| `priorityClassName` | Priority class assigned to the Pods | `""` |
105-
| `runtimeClassName` | Name of the runtime class to be used by pod(s) | `""` |
106-
| `schedulerName` | Alternative scheduler | `""` |
107-
| `terminationGracePeriodSeconds` | In seconds, time the given to the Consul pod needs to terminate gracefully | `""` |
108-
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
109-
| `command` | Command for running the container (set to default if not set). Use array form | `[]` |
110-
| `args` | Args for running the container (set to default if not set). Use array form | `[]` |
111-
| `extraEnvVars` | Extra environment variables to be set on HashiCorp Consul container | `[]` |
112-
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
113-
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
114-
| `containerPorts.http` | Port to open for HTTP in Consul | `8500` |
115-
| `containerPorts.dns` | Port to open for DNS server in Consul | `8600` |
116-
| `containerPorts.rpc` | Port to open for RPC in Consul | `8400` |
117-
| `containerPorts.rpcServer` | Port to open for RPC Server in Consul | `8300` |
118-
| `containerPorts.serfLAN` | Port to open for Serf LAN in Consul | `8301` |
119-
| `lifecycleHooks` | Add lifecycle hooks to the deployment | `{}` |
85+
| Name | Description | Value |
86+
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------- |
87+
| `image.registry` | HashiCorp Consul image registry | `docker.io` |
88+
| `image.repository` | HashiCorp Consul image repository | `bitnami/consul` |
89+
| `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.14.3-debian-11-r10` |
90+
| `image.digest` | HashiCorp Consul image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
91+
| `image.pullPolicy` | HashiCorp Consul image pull policy | `IfNotPresent` |
92+
| `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` |
93+
| `image.debug` | Enable image debug mode | `false` |
94+
| `datacenterName` | Datacenter name for Consul. If not supplied, will use the Consul | `dc1` |
95+
| `domain` | Consul domain name | `consul` |
96+
| `raftMultiplier` | Multiplier used to scale key Raft timing parameters | `1` |
97+
| `gossipKey` | Gossip key for all members. The key must be 16-bytes, can be generated with $(consul keygen) | `""` |
98+
| `tlsEncryptionSecretName` | Name of existing secret with TLS encryption data | `""` |
99+
| `hostAliases` | Deployment pod host aliases | `[]` |
100+
| `configuration` | HashiCorp Consul configuration to be injected as ConfigMap | `""` |
101+
| `existingConfigmap` | ConfigMap with HashiCorp Consul configuration | `""` |
102+
| `localConfig` | Extra configuration that will be added to the default one | `""` |
103+
| `podLabels` | Pod labels | `{}` |
104+
| `priorityClassName` | Priority class assigned to the Pods | `""` |
105+
| `runtimeClassName` | Name of the runtime class to be used by pod(s) | `""` |
106+
| `schedulerName` | Alternative scheduler | `""` |
107+
| `terminationGracePeriodSeconds` | In seconds, time the given to the Consul pod needs to terminate gracefully | `""` |
108+
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
109+
| `command` | Command for running the container (set to default if not set). Use array form | `[]` |
110+
| `args` | Args for running the container (set to default if not set). Use array form | `[]` |
111+
| `extraEnvVars` | Extra environment variables to be set on HashiCorp Consul container | `[]` |
112+
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
113+
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
114+
| `containerPorts.http` | Port to open for HTTP in Consul | `8500` |
115+
| `containerPorts.dns` | Port to open for DNS server in Consul | `8600` |
116+
| `containerPorts.rpc` | Port to open for RPC in Consul | `8400` |
117+
| `containerPorts.rpcServer` | Port to open for RPC Server in Consul | `8300` |
118+
| `containerPorts.serfLAN` | Port to open for Serf LAN in Consul | `8301` |
119+
| `lifecycleHooks` | Add lifecycle hooks to the deployment | `{}` |
120120

121121

122122
### Statefulset parameters
@@ -224,7 +224,7 @@ $ helm delete --purge my-release
224224
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` |
225225
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
226226
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
227-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r61` |
227+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r71` |
228228
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
229229
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
230230
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@@ -239,7 +239,7 @@ $ helm delete --purge my-release
239239
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
240240
| `metrics.image.registry` | HashiCorp Consul Prometheus Exporter image registry | `docker.io` |
241241
| `metrics.image.repository` | HashiCorp Consul Prometheus Exporter image repository | `bitnami/consul-exporter` |
242-
| `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.9.0-debian-11-r4` |
242+
| `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.9.0-debian-11-r14` |
243243
| `metrics.image.digest` | HashiCorp Consul Prometheus Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
244244
| `metrics.image.pullPolicy` | HashiCorp Consul Prometheus Exporter image pull policy | `IfNotPresent` |
245245
| `metrics.image.pullSecrets` | HashiCorp Consul Prometheus Exporter image pull secrets | `[]` |

bitnami/consul/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ diagnosticMode:
7373
image:
7474
registry: docker.io
7575
repository: bitnami/consul
76-
tag: 1.14.3-debian-11-r0
76+
tag: 1.14.3-debian-11-r10
7777
digest: ""
7878
## Specify a imagePullPolicy
7979
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -613,7 +613,7 @@ volumePermissions:
613613
image:
614614
registry: docker.io
615615
repository: bitnami/bitnami-shell
616-
tag: 11-debian-11-r61
616+
tag: 11-debian-11-r71
617617
digest: ""
618618
pullPolicy: IfNotPresent
619619
## Optionally specify an array of imagePullSecrets.
@@ -664,7 +664,7 @@ metrics:
664664
image:
665665
registry: docker.io
666666
repository: bitnami/consul-exporter
667-
tag: 0.9.0-debian-11-r4
667+
tag: 0.9.0-debian-11-r14
668668
digest: ""
669669
pullPolicy: IfNotPresent
670670
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)