Skip to content

Commit

Permalink
Merge pull request #1378 from CecileRobertMichon/fix-oot
Browse files Browse the repository at this point in the history
[backport] Update CCM and CNM templates to v0.7.4
  • Loading branch information
k8s-ci-robot authored May 17, 2021
2 parents a00e876 + b10353e commit 957858d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/addons/cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: cloud-controller-manager
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.5.0
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4
imagePullPolicy: IfNotPresent
command: ["cloud-controller-manager"]
args:
Expand Down
2 changes: 1 addition & 1 deletion templates/addons/cloud-node-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
effect: NoSchedule
containers:
- name: cloud-node-manager
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.5.0
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4
imagePullPolicy: IfNotPresent
command:
- cloud-node-manager
Expand Down

0 comments on commit 957858d

Please sign in to comment.