mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #128690 from humblec/new-sc
csi: update snapshot controller to the v8.1.0
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:v8.0.0
 | 
					          image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
 | 
				
			||||||
          args:
 | 
					          args:
 | 
				
			||||||
            - "--v=5"
 | 
					            - "--v=5"
 | 
				
			||||||
            - "--metrics-path=/metrics"
 | 
					            - "--metrics-path=/metrics"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user