File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ type: application
3333# This is the chart version. This version number should be incremented each time you make changes
3434# to the chart and its templates, including the app version.
3535# Versions are expected to follow Semantic Versioning (https://semver.org/)
36- version : 3.12.1
36+ version : 3.13.0
3737
3838# This is the version number of the application being deployed. This version number should be
3939# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 3636 {{- if .Values.elasticsearch.image }}
3737 image : {{ .Values.elasticsearch.image }}
3838 {{- end }}
39+ {{- if .Values.elasticsearch.volumeClaimDeletePolicy }}
40+ volumeClaimDeletePolicy : { { .Values.elasticsearch.volumeClaimDeletePolicy } }
41+ {{- end }}
3942 http :
4043 tls :
4144 {{- if .Values.elasticsearch.tlsEnabled }}
Original file line number Diff line number Diff line change @@ -729,6 +729,10 @@ elasticsearch:
729729 # -- Set Pods' Priority Class Name
730730 priorityClassName : " "
731731
732+ # -- Volume claim delete policy. Controls when ECK deletes PVCs.
733+ # By default the value is DeleteOnScaledownAndClusterDeletion
734+ volumeClaimDeletePolicy : " "
735+
732736 # -- Node sets. See official ElasticSearch documentation at:
733737 # https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html
734738 # if you specify node sets here the defaultNodeSet will not be used.
You can’t perform that action at this time.
0 commit comments