From 6a7427b20a5c3408dd5eda6fd8d9f65332f03fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kraus?= Date: Mon, 6 Feb 2023 11:34:38 +0100 Subject: [PATCH] use Elasticsearch 7.17 to fix K8S warning with PodDisruptionBudget --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index d3231dc..73ebeb2 100755 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ name: magento apiVersion: v2 appVersion: 2.4.5 -version: 2.4.3 +version: 2.4.4 description: Magento chart to deploy the application including services. type: application keywords: @@ -24,7 +24,7 @@ dependencies: condition: redis.enabled - name: elasticsearch repository: https://helm.elastic.co - version: ~7.15.0 + version: ~7.17.0 condition: elasticsearch.enabled - name: varnish repository: https://charts.softonic.io