From 6d2e0e0696df6c4a2bc370efef90608ab47a0e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kraus?= Date: Thu, 11 Aug 2022 13:24:25 +0200 Subject: [PATCH] updated Magento base image to 2.4.5 --- Chart.yaml | 4 ++-- README.md | 3 +++ values.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 854781a..6dbeb87 100755 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ name: magento apiVersion: v2 -appVersion: 2.4.4 -version: 2.4.1 +appVersion: 2.4.5 +version: 2.4.2 description: Magento chart to deploy the application including services. type: application keywords: diff --git a/README.md b/README.md index d8a7e70..bebd542 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,9 @@ ingress: Check out [this section](https://github.com/PHOENIX-MEDIA/magento2-helm#magento-ece-tools) for the string encoding. ## Changelog +### [2.4.2] - 2022-08-11 +- Use PHOENIX MEDIA's Magento OpenSource 2.4.5 build as base image +- ### [2.4.1] - 2022-07-21 - Added optional ingressClassName - Added values_docker.yaml for Docker Desktop deployments diff --git a/values.yaml b/values.yaml index 929914f..231bb75 100755 --- a/values.yaml +++ b/values.yaml @@ -12,7 +12,7 @@ global: image: # registry: repository: phoenixmedia/magento2 - tag: "2.4.4" + tag: "2.4.5" pullPolicy: IfNotPresent