[bitnami/elasticsearch] Release 19.10.8 (#18581)

* [bitnami/elasticsearch] Release 19.10.8 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:
Bitnami Bot
2023-08-18 15:17:08 +02:00
committed by GitHub
parent a053b3a6f3
commit e3fd0b9a9f
3 changed files with 5 additions and 5 deletions

View File

@@ -8,11 +8,11 @@ annotations:
- name: elasticsearch-exporter
image: docker.io/bitnami/elasticsearch-exporter:1.6.0-debian-11-r44
- name: elasticsearch
image: docker.io/bitnami/elasticsearch:8.9.0-debian-11-r20
image: docker.io/bitnami/elasticsearch:8.9.1-debian-11-r0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r40
apiVersion: v2
appVersion: 8.9.0
appVersion: 8.9.1
dependencies:
- condition: global.kibanaEnabled
name: kibana
@@ -34,4 +34,4 @@ maintainers:
name: elasticsearch
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
version: 19.10.7
version: 19.10.8

View File

@@ -108,7 +108,7 @@ helm delete --purge my-release
| `useIstioLabels` | Use this variable to add Istio labels to all pods | `true` |
| `image.registry` | Elasticsearch image registry | `docker.io` |
| `image.repository` | Elasticsearch image repository | `bitnami/elasticsearch` |
| `image.tag` | Elasticsearch image tag (immutable tags are recommended) | `8.9.0-debian-11-r20` |
| `image.tag` | Elasticsearch image tag (immutable tags are recommended) | `8.9.1-debian-11-r0` |
| `image.digest` | Elasticsearch image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Elasticsearch image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Elasticsearch image pull secrets | `[]` |

View File

@@ -189,7 +189,7 @@ useIstioLabels: true
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 8.9.0-debian-11-r20
tag: 8.9.1-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'