From 4343cb760b9b5abfc15fa32a52efd6534e4b88af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kraus?= Date: Mon, 20 Feb 2023 17:34:30 +0100 Subject: [PATCH] use phoenixmedia/magento-cloud-docker-elasticsearch:7.17 image for ES --- README.md | 2 +- values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc5fe06..2e042be 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ Navigate to `http://` and checkout the new Magento2 instance. This guide and the `values_gke.yaml` file are configured for the *magento.phoenix-media.rocks* example domain. You will need to update a few lines as described in [this section](https://github.com/PHOENIX-MEDIA/magento2-helm#updating-domains-magento_cloud_-variables-and-values-files). ## Changelog -### [2.4.4] - unreleased +### [2.4.4] - 2023-02-20 - Kubernetes 1.25 compatibility - Updated Elasticsearch chart to 7.17 diff --git a/values.yaml b/values.yaml index 38d2394..ff7502d 100755 --- a/values.yaml +++ b/values.yaml @@ -283,8 +283,8 @@ redis: elasticsearch: enabled: true - image: magento/magento-cloud-docker-elasticsearch - imageTag: 7.10-1.3.2 + image: phoenixmedia/magento-cloud-docker-elasticsearch + imageTag: 7.17-1.3.5 replicas: 1 minimumMasterNodes: 1 esJavaOpts: "-Xmx2g -Xms2g"