mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/kube-state-metrics-probes] Use different liveness/readiness probes (#26174)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user