diff options
author | makefunstuff <[email protected]> | 2024-06-29 20:59:17 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 20:59:17 +0200 |
commit | 15dd749e3549245c0ccb5275b6e602a54d0b4460 (patch) | |
tree | 6b4202dabb78f2d2d221cab3def0e8c541f19ce1 /tools/eck-operator/templates/elasticsearch.yaml | |
parent | b6a49d92fe6965d956ddca5e0b6a9cfe0f3dd465 (diff) | |
download | k3s-lab-15dd749e3549245c0ccb5275b6e602a54d0b4460.tar.gz |
string
Diffstat (limited to 'tools/eck-operator/templates/elasticsearch.yaml')
-rw-r--r-- | tools/eck-operator/templates/elasticsearch.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eck-operator/templates/elasticsearch.yaml b/tools/eck-operator/templates/elasticsearch.yaml index 9173d46..bda9446 100644 --- a/tools/eck-operator/templates/elasticsearch.yaml +++ b/tools/eck-operator/templates/elasticsearch.yaml @@ -3,7 +3,7 @@ kind: Elasticsearch metadata: name: log-storage spec: - version: 8.12 + version: "8.14.1" nodeSets: - name: default count: 1 |