File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,14 @@ pip install --break-system-packages --ignore-installed --require-hashes -r ${PKG
6262
6363#  Extract images from csi-azurefile-controller.yaml
6464expected_csi_provisioner_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[0].image |  head -n 1) " 
65- expected_csi_attacher_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[1].image |  head -n 1) " 
66- expected_csi_snapshotter_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[2].image |  head -n 1) " 
67- expected_csi_resizer_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[3].image |  head -n 1) " 
68- expected_liveness_probe_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[4].image |  head -n 1) " 
69- expected_azurefile_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[5].image |  head -n 1) " 
65+ expected_csi_snapshotter_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[1].image |  head -n 1) " 
66+ expected_csi_resizer_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[2].image |  head -n 1) " 
67+ expected_liveness_probe_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[3].image |  head -n 1) " 
68+ expected_azurefile_image=" $( cat ${PKG_ROOT} /deploy/csi-azurefile-controller.yaml |  yq -r .spec.template.spec.containers[4].image |  head -n 1) " 
7069
7170csi_provisioner_image=" $( get_image_from_helm_chart " .image.csiProvisioner" ) " 
7271validate_image " ${expected_csi_provisioner_image} " " ${csi_provisioner_image} " 
7372
74- csi_attacher_image=" $( get_image_from_helm_chart " .image.csiAttacher" ) " 
75- validate_image " ${expected_csi_attacher_image} " " ${csi_attacher_image} " 
76- 
7773csi_snapshotter_image=" $( get_image_from_helm_chart " .snapshot.image.csiSnapshotter" ) " 
7874validate_image " ${expected_csi_snapshotter_image} " " ${csi_snapshotter_image} " 
7975
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments