Skip to content

Commit 3d2a185

Browse files
committed
[Elastic] upgrade to v8.17.1
1 parent 50a8f78 commit 3d2a185

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

charts/elastic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version: 2.0.10
2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to
3030
# follow Semantic Versioning. They should reflect the version the application is using.
31-
appVersion: "8.16.1"
31+
appVersion: "8.17.1"
3232
dependencies:
3333
- name: elasticsearch
3434
version: 21.4.4

charts/elastic/values.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
"tag": {
2424
"description": "Tag Elasticsearch",
2525
"type": "string",
26-
"default": "8.16.1-debian-12-r0",
26+
"default": "8.17.1-debian-12-r4",
2727
"enum": [
28+
"8.17.1-debian-12-r4",
2829
"8.16.1-debian-12-r0",
2930
"8.15.1-debian-12-r2",
3031
"8.14.2-debian-12-r1"

charts/elastic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ elasticsearch:
55
image:
66
registry: docker.io
77
repository: bitnami/elasticsearch
8-
tag: 8.16.1-debian-12-r0
8+
tag: 8.17.1-debian-12-r4
99
digest: ""
1010
## Specify a imagePullPolicy
1111
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)