File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
charts/kube-prometheus-stack
templates/prometheus-operator Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ name: kube-prometheus-stack
3131sources :
3232 - https://github.com/prometheus-community/helm-charts
3333 - https://github.com/prometheus-operator/kube-prometheus
34- version : 69.3.1
34+ version : 69.3.2
3535appVersion : v0.80.0
3636kubeVersion : " >=1.19.0-0"
3737home : https://github.com/prometheus-operator/kube-prometheus
Original file line number Diff line number Diff line change @@ -143,12 +143,14 @@ spec:
143143 - --web.key-file=/cert/{{ if .Values.prometheusOperator.admissionWebhooks.certManager.enabled }}tls.key{{ else }}key{{ end }}
144144 - --web.listen-address=:{{ .Values.prometheusOperator.tls.internalPort }}
145145 - --web.tls-min-version={{ .Values.prometheusOperator.tls.tlsMinVersion }}
146+ {{- end }}
146147 {{- with .Values.prometheusOperator.extraArgs }}
147148 {{- tpl (toYaml .) $ | nindent 12 }}
148149 {{- end }}
149150 {{- with .Values.prometheusOperator.lifecycle }}
150151 lifecycle : {{ toYaml . | nindent 12 }}
151152 {{- end }}
153+ {{- if .Values.prometheusOperator.tls.enabled }}
152154 ports :
153155 - containerPort : {{ .Values.prometheusOperator.tls.internalPort }}
154156 name : https
You can’t perform that action at this time.
0 commit comments