File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed 
emailer-app@tmp/durable-1849bd67 Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.0.47
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
22description : A Helm chart for Kubernetes 
33icon : https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png 
44name : emailer-app 
5- version : 0.1.0-SNAPSHOT  
5+ version : 0.0.47  
Original file line number Diff line number Diff line change 33#  Declare variables to be passed into your templates.
44replicaCount : 1 
55image :
6-   repository : draft 
7-   tag : dev 
6+   repository : 100.66.15.130:5000/ci-makingdevs/emailer-app 
7+   tag : 0.0.47 
88  pullPolicy : IfNotPresent 
99service :
1010  name : emailer-app 
Original file line number Diff line number Diff line change 1+ + make tag
2+ sed -i -e "s/version:.*/version: 0.0.47/" Chart.yaml
3+ sed -i -e "s/repository: .*/repository: 100.66.15.130:5000\/ci-makingdevs\/emailer-app/" values.yaml
4+ sed -i -e "s/tag: .*/tag: 0.0.47/" values.yaml
5+ git add --all
Original file line number Diff line number Diff line change 1+ #! /bin/sh -xe
2+ make tag
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments