We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4215fd commit c14606aCopy full SHA for c14606a
charts/kube-state-metrics/Chart.yaml
@@ -7,7 +7,7 @@ keywords:
7
- prometheus
8
- kubernetes
9
type: application
10
-version: 6.1.4
+version: 6.1.5
11
# renovate: github-releases=kubernetes/kube-state-metrics
12
appVersion: 2.16.0
13
home: https://github.com/kubernetes/kube-state-metrics/
charts/kube-state-metrics/templates/deployment.yaml
@@ -275,7 +275,7 @@ spec:
275
httpGet:
276
scheme: HTTPS
277
port: {{ .Values.kubeRBACProxy.proxyEndpointsPort | default 8888 }}
278
- path: healthz
+ path: /healthz
279
initialDelaySeconds: 5
280
timeoutSeconds: 5
281
{{- if .Values.kubeRBACProxy.resources }}
0 commit comments