File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
components/argo-workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828
2929       - name : Install Argo CLI 
3030        run : | 
31-           curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.6.6 /argo-linux-amd64.gz 
31+           curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.1 /argo-linux-amd64.gz 
3232          gunzip argo-linux-amd64.gz 
3333          chmod +x argo-linux-amd64 
3434          sudo mv argo-linux-amd64 /usr/local/bin/argo 
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ resources:
99  #  argo events so we need to split up what we install. So
1010  #  we delete the ClusterRoleBinding and instead create RoleBindings
1111  #  to the ClusterRole for just the namespaces we want.
12-   - https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.6.10  
12+   - https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.7.1  
1313
1414  #  adds argo-server role so the argo-server has enough permissions to run
1515  - argo-server-role.yaml 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments