File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77  workflow_dispatch :
88
99env :
10-   helm-version : v3.11.0  
10+   helm-version : v3.15.3  
1111
1212jobs :
1313  release :
5050          helm s3 push chart_release/* tscharts --acl public-read --relative 
5151
5252       - name : Create release 
53-         uses : ncipollo/release-action@v1.12 .0 
53+         uses : ncipollo/release-action@v1.14 .0 
5454        with :
5555          tag : ${{ env.CHART_VERSION }} 
5656          allowUpdates : true 
Original file line number Diff line number Diff line change 99
1010env :
1111  golang-version : 1.18.4 
12-   helm-version : v3.11.0  
13-   kubescape-version : v2.0.183  
12+   helm-version : v3.15.3  
13+   kubescape-version : v2.9.2  
1414
1515jobs :      
1616  security-audit :
Original file line number Diff line number Diff line change 44    branches-ignore : ['renovate/**'] 
55  pull_request :
66env :
7-   helm-version : v3.11.0  
7+   helm-version : v3.15.3  
88jobs :
99  lint :
1010    runs-on : ubuntu-latest 
1414        with :
1515          fetch-depth : 0 
1616      - name : Set up chart-testing 
17-         uses : helm/chart-testing-action@v2.3 .1 
17+         uses : helm/chart-testing-action@v2.6 .1 
1818      - name : Run chart-testing (lint) 
1919        run : make lint 
2020      - name : Run ShellCheck on scripts shipped with helm chart 
4343          sudo sysctl fs.inotify.max_user_watches=524288 
4444          sudo sysctl fs.inotify.max_user_instances=524288 
4545       - name : Set up chart-testing 
46-         uses : helm/chart-testing-action@v2.3 .1 
46+         uses : helm/chart-testing-action@v2.6 .1 
4747      - name : Start kuberenetes cluster with cert-manager 
4848        env :
4949          KUBE_VERSION : ${{ matrix.kube }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments