Skip to content

Commit

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

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

* fix readiness probe

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

---------

Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Nov 9, 2024
1 parent d824573 commit e5dcb61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26.0
appVersion: 2.13.0
version: 5.27.0
appVersion: 2.14.0
home: https://github.com/kubernetes/kube-state-metrics/
sources:
- https://github.com/kubernetes/kube-state-metrics/
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ spec:
value: {{ $header.value }}
{{- end }}
path: /readyz
port: {{ $servicePort }}
port: {{ $telemetryPort }}
scheme: {{ upper .Values.readinessProbe.httpGet.scheme }}
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
Expand Down

0 comments on commit e5dcb61

Please sign in to comment.