mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 06:47:57 +08:00
[bitnami/consul] Release 10.7.16 (#11745)
* [bitnami/consul] Release 10.7.16 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,7 +1,7 @@
|
||||
annotations:
|
||||
category: DeveloperTools
|
||||
apiVersion: v2
|
||||
appVersion: 1.13.0
|
||||
appVersion: 1.13.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -23,4 +23,4 @@ name: consul
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/consul
|
||||
- https://www.consul.io/
|
||||
version: 10.7.15
|
||||
version: 10.7.16
|
||||
|
||||
@@ -86,7 +86,7 @@ $ helm delete --purge my-release
|
||||
| ------------------------------- | -------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `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.13.0-debian-11-r1` |
|
||||
| `image.tag` | HashiCorp Consul image tag (immutable tags are recommended) | `1.13.1-debian-11-r1` |
|
||||
| `image.pullPolicy` | HashiCorp Consul image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | HashiCorp Consul image pull secrets | `[]` |
|
||||
| `image.debug` | Enable image debug mode | `false` |
|
||||
@@ -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-r26` |
|
||||
| `metrics.image.tag` | HashiCorp Consul Prometheus Exporter image tag (immutable tags are recommended) | `0.8.0-debian-11-r27` |
|
||||
| `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` |
|
||||
|
||||
@@ -72,7 +72,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/consul
|
||||
tag: 1.13.0-debian-11-r1
|
||||
tag: 1.13.1-debian-11-r1
|
||||
## 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
|
||||
@@ -657,7 +657,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/consul-exporter
|
||||
tag: 0.8.0-debian-11-r26
|
||||
tag: 0.8.0-debian-11-r27
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user