Skip to content

Commit f1d9e74

Browse files
authored
[rollout-operator] Always set server-tls.self-signed-cert.dns-name (#3989)
* fix(rollout-operator): Fix rollout-operator cert's dns name Signed-off-by: tanner <[email protected]> * bump patch version Signed-off-by: tanner <[email protected]> --------- Signed-off-by: tanner <[email protected]>
1 parent 1d36f91 commit f1d9e74

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

charts/rollout-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: rollout-operator
33
description: "Grafana rollout-operator"
44
type: application
5-
version: 0.37.0
5+
version: 0.37.1
66
appVersion: v0.32.0
77
home: https://github.com/grafana/rollout-operator
88
kubeVersion: ^1.10.0-0

charts/rollout-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Helm chart for deploying [Grafana rollout-operator](https://github.com/grafana/r
44

55
# rollout-operator
66

7-
![Version: 0.37.0](https://img.shields.io/badge/Version-0.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.32.0](https://img.shields.io/badge/AppVersion-v0.32.0-informational?style=flat-square)
7+
![Version: 0.37.1](https://img.shields.io/badge/Version-0.37.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.32.0](https://img.shields.io/badge/AppVersion-v0.32.0-informational?style=flat-square)
88

99
Grafana rollout-operator
1010

charts/rollout-operator/templates/deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ spec:
5454
{{- if .Values.webhooks.enabled }}
5555
- -server-tls.enabled=true
5656
- -server-tls.self-signed-cert.secret-name={{ .Values.webhooks.selfSignedCertSecretName }}
57-
{{- if .Values.fullnameOverride }}
58-
- -server-tls.self-signed-cert.dns-name={{ include "rollout-operator.fullname" .}}.{{ .Release.Namespace }}.svc
59-
{{- end }}
57+
- -server-tls.self-signed-cert.dns-name={{ include "rollout-operator.fullname" . }}.{{ .Release.Namespace }}.svc
6058
{{- end }}
6159
{{- range .Values.extraArgs }}
6260
- {{ . }}

0 commit comments

Comments
 (0)