diff options
author | makefunstuff <[email protected]> | 2024-06-29 21:00:24 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 21:00:24 +0200 |
commit | 26d5b9dc25de1ae67c8a5f82ccae787e53d857f7 (patch) | |
tree | e47b34d94bc90f1e3afe9d81bdebcc1607aeb0da /tools/eck-operator/templates | |
parent | 15dd749e3549245c0ccb5275b6e602a54d0b4460 (diff) | |
download | k3s-lab-26d5b9dc25de1ae67c8a5f82ccae787e53d857f7.tar.gz |
upgrade path
Diffstat (limited to 'tools/eck-operator/templates')
-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 bda9446..e8e8c4d 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.14.1" + version: "7.1.17" nodeSets: - name: default count: 1 |