File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ maintainers:
2424name : elasticsearch
2525sources :
2626 - https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
27- version : 19.9.2
27+ version : 19.9.3
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ helm delete --purge my-release
106106| ` useIstioLabels ` | Use this variable to add Istio labels to all pods | ` true ` |
107107| ` image.registry ` | Elasticsearch image registry | ` docker.io ` |
108108| ` image.repository ` | Elasticsearch image repository | ` bitnami/elasticsearch ` |
109- | ` image.tag ` | Elasticsearch image tag (immutable tags are recommended) | ` 8.7.1-debian-11-r6 ` |
109+ | ` image.tag ` | Elasticsearch image tag (immutable tags are recommended) | ` 8.7.1-debian-11-r7 ` |
110110| ` image.digest ` | Elasticsearch image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
111111| ` image.pullPolicy ` | Elasticsearch image pull policy | ` IfNotPresent ` |
112112| ` image.pullSecrets ` | Elasticsearch image pull secrets | ` [] ` |
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ useIstioLabels: true
186186image :
187187 registry : docker.io
188188 repository : bitnami/elasticsearch
189- tag : 8.7.1-debian-11-r6
189+ tag : 8.7.1-debian-11-r7
190190 digest : " "
191191 # # Specify a imagePullPolicy
192192 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments