File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515#  This is the chart version. This version number should be incremented each time you make changes
1616#  to the chart and its templates, including the app version.
1717#  Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.2.2  
18+ version : 0.2.3  
1919
2020#  This is the version number of the application being deployed. This version number should be
2121#  incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ Expand the name of the default pod spec config map.
120120{ {- $startupParameters   = append $startupParameters   " --kubernetes-allowed-images" } 
121121{ {- $startupParameters   = append $startupParameters   .Values.agent.allowedImages } 
122122{ {- end } 
123+ { {- if  .Values.agent.defaultImage } 
124+ { {- $startupParameters   = append $startupParameters   " --kubernetes-default-image" } 
125+ { {- $startupParameters   = append $startupParameters   .Values.agent.defaultImage } 
126+ { {- end } 
123127{ {- join "  " $startupParameters   } 
124128{ {- end } 
125129
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ imagePullPolicy: IfNotPresent
1717
1818agent :
1919  image : semaphoreci/agent 
20-   version : v2.2.28  
20+   version : v2.3.0  
2121  logLevel : " info" 
2222
2323  #  By default, the controller creates a pod spec which will be used
4444  #  See: https://github.com/semaphoreci/agent/blob/master/docs/kubernetes-executor.md#restricting-images-used-in-jobs
4545  allowedImages : " " 
4646
47+   #  See: https://github.com/semaphoreci/agent/blob/master/docs/kubernetes-executor.md#default-image-used-in-jobs
48+   defaultImage : " " 
49+ 
4750#  How many jobs the controller will keep running in parallel
4851parallelism : 10 
4952
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments