From 4f8f1bb48f389dbbbaefcda3155e1a084298d5ce Mon Sep 17 00:00:00 2001 From: devOpsHelm Date: Thu, 8 Aug 2024 00:08:53 +0000 Subject: [PATCH] Upgrade Hazelcast and MC version to 5.5.0 and 5.5.1 Signed-off-by: devOpsHelm --- stable/hazelcast-enterprise/Chart.yaml | 4 ++-- stable/hazelcast-enterprise/values.yaml | 4 ++-- stable/hazelcast/Chart.yaml | 4 ++-- stable/hazelcast/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stable/hazelcast-enterprise/Chart.yaml b/stable/hazelcast-enterprise/Chart.yaml index 57eb9e2f..2c5871a9 100644 --- a/stable/hazelcast-enterprise/Chart.yaml +++ b/stable/hazelcast-enterprise/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: hazelcast-enterprise -version: 5.11.1 -appVersion: "5.4.0" +version: 5.12.0 +appVersion: "5.5.0" kubeVersion: ">=1.19.0-0" description: Hazelcast is a streaming and memory-first application platform for fast, stateful, data-intensive workloads on-premises, at the edge or as a fully managed cloud service. keywords: diff --git a/stable/hazelcast-enterprise/values.yaml b/stable/hazelcast-enterprise/values.yaml index 6d3b9655..273d1fe8 100644 --- a/stable/hazelcast-enterprise/values.yaml +++ b/stable/hazelcast-enterprise/values.yaml @@ -5,7 +5,7 @@ image: # repository is the Hazelcast image name repository: "hazelcast/hazelcast-enterprise" # tag is the Hazelcast image tag - tag: "5.4.0" + tag: "5.5.0" # digest is the Hazelcast image digest that will be used only if the tag is empty digest: "" # @@ -346,7 +346,7 @@ mancenter: # repository is the Hazelcast Management Center image name repository: "hazelcast/management-center" # tag is the Hazelcast Management Center image tag - tag: "5.4.1" + tag: "5.5.1" # digest is the Hazelcast Management Center image digest that will be used only if the tag is empty digest: "" # diff --git a/stable/hazelcast/Chart.yaml b/stable/hazelcast/Chart.yaml index ed4410b3..b49a8f7d 100644 --- a/stable/hazelcast/Chart.yaml +++ b/stable/hazelcast/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: hazelcast -version: 5.9.1 -appVersion: "5.4.0" +version: 5.10.0 +appVersion: "5.5.0" kubeVersion: ">=1.19.0-0" description: Hazelcast is a streaming and memory-first application platform for fast, stateful, data-intensive workloads on-premises, at the edge or as a fully managed cloud service. keywords: diff --git a/stable/hazelcast/values.yaml b/stable/hazelcast/values.yaml index c6b722e7..5fcc71d3 100644 --- a/stable/hazelcast/values.yaml +++ b/stable/hazelcast/values.yaml @@ -5,7 +5,7 @@ image: # repository is the Hazelcast image name repository: "hazelcast/hazelcast" # tag is the Hazelcast image tag - tag: "5.4.0" + tag: "5.5.0" # digest is the Hazelcast image digest that will be used only if the tag is empty digest: "" # @@ -309,7 +309,7 @@ mancenter: # repository is the Hazelcast Management Center image name repository: "hazelcast/management-center" # tag is the Hazelcast Management Center image tag - tag: "5.4.1" + tag: "5.5.1" # digest is the Hazelcast Management Center image digest that will be used only if the tag is empty digest: "" # pullPolicy is the Docker image pull policy