[bitnami/fluentd] Use different liveness/readiness probes (#26311)

* [bitnami/fluentd] Use different liveness/readiness probes

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: David Gomez <dgomezleon@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
David Gomez
2024-05-22 17:52:50 +02:00
committed by GitHub
parent a7d3e0dbcd
commit 53665b656e
4 changed files with 9 additions and 6 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 6.3.1 (2024-05-22)
* [bitnami/fluentd] Use different liveness/readiness probes ([#26311](https://github.com/bitnami/charts/pulls/26311))
## 6.3.0 (2024-05-21)
* [bitnami/fluentd] feat: :sparkles: :lock: Add warning when original images are replaced ([#26205](https://github.com/bitnami/charts/pulls/26205))
* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359)
* [bitnami/fluentd] feat: :sparkles: :lock: Add warning when original images are replaced (#26205) ([929a4c8](https://github.com/bitnami/charts/commit/929a4c8)), closes [#26205](https://github.com/bitnami/charts/issues/26205)
## <small>6.2.3 (2024-05-18)</small>

View File

@@ -30,4 +30,4 @@ maintainers:
name: fluentd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/fluentd
version: 6.3.0
version: 6.3.1

View File

@@ -222,8 +222,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.aggregator.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.aggregator.livenessProbe.enabled }}
livenessProbe:
httpGet:
path: {{ .Values.aggregator.livenessProbe.httpGet.path }}
tcpSocket:
port: {{ .Values.aggregator.livenessProbe.httpGet.port }}
initialDelaySeconds: {{ .Values.aggregator.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.aggregator.livenessProbe.periodSeconds }}

View File

@@ -214,8 +214,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.forwarder.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.forwarder.livenessProbe.enabled }}
livenessProbe:
httpGet:
path: {{ .Values.forwarder.livenessProbe.httpGet.path }}
tcpSocket:
port: {{ .Values.forwarder.livenessProbe.httpGet.port }}
initialDelaySeconds: {{ .Values.forwarder.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.forwarder.livenessProbe.periodSeconds }}