File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ maintainers:
3434name : elasticsearch
3535sources :
3636- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
37- version : 19.21.0
37+ version : 19.21.1
Original file line number Diff line number Diff line change 8383 {{- if .Values.coordinating.podSecurityContext.enabled }}
8484 securityContext : {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.coordinating.podSecurityContext "context" $) | nindent 8 }}
8585 {{- end }}
86- {{- if or .Values.coordinating.initContainers .Values.sysctlImage.enabled }}
86+ {{- if or (or .Values.initContainers .Values. coordinating.initContainers) .Values.sysctlImage.enabled }}
8787 initContainers :
8888 {{- if .Values.sysctlImage.enabled }}
8989 # # Image that performs the sysctl operation to modify Kernel settings (needed sometimes to avoid boot errors)
Original file line number Diff line number Diff line change 8383 {{- if .Values.data.terminationGracePeriodSeconds }}
8484 terminationGracePeriodSeconds : {{ .Values.data.terminationGracePeriodSeconds }}
8585 {{- end }}
86- {{- if or .Values.data.initContainers .Values.sysctlImage.enabled (and .Values.volumePermissions.enabled .Values.data.persistence.enabled) }}
86+ {{- if or (or .Values.initContainers .Values. data.initContainers) .Values.sysctlImage.enabled (and .Values.volumePermissions.enabled .Values.data.persistence.enabled) }}
8787 initContainers :
8888 {{- if .Values.sysctlImage.enabled }}
8989 # # Image that performs the sysctl operation to modify Kernel settings (needed sometimes to avoid boot errors)
Original file line number Diff line number Diff line change 8383 {{- if .Values.ingest.terminationGracePeriodSeconds }}
8484 terminationGracePeriodSeconds : {{ .Values.ingest.terminationGracePeriodSeconds }}
8585 {{- end }}
86- {{- if or .Values.ingest.initContainers .Values.sysctlImage.enabled }}
86+ {{- if or (or .Values.initContainers .Values. ingest.initContainers) .Values.sysctlImage.enabled }}
8787 initContainers :
8888 {{- if .Values.sysctlImage.enabled }}
8989 # # Image that performs the sysctl operation to modify Kernel settings (needed sometimes to avoid boot errors)
Original file line number Diff line number Diff line change 8383 {{- if .Values.master.terminationGracePeriodSeconds }}
8484 terminationGracePeriodSeconds : {{ .Values.master.terminationGracePeriodSeconds }}
8585 {{- end }}
86- {{- if or .Values.master.initContainers .Values.sysctlImage.enabled (and .Values.volumePermissions.enabled .Values.master.persistence.enabled) }}
86+ {{- if or (or .Values.initContainers .Values. master.initContainers) .Values.sysctlImage.enabled (and .Values.volumePermissions.enabled .Values.master.persistence.enabled) }}
8787 initContainers :
8888 {{- if .Values.sysctlImage.enabled }}
8989 # # Image that performs the sysctl operation to modify Kernel settings (needed sometimes to avoid boot errors)
You can’t perform that action at this time.
0 commit comments