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 | |
parent | b6a49d92fe6965d956ddca5e0b6a9cfe0f3dd465 (diff) | |
download | k3s-lab-15dd749e3549245c0ccb5275b6e602a54d0b4460.tar.gz |
string
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r-- | tools/eck-operator/templates/elasticsearch.yaml | 2 | ||||
-rw-r--r-- | tools/eck-operator/templates/logstash.yaml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/tools/eck-operator/templates/logstash.yaml b/tools/eck-operator/templates/logstash.yaml index e58a453..13e5128 100644 --- a/tools/eck-operator/templates/logstash.yaml +++ b/tools/eck-operator/templates/logstash.yaml @@ -3,7 +3,7 @@ kind: Logstash metadata: name: log-storage spec: - version: 8.14.1 + version: "8.14.1" count: 1 elasticsearchRefs: - name: log-storage |