We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca437c commit 2b02509Copy full SHA for 2b02509
generators/resources/elasticsearch.yaml
@@ -21,7 +21,7 @@ metadata:
21
spec:
22
# NOTE: we default to 7.x to allow compatibility with OpenSearch, but feel free to use 8.x
23
# When changing the version here, also make the correspoding change to the Kibana instance.
24
- version: 7.17.21
+ version: 7.17.25
25
# Add an S3 credentials secret and uncomment this to enable S3 based snapshots via Kibana
26
# secureSettings:
27
# - secretName: elasticsearch-s3-credentials
@@ -122,7 +122,7 @@ kind: Kibana
122
metadata:
123
name: {{ .Chart.Name }}%{suffix}
124
125
126
count: 1
127
http:
128
tls:
0 commit comments