mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/elasticsearch] add shareProcessNamespace support (#33232)
* add shareProcessNamespace support to elasticsearch Signed-off-by: Jeff Copeland <jeffrey.d.copeland@gmail.com> * bumped semver Signed-off-by: Jeff Copeland <jeffrey.d.copeland@gmail.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * rolled chart version Signed-off-by: Jeff Copeland <jeffrey.d.copeland@gmail.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Jeff Copeland <jeffrey.d.copeland@gmail.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 22.0.3 (2025-05-07)
|
||||
## 22.0.4 (2025-05-12)
|
||||
|
||||
* [bitnami/elasticsearch] Release 22.0.3 ([#33547](https://github.com/bitnami/charts/pull/33547))
|
||||
* [bitnami/elasticsearch] add shareProcessNamespace support ([#33232](https://github.com/bitnami/charts/pull/33232))
|
||||
|
||||
## <small>22.0.3 (2025-05-07)</small>
|
||||
|
||||
* [bitnami/elasticsearch] Release 22.0.3 (#33547) ([338e18a](https://github.com/bitnami/charts/commit/338e18a44389a547e16154e0c74abee522a68e77)), closes [#33547](https://github.com/bitnami/charts/issues/33547)
|
||||
|
||||
## <small>22.0.2 (2025-05-06)</small>
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ maintainers:
|
||||
name: elasticsearch
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
|
||||
version: 22.0.3
|
||||
version: 22.0.4
|
||||
|
||||
@@ -428,6 +428,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
||||
| `master.hostAliases` | master-elegible pods host aliases | `[]` |
|
||||
| `master.podLabels` | Extra labels for master-elegible pods | `{}` |
|
||||
| `master.podAnnotations` | Annotations for master-elegible pods | `{}` |
|
||||
| `master.shareProcessNamespace` | Share a single process namespace between all of the containers in pod | `false` |
|
||||
| `master.podAffinityPreset` | Pod affinity preset. Ignored if `master.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `master.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `master.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `master.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `master.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
@@ -536,6 +537,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
||||
| `data.hostAliases` | data pods host aliases | `[]` |
|
||||
| `data.podLabels` | Extra labels for data pods | `{}` |
|
||||
| `data.podAnnotations` | Annotations for data pods | `{}` |
|
||||
| `data.shareProcessNamespace` | Share a single process namespace between all of the containers in pod | `false` |
|
||||
| `data.podAffinityPreset` | Pod affinity preset. Ignored if `data.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `data.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `data.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `data.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `data.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
@@ -644,6 +646,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
||||
| `coordinating.hostAliases` | coordinating-only pods host aliases | `[]` |
|
||||
| `coordinating.podLabels` | Extra labels for coordinating-only pods | `{}` |
|
||||
| `coordinating.podAnnotations` | Annotations for coordinating-only pods | `{}` |
|
||||
| `coordinating.shareProcessNamespace` | Share a single process namespace between all of the containers in pod | `false` |
|
||||
| `coordinating.podAffinityPreset` | Pod affinity preset. Ignored if `coordinating.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `coordinating.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `coordinating.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `coordinating.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `coordinating.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
@@ -744,6 +747,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
||||
| `ingest.hostAliases` | ingest-only pods host aliases | `[]` |
|
||||
| `ingest.podLabels` | Extra labels for ingest-only pods | `{}` |
|
||||
| `ingest.podAnnotations` | Annotations for ingest-only pods | `{}` |
|
||||
| `ingest.shareProcessNamespace` | Share a single process namespace between all of the containers in pod | `false` |
|
||||
| `ingest.podAffinityPreset` | Pod affinity preset. Ignored if `ingest.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `ingest.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `ingest.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `ingest.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `ingest.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
|
||||
@@ -77,6 +77,9 @@ spec:
|
||||
{{- if .Values.coordinating.priorityClassName }}
|
||||
priorityClassName: {{ .Values.coordinating.priorityClassName | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.coordinating.shareProcessNamespace }}
|
||||
shareProcessNamespace: {{ .Values.coordinating.shareProcessNamespace }}
|
||||
{{- end }}
|
||||
{{- if .Values.coordinating.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.coordinating.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
|
||||
@@ -80,6 +80,9 @@ spec:
|
||||
{{- if .Values.data.podSecurityContext.enabled }}
|
||||
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.data.podSecurityContext "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.data.shareProcessNamespace }}
|
||||
shareProcessNamespace: {{ .Values.data.shareProcessNamespace }}
|
||||
{{- end }}
|
||||
{{- if .Values.data.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.data.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
|
||||
@@ -80,6 +80,9 @@ spec:
|
||||
{{- if .Values.ingest.podSecurityContext.enabled }}
|
||||
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.ingest.podSecurityContext "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.ingest.shareProcessNamespace }}
|
||||
shareProcessNamespace: {{ .Values.ingest.shareProcessNamespace }}
|
||||
{{- end }}
|
||||
{{- if .Values.ingest.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.ingest.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
|
||||
@@ -80,6 +80,9 @@ spec:
|
||||
{{- if .Values.master.podSecurityContext.enabled }}
|
||||
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.master.podSecurityContext "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.master.shareProcessNamespace }}
|
||||
shareProcessNamespace: {{ .Values.master.shareProcessNamespace }}
|
||||
{{- end }}
|
||||
{{- if .Values.master.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.master.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
|
||||
@@ -646,6 +646,10 @@ master:
|
||||
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||
##
|
||||
podAnnotations: {}
|
||||
## @param master.shareProcessNamespace Share a single process namespace between all of the containers in pod
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
|
||||
##
|
||||
shareProcessNamespace: false
|
||||
## @param master.podAffinityPreset Pod affinity preset. Ignored if `master.affinity` is set. Allowed values: `soft` or `hard`
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
|
||||
##
|
||||
@@ -1052,6 +1056,10 @@ data:
|
||||
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||
##
|
||||
podAnnotations: {}
|
||||
## @param data.shareProcessNamespace Share a single process namespace between all of the containers in pod
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
|
||||
##
|
||||
shareProcessNamespace: false
|
||||
## @param data.podAffinityPreset Pod affinity preset. Ignored if `data.affinity` is set. Allowed values: `soft` or `hard`
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
|
||||
##
|
||||
@@ -1461,6 +1469,10 @@ coordinating:
|
||||
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||
##
|
||||
podAnnotations: {}
|
||||
## @param coordinating.shareProcessNamespace Share a single process namespace between all of the containers in pod
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
|
||||
##
|
||||
shareProcessNamespace: false
|
||||
## @param coordinating.podAffinityPreset Pod affinity preset. Ignored if `coordinating.affinity` is set. Allowed values: `soft` or `hard`
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
|
||||
##
|
||||
@@ -1824,6 +1836,10 @@ ingest:
|
||||
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||
##
|
||||
podAnnotations: {}
|
||||
## @param ingest.shareProcessNamespace Share a single process namespace between all of the containers in pod
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
|
||||
##
|
||||
shareProcessNamespace: false
|
||||
## @param ingest.podAffinityPreset Pod affinity preset. Ignored if `ingest.affinity` is set. Allowed values: `soft` or `hard`
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user