Merge pull request #123249 from humblec/sidecar-snapshotter
make use of latest snapshot controller version v6.3.3 in the deployment
This commit is contained in:
		@@ -22,7 +22,7 @@ spec:
 | 
				
			|||||||
      serviceAccount: volume-snapshot-controller
 | 
					      serviceAccount: volume-snapshot-controller
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
        - name: volume-snapshot-controller
 | 
					        - name: volume-snapshot-controller
 | 
				
			||||||
          image: registry.k8s.io/sig-storage/snapshot-controller:v6.3.1
 | 
					          image: registry.k8s.io/sig-storage/snapshot-controller:v6.3.3
 | 
				
			||||||
          args:
 | 
					          args:
 | 
				
			||||||
            - "--v=5"
 | 
					            - "--v=5"
 | 
				
			||||||
            - "--metrics-path=/metrics"
 | 
					            - "--metrics-path=/metrics"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user