File tree Expand file tree Collapse file tree 4 files changed +29
-5
lines changed Expand file tree Collapse file tree 4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1+ # Release notes for v3.0.3  
2+ 
3+ [ Documentation] ( https://kubernetes-csi.github.io ) 
4+ 
5+ # Changelog since v3.0.2  
6+ 
7+ ## Changes by Kind  
8+ 
9+ ### Other Notable Changes  
10+ 
11+ -  Update snapshot controller image to 3.0.3. ([ #452  ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/452 ) , [ @xing-yang  ] ( https://github.com/xing-yang ) )
12+ 
13+ ## Dependencies  
14+ 
15+ ### Added  
16+ _ Nothing has changed._ 
17+ 
18+ ### Changed  
19+ _ Nothing has changed._ 
20+ 
21+ ### Removed  
22+ _ Nothing has changed._ 
23+ 
124# Release notes for v3.0.2  
225
326[ Documentation] ( https://kubernetes-csi.github.io ) 
Original file line number Diff line number Diff line change 7272      serviceAccount : csi-snapshotter 
7373      containers :
7474        - name : csi-provisioner 
75-           image : quay. io/k8scsi /csi-provisioner:v1.5.0 
75+           image : k8s.gcr. io/sig-storage /csi-provisioner:v2.0.2 
7676          args :
7777            - " --v=5" 
7878            - " --csi-address=$(ADDRESS)" 
8484            - name : socket-dir 
8585              mountPath : /csi 
8686        - name : csi-snapshotter 
87-           image : quay. io/k8scsi /csi-snapshotter:canary 
87+           image : k8s.gcr. io/sig-storage /csi-snapshotter:v3.0.3 
8888          args :
8989            - " --v=5" 
9090            - " --csi-address=$(ADDRESS)" 
9797            - name : socket-dir 
9898              mountPath : /csi 
9999        - name : hostpath 
100-           image : quay. io/k8scsi /hostpathplugin:v1.2 .0
100+           image : k8s.gcr. io/sig-storage /hostpathplugin:v1.4 .0
101101          args :
102+             - " --drivername=hostpath.csi.k8s.io" 
102103            - " --v=5" 
103104            - " --endpoint=$(CSI_ENDPOINT)" 
104105            - " --nodeid=$(KUBE_NODE_NAME)" 
Original file line number Diff line number Diff line change 2525      serviceAccount : snapshot-controller 
2626      containers :
2727        - name : snapshot-controller 
28-           image : quay. io/k8scsi /snapshot-controller:canary 
28+           image : k8s.gcr. io/sig-storage /snapshot-controller:v3.0.3 
2929          args :
3030            - " --v=5" 
3131            - " --leader-election=false" 
Original file line number Diff line number Diff line change 1717    spec :
1818      containers :
1919      - name : snapshot-validation 
20-         image : k8s.gcr.io/sig-storage/validation-webhook:v2.2.0   #  change the image if you wish to use your own custom validation server image
20+         image : k8s.gcr.io/sig-storage/validation-webhook:v3.0.3   #  change the image if you wish to use your own custom validation server image
2121        args : ['--tls-cert-file=/etc/snapshot-validation-webhook/certs/cert.pem', '--tls-private-key-file=/etc/snapshot-validation-webhook/certs/key.pem'] 
2222        ports :
2323        - containerPort : 443  #  change the port as needed
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments