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
22name : rollout-operator 
33description : " Grafana rollout-operator" 
44type : application 
5- version : 0.33.1  
5+ version : 0.33.2  
66appVersion : v0.29.0 
77home : https://github.com/grafana/rollout-operator 
88kubeVersion : ^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
44
55# rollout-operator  
66
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 ) 
88
99Grafana rollout-operator
1010
Original file line number Diff line number Diff line change 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 }} 
5760          {{- end }} 
5861          {{- range .Values.extraArgs  }} 
5962          - {{ . }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments