File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
charts/kube-state-metrics Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ keywords:
77 - prometheus
88 - kubernetes
99type : application
10- version : 6.1.4
10+ version : 6.2.0
1111# renovate: github-releases=kubernetes/kube-state-metrics
1212appVersion : 2.16.0
1313home : https://github.com/kubernetes/kube-state-metrics/
Original file line number Diff line number Diff line change 4242 {{ toYaml .Values.podAnnotations | nindent 8 }}
4343 {{- end }}
4444 spec :
45+ {{- if and (semverCompare ">=1.33-0" .Capabilities.KubeVersion.Version) (kindIs "bool" .Values.hostUsers) }}
46+ hostUsers : {{ .Values.hostUsers }}
47+ {{- end }}
4548 automountServiceAccountToken : {{ .Values.automountServiceAccountToken }}
4649 hostNetwork : {{ .Values.hostNetwork }}
4750 serviceAccountName : {{ template "kube-state-metrics.serviceAccountName" . }}
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ extraArgs: []
5555# If false then the user will opt out of automounting API credentials.
5656automountServiceAccountToken : true
5757
58+ # -- Use the host's user namespace available in kubernetes 1.33+.
59+ hostUsers : nil
60+
5861service :
5962 port : 8080
6063 # Default to clusterIP for backward compatibility
You can’t perform that action at this time.
0 commit comments