Skip to content

Commit

Permalink
[kube-state-metrics] bump to 2.13.0 (#4731)
Browse files Browse the repository at this point in the history
* bump to 2.13.0

Signed-off-by: drfaust92 <[email protected]>

* tune liveness and readiness probeswith new changes

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Jul 22, 2024
1 parent e80d188 commit c45f8fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
- prometheus
- kubernetes
type: application
version: 5.21.0
appVersion: 2.12.0
version: 5.22.0
appVersion: 2.13.0
home: https://github.com/kubernetes/kube-state-metrics/
sources:
- https://github.com/kubernetes/kube-state-metrics/
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-state-metrics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
- name: {{ $header.name }}
value: {{ $header.value }}
{{- end }}
path: /healthz
path: /livez
port: {{ $servicePort }}
scheme: {{ upper .Values.livenessProbe.httpGet.scheme }}
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
Expand All @@ -176,7 +176,7 @@ spec:
- name: {{ $header.name }}
value: {{ $header.value }}
{{- end }}
path: /
path: /readyz
port: {{ $servicePort }}
scheme: {{ upper .Values.readinessProbe.httpGet.scheme }}
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
Expand Down

0 comments on commit c45f8fb

Please sign in to comment.