Skip to content

Commit 85cbce2

Browse files
committed
[kube-prometheus-stack] fix admission webhook DNS name rendering
Signed-off-by: Micah Nagel <micah.nagel@defenseunicorns.com>
1 parent 69f1288 commit 85cbce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kube-prometheus-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ name: kube-prometheus-stack
2828
sources:
2929
- https://github.com/prometheus-community/helm-charts
3030
- https://github.com/prometheus-operator/kube-prometheus
31-
version: 81.6.7
31+
version: 81.6.8
3232
# renovate: github=prometheus-operator/prometheus-operator
3333
appVersion: v0.88.1
3434
kubeVersion: ">=1.25.0-0"

charts/kube-prometheus-stack/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ global:
334334
{{- $fullname := include "kube-prometheus-stack.operator.fullname" . }}
335335
{{- $namespace := include "kube-prometheus-stack.namespace" . }}
336336
{{- $fullname }}
337-
{{- $fullname }}.{{ $namespace }}.svc
337+
{{ $fullname }}.{{ $namespace }}.svc
338338
{{- if .Values.prometheusOperator.admissionWebhooks.deployment.enabled }}
339339
{{ $fullname }}-webhook
340340
{{ $fullname }}-webhook.{{ $namespace }}.svc

0 commit comments

Comments
 (0)