Skip to content

Commit 2b02509

Browse files
committed
Use latest elasticsearch 7.x version
1 parent 2ca437c commit 2b02509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/resources/elasticsearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
spec:
2222
# NOTE: we default to 7.x to allow compatibility with OpenSearch, but feel free to use 8.x
2323
# When changing the version here, also make the correspoding change to the Kibana instance.
24-
version: 7.17.21
24+
version: 7.17.25
2525
# Add an S3 credentials secret and uncomment this to enable S3 based snapshots via Kibana
2626
# secureSettings:
2727
# - secretName: elasticsearch-s3-credentials
@@ -122,7 +122,7 @@ kind: Kibana
122122
metadata:
123123
name: {{ .Chart.Name }}%{suffix}
124124
spec:
125-
version: 7.17.21
125+
version: 7.17.25
126126
count: 1
127127
http:
128128
tls:

0 commit comments

Comments
 (0)