mirror of
https://github.com/bitnami/charts.git
synced 2026-02-25 07:38:03 +08:00
[bitnami/consul] Release 10.12.7 (#18289)
* [bitnami/consul] Release 10.12.7 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:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.6.0
|
||||
digest: sha256:6ce7c85dcb43ad1fc5ff600850f28820ddc2f1a7c8cb25c5ff542fe1f852165a
|
||||
generated: "2023-07-13T11:20:47.629989326Z"
|
||||
version: 2.8.0
|
||||
digest: sha256:0119fce6b509ebf3eaf5218f87f6ec0af64ec7da15f272115673b0716c4b6919
|
||||
generated: "2023-08-08T23:19:58.468832937Z"
|
||||
|
||||
@@ -4,25 +4,32 @@
|
||||
annotations:
|
||||
category: DeveloperTools
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: consul-exporter
|
||||
image: docker.io/bitnami/consul-exporter:0.9.0-debian-11-r239
|
||||
- name: consul
|
||||
image: docker.io/bitnami/consul:1.16.1-debian-11-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r31
|
||||
apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
appVersion: 1.16.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: HashiCorp Consul is a tool for discovering and configuring services in your infrastructure.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/consul/img/consul-stack-220x234.png
|
||||
keywords:
|
||||
- discovering
|
||||
- configuring
|
||||
- services
|
||||
- discovering
|
||||
- configuring
|
||||
- services
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: consul
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/consul
|
||||
version: 10.12.6
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/consul
|
||||
version: 10.12.7
|
||||
|
||||
@@ -81,41 +81,41 @@ 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.16.0-debian-11-r28` |
|
||||
| `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.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.16.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.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
|
||||
|
||||
@@ -220,7 +220,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` | OS Shell + Utility image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r16` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r31` |
|
||||
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
|
||||
@@ -234,7 +234,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.9.0-debian-11-r228` |
|
||||
| `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.9.0-debian-11-r239` |
|
||||
| `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.pullSecrets` | HashiCorp Consul Prometheus Exporter image pull secrets | `[]` |
|
||||
|
||||
@@ -76,7 +76,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/consul
|
||||
tag: 1.16.0-debian-11-r28
|
||||
tag: 1.16.1-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -622,7 +622,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r16
|
||||
tag: 11-debian-11-r31
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -673,7 +673,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/consul-exporter
|
||||
tag: 0.9.0-debian-11-r228
|
||||
tag: 0.9.0-debian-11-r239
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user