File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : rollout-operator
3
3
description : " Grafana rollout-operator"
4
4
type : application
5
- version : 0.33.1
5
+ version : 0.33.2
6
6
appVersion : v0.29.0
7
7
home : https://github.com/grafana/rollout-operator
8
8
kubeVersion : ^1.10.0-0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Helm chart for deploying [Grafana rollout-operator](https://github.com/grafana/r
4
4
5
5
# rollout-operator
6
6
7
- ![ Version: 0.33.1 ] ( https://img.shields.io/badge/Version-0.33.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.29.0] ( https://img.shields.io/badge/AppVersion-v0.29.0-informational?style=flat-square )
7
+ ![ Version: 0.33.2 ] ( https://img.shields.io/badge/Version-0.33.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.29.0] ( https://img.shields.io/badge/AppVersion-v0.29.0-informational?style=flat-square )
8
8
9
9
Grafana rollout-operator
10
10
Original file line number Diff line number Diff line change 54
54
{{- if .Values.webhooks.enabled }}
55
55
- -server-tls.enabled=true
56
56
- -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
60
{{- end }}
58
61
{{- range .Values.extraArgs }}
59
62
- {{ . }}
You can’t perform that action at this time.
0 commit comments