File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed 
templates/_components/cap-app-proxy Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 0.1.27-helm-alpha 
33description : A Helm chart for Codefresh gitops runtime 
44name : gitops-runtime 
5- version : 0.2.1-alpha.1  
5+ version : 0.2.1-alpha.2  
66home : https://github.com/codefresh-io/gitops-runtime-helm 
77keywords :
88  - codefresh 
Original file line number Diff line number Diff line change 11# gitops-runtime  
22
3- ![ Version: 0.2.1-alpha.1 ] ( https://img.shields.io/badge/Version-0.2.1--alpha.1 -informational?style=flat-square )  ![ AppVersion: 0.1.27-helm-alpha] ( https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha-informational?style=flat-square ) 
3+ ![ Version: 0.2.1-alpha.2 ] ( https://img.shields.io/badge/Version-0.2.1--alpha.2 -informational?style=flat-square )  ![ AppVersion: 0.1.27-helm-alpha] ( https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha-informational?style=flat-square ) 
44
55A Helm chart for Codefresh gitops runtime
66
Original file line number Diff line number Diff line change 22argoCdUrl : {{ .Values.config.argoCdUrl }} 
33argoCdUsername : {{ .Values.config.argoCdUsername }} 
44argoWorkflowsInsecure : {{ .Values.config.argoWorkflowsInsecure | quote }} 
5- env : {{ .Values.config.env | quote}} 
65argoWorkflowsUrl : {{ default "" .Values.config.argoWorkflowsUrl }} 
6+ cors : {{ .Values.global.codefresh.url }} 
7+ env : {{ .Values.config.env | quote}} 
78runtimeName : {{ .Values.global.runtime.name | quote}} 
89skipGitPermissionValidation : {{ .Values.config.skipGitPermissionValidation | quote }} 
910logLevel : {{ .Values.config.logLevel | quote }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments