[bitnami/kube-state-metrics-probes] Use different liveness/readiness probes (#26174)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2024-05-21 18:17:46 +02:00
committed by GitHub
parent 4828ae90f5
commit 33aa5e25ef
3 changed files with 8 additions and 4 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 4.1.1 (2024-05-21)
* [bitnami/kube-state-metrics-probes] Use different liveness/readiness probes ([#26174](https://github.com/bitnami/charts/pulls/26174))
## 4.1.0 (2024-05-21)
* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add warning when original images are replaced ([#26230](https://github.com/bitnami/charts/pulls/26230))
* [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/kube-state-metrics] feat: :sparkles: :lock: Add warning when original images are replaced ( ([24028d6](https://github.com/bitnami/charts/commit/24028d6)), closes [#26230](https://github.com/bitnami/charts/issues/26230)
## <small>4.0.7 (2024-05-18)</small>

View File

@@ -28,4 +28,4 @@ maintainers:
name: kube-state-metrics
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kube-state-metrics
version: 4.1.0
version: 4.1.1

View File

@@ -216,8 +216,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http
{{- end }}
{{- if .Values.customReadinessProbe }}