Skip to content

Commit

Permalink
Upgrade Hazelcast version to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hasancelik committed Sep 23, 2024
1 parent 1ff3106 commit 1da477b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.12.1
appVersion: "5.5.0"
version: 5.12.2
appVersion: "5.5.1"
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
2 changes: 1 addition & 1 deletion 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.5.0"
tag: "5.5.1"
# digest is the Hazelcast 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.10.1
appVersion: "5.5.0"
version: 5.10.2
appVersion: "5.5.1"
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
2 changes: 1 addition & 1 deletion 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.5.0"
tag: "5.5.1"
# digest is the Hazelcast image digest that will be used only if the tag is empty
digest: ""
#
Expand Down

0 comments on commit 1da477b

Please sign in to comment.