From d45635049b99b51adbf698e1d9adc4982fbe8502 Mon Sep 17 00:00:00 2001 From: Vincent ROBERT Date: Wed, 26 Feb 2025 17:15:19 +0100 Subject: [PATCH 1/2] upgrade paas services: redis, rabbitmq and opensearch --- shopware/paas-meta/6.6/.platform/services.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shopware/paas-meta/6.6/.platform/services.yaml b/shopware/paas-meta/6.6/.platform/services.yaml index b672dbc4..ea0b8aa0 100644 --- a/shopware/paas-meta/6.6/.platform/services.yaml +++ b/shopware/paas-meta/6.6/.platform/services.yaml @@ -1,18 +1,19 @@ db: type: mariadb:11.2 disk: 2048 + cacheredis: - type: redis:7.0 + type: redis:7.2 configuration: maxmemory_policy: volatile-lfu # comment if you want to disable rabbitmq rabbitmq: - type: rabbitmq:3.8 + type: rabbitmq:3.13 disk: 1024 # uncomment if you want to use opensearch #opensearch: -# type: opensearch:1.2 +# type: opensearch:2 # disk: 256 # Change the disk space according to your needs for a.o. media files From b2b2238f79922629511782a4dfb717139cd0d2ea Mon Sep 17 00:00:00 2001 From: Vincent ROBERT Date: Wed, 26 Feb 2025 17:19:18 +0100 Subject: [PATCH 2/2] upgrade mariadb version for paas --- shopware/paas-meta/6.6/.platform/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shopware/paas-meta/6.6/.platform/services.yaml b/shopware/paas-meta/6.6/.platform/services.yaml index ea0b8aa0..192e98d2 100644 --- a/shopware/paas-meta/6.6/.platform/services.yaml +++ b/shopware/paas-meta/6.6/.platform/services.yaml @@ -1,7 +1,7 @@ db: - type: mariadb:11.2 + type: mariadb:11.4 disk: 2048 - + cacheredis: type: redis:7.2 configuration: