Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Hazelcast and MC version to 5.5.0 and 5.5.0 #438

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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:
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.4.0"
tag: "5.5.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.4.1"
tag: "5.5.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.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:
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.4.0"
tag: "5.5.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.4.1"
tag: "5.5.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
Loading