@@ -82,41 +82,41 @@ $ helm delete --purge my-release
82
82
83
83
### HashiCorp Consul parameters
84
84
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 | ` {} ` |
120
120
121
121
122
122
### Statefulset parameters
@@ -224,7 +224,7 @@ $ helm delete --purge my-release
224
224
| ` volumePermissions.enabled ` | Enable init container that changes the owner and group of the persistent volume | ` false ` |
225
225
| ` volumePermissions.image.registry ` | Bitnami Shell image registry | ` docker.io ` |
226
226
| ` 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 ` |
228
228
| ` volumePermissions.image.digest ` | Bitnami Shell image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
229
229
| ` volumePermissions.image.pullPolicy ` | Bitnami Shell image pull policy | ` IfNotPresent ` |
230
230
| ` volumePermissions.image.pullSecrets ` | Bitnami Shell image pull secrets | ` [] ` |
@@ -239,7 +239,7 @@ $ helm delete --purge my-release
239
239
| ` metrics.enabled ` | Start a side-car prometheus exporter | ` false ` |
240
240
| ` metrics.image.registry ` | HashiCorp Consul Prometheus Exporter image registry | ` docker.io ` |
241
241
| ` 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 ` |
243
243
| ` metrics.image.digest ` | HashiCorp Consul Prometheus Exporter image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
244
244
| ` metrics.image.pullPolicy ` | HashiCorp Consul Prometheus Exporter image pull policy | ` IfNotPresent ` |
245
245
| ` metrics.image.pullSecrets ` | HashiCorp Consul Prometheus Exporter image pull secrets | ` [] ` |
0 commit comments