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 @@ -408,7 +408,7 @@ data:
408408 effect: NoSchedule
409409 containers:
410410 - name: cloud-controller-manager
411- image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.7 }
411+ image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.1.5 }
412412 imagePullPolicy: IfNotPresent
413413 command: ["cloud-controller-manager"]
414414 args:
@@ -536,7 +536,7 @@ data:
536536 effect: NoSchedule
537537 containers:
538538 - name: cloud-node-manager
539- image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.7 }
539+ image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.1.5 }
540540 imagePullPolicy: IfNotPresent
541541 command:
542542 - 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:v1.0.7 }
151+ image : ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.1.5 }
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:v1.0.7 }
69+ image : ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.1.5 }
7070 imagePullPolicy : IfNotPresent
7171 command :
7272 - cloud-node-manager
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ data:
414414 effect: NoSchedule
415415 containers:
416416 - name: cloud-controller-manager
417- image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.7 }
417+ image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.1.5 }
418418 imagePullPolicy: IfNotPresent
419419 command: ["cloud-controller-manager"]
420420 args:
@@ -542,7 +542,7 @@ data:
542542 effect: NoSchedule
543543 containers:
544544 - name: cloud-node-manager
545- image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.7 }
545+ image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.1.5 }
546546 imagePullPolicy: IfNotPresent
547547 command:
548548 - cloud-node-manager
You can’t perform that action at this time.
0 commit comments