File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cd "${REPO_ROOT}"
1313if  [[ !  -f  " bin/kubectl" ;  then 
1414  echo  " Downloading kubectl to bin/kubectl" 
1515  mkdir -p bin/
16-   curl -L -o bin/kubectl https://dl.k8s.io/release/v1.26.0 /bin/linux/amd64/kubectl
16+   curl -L -o bin/kubectl https://dl.k8s.io/release/v1.32.1 /bin/linux/amd64/kubectl
1717fi 
1818chmod +x bin/kubectl
1919export  PATH=" ${REPO_ROOT} /bin:$PATH " 
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ REPO_ROOT=$(pwd)
3131if  [[ !  -f  " bin/kubectl" ;  then 
3232  echo  " Downloading kubectl to bin/kubectl" 
3333  mkdir -p bin/
34-   curl -L -o bin/kubectl https://dl.k8s.io/release/v1.27.0 /bin/linux/amd64/kubectl
34+   curl -L -o bin/kubectl https://dl.k8s.io/release/v1.32.1 /bin/linux/amd64/kubectl
3535fi 
3636chmod +x bin/kubectl
3737export  PATH=" ${REPO_ROOT} /bin:$PATH " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments