File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
flavors/external-cloud-provider Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ data:
376376 effect: NoSchedule
377377 containers:
378378 - name: cloud-controller-manager
379- image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4 }
379+ image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.1 }
380380 imagePullPolicy: IfNotPresent
381381 command: ["cloud-controller-manager"]
382382 args:
@@ -504,7 +504,7 @@ data:
504504 effect: NoSchedule
505505 containers:
506506 - name: cloud-node-manager
507- image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4 }
507+ image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.1 }
508508 imagePullPolicy: IfNotPresent
509509 command:
510510 - cloud-node-manager
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ spec:
148148 effect : NoSchedule
149149 containers :
150150 - name : cloud-controller-manager
151- image : ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4 }
151+ image : ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.1 }
152152 imagePullPolicy : IfNotPresent
153153 command : ["cloud-controller-manager"]
154154 args :
Original file line number Diff line number Diff line change 6666 effect : NoSchedule
6767 containers :
6868 - name : cloud-node-manager
69- image : ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4 }
69+ image : ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.1 }
7070 imagePullPolicy : IfNotPresent
7171 command :
7272 - cloud-node-manager
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ data:
381381 effect: NoSchedule
382382 containers:
383383 - name: cloud-controller-manager
384- image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4 }
384+ image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.1 }
385385 imagePullPolicy: IfNotPresent
386386 command: ["cloud-controller-manager"]
387387 args:
@@ -509,7 +509,7 @@ data:
509509 effect: NoSchedule
510510 containers:
511511 - name: cloud-node-manager
512- image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4 }
512+ image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.1 }
513513 imagePullPolicy: IfNotPresent
514514 command:
515515 - cloud-node-manager
You can’t perform that action at this time.
0 commit comments