File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ jobs:
2828          export TAG=$(echo ${{ github.ref }} | cut -d '/' -f 3 - ) 
2929          export VERSION=${TAG#v} # tag without leading v 
3030          echo TAG=${TAG} >> $GITHUB_ENV 
31-           echo VERSION=${VERSION} >> $GITHUB_ENV 
3231          echo "TAG: ${TAG}" 
33-           echo "(unused, but still: ) VERSION: ${VERSION}" 
32+           echo VERSION=${VERSION} >> $GITHUB_ENV 
33+           echo "VERSION: ${VERSION}" 
3434
3535name : Run chart-releaser 
3636        uses : stefanprodan/helm-gh-pages@v1.7.0 
3737        with :
3838          token : " ${{ secrets.GITHUB_TOKEN }}" 
3939          app_version : " ${{env.TAG}}" 
40+           chart_version : " ${{env.VERSION}}" 
4041          charts_dir : helm 
Original file line number Diff line number Diff line change 22apiVersion : v2 
33name : kubenurse 
44description : A Helm chart for Kubernetes to deploy kubenurse 
5- version : 0.3.2  
5+ version : 0.0.1-dummy  
66appVersion : v0.0.1-dummy 
77icon : https://avatars.githubusercontent.com/u/34368733 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments