diff --git a/charts/rollout-operator/Chart.yaml b/charts/rollout-operator/Chart.yaml index de08cbb2f9..0e72094cc6 100644 --- a/charts/rollout-operator/Chart.yaml +++ b/charts/rollout-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rollout-operator description: "Grafana rollout-operator" type: application -version: 0.37.0 +version: 0.37.1 appVersion: v0.32.0 home: https://github.com/grafana/rollout-operator kubeVersion: ^1.10.0-0 diff --git a/charts/rollout-operator/README.md b/charts/rollout-operator/README.md index 1d2cb2dadf..c8535097f4 100644 --- a/charts/rollout-operator/README.md +++ b/charts/rollout-operator/README.md @@ -4,7 +4,7 @@ Helm chart for deploying [Grafana rollout-operator](https://github.com/grafana/r # rollout-operator -![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) +![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) Grafana rollout-operator diff --git a/charts/rollout-operator/templates/deployment.yaml b/charts/rollout-operator/templates/deployment.yaml index 4200ac372a..dd79cd186d 100644 --- a/charts/rollout-operator/templates/deployment.yaml +++ b/charts/rollout-operator/templates/deployment.yaml @@ -54,9 +54,7 @@ spec: {{- if .Values.webhooks.enabled }} - -server-tls.enabled=true - -server-tls.self-signed-cert.secret-name={{ .Values.webhooks.selfSignedCertSecretName }} - {{- if .Values.fullnameOverride }} - - -server-tls.self-signed-cert.dns-name={{ include "rollout-operator.fullname" .}}.{{ .Release.Namespace }}.svc - {{- end }} + - -server-tls.self-signed-cert.dns-name={{ include "rollout-operator.fullname" . }}.{{ .Release.Namespace }}.svc {{- end }} {{- range .Values.extraArgs }} - {{ . }}