Skip to content

Commit

Permalink
remove chart-name from volumeClaimTemplate's label section for workin…
Browse files Browse the repository at this point in the history
…g chart upgrades
  • Loading branch information
Hasan Çelik committed Jul 28, 2023
1 parent f76190b commit 47abbe8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion stable/hazelcast-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: hazelcast-enterprise
version: 3.10.3
version: 3.11.0
appVersion: "4.2.4"
kubeVersion: ">=1.14.0-0"
description: Hazelcast IMDG Enterprise is the most widely used in-memory data grid with hundreds of thousands of installed clusters around the world. It offers caching solutions ensuring that data is in the right place when it’s needed for optimal performance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ spec:
labels:
app.kubernetes.io/name: {{ template "mancenter.name" . }}
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
app.kubernetes.io/instance: "{{ .Release.Name }}"
app.kubernetes.io/managed-by: "{{ .Release.Service }}"
spec:
accessModes:
Expand Down
1 change: 0 additions & 1 deletion stable/hazelcast-enterprise/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ spec:
name: hot-restart-persistence
labels:
app.kubernetes.io/name: {{ template "hazelcast.name" . }}
helm.sh/chart: {{ template "hazelcast.chart" . }}
app.kubernetes.io/instance: "{{ .Release.Name }}"
app.kubernetes.io/managed-by: "{{ .Release.Service }}"
spec:
Expand Down

0 comments on commit 47abbe8

Please sign in to comment.