From 8f3d2744ea67fd57bb9f7ef45590a9ac99f4065b Mon Sep 17 00:00:00 2001 From: ycz008 Date: Wed, 30 Aug 2023 18:18:40 +0800 Subject: [PATCH] update es version 7.16.3 --- dev-upgrade/elastic/elastic-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-upgrade/elastic/elastic-dev.yaml b/dev-upgrade/elastic/elastic-dev.yaml index c01a39e..fbb6342 100644 --- a/dev-upgrade/elastic/elastic-dev.yaml +++ b/dev-upgrade/elastic/elastic-dev.yaml @@ -96,7 +96,7 @@ spec: mountPath: /usr/share/elasticsearch/data containers: - name: elasticsearch - image: docker.elastic.co/elasticsearch/elasticsearch:8.8.0 + image: docker.elastic.co/elasticsearch/elasticsearch:7.16.3 imagePullPolicy: IfNotPresent ports: - containerPort: 9200