Skip to content

Commit

Permalink
Upgrade Hazelcast and MC version to 5.4.0 and 5.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: devOpsHelm <[email protected]>
  • Loading branch information
devOpsHelm committed Apr 16, 2024
1 parent a2fa935 commit b37ee45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions stable/hazelcast-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: hazelcast-enterprise
version: 5.10.13
appVersion: "5.3.6"
version: 5.11.0
appVersion: "5.4.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:
Expand Down
4 changes: 2 additions & 2 deletions stable/hazelcast-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# repository is the Hazelcast image name
repository: "hazelcast/hazelcast-enterprise"
# tag is the Hazelcast image tag
tag: "5.3.6"
tag: "5.4.0"
# digest is the Hazelcast image digest that will be used only if the tag is empty
digest: ""
#
Expand Down Expand Up @@ -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.3.3"
tag: "5.4.0"
# digest is the Hazelcast Management Center image digest that will be used only if the tag is empty
digest: ""
#
Expand Down
4 changes: 2 additions & 2 deletions stable/hazelcast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: hazelcast
version: 5.8.14
appVersion: "5.3.6"
version: 5.9.0
appVersion: "5.4.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:
Expand Down
4 changes: 2 additions & 2 deletions stable/hazelcast/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# repository is the Hazelcast image name
repository: "hazelcast/hazelcast"
# tag is the Hazelcast image tag
tag: "5.3.6"
tag: "5.4.0"
# digest is the Hazelcast image digest that will be used only if the tag is empty
digest: ""
#
Expand Down Expand Up @@ -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.3.3"
tag: "5.4.0"
# 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
Expand Down

0 comments on commit b37ee45

Please sign in to comment.