Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 96fccbd

Browse files
authored
Merge pull request #389 from kkmsft/1.5.3-rc4
Update the rc deploy file to 1.5.3-rc4
2 parents 4de117a + f5c3c71 commit 96fccbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/infra/rc/deployment-rbac.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
name: iptableslock
119119
containers:
120120
- name: nmi
121-
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3-rc3"
121+
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3-rc4"
122122
imagePullPolicy: Always
123123
args:
124124
- "--host-ip=$(HOST_IP)"
@@ -220,7 +220,7 @@ spec:
220220
serviceAccountName: aad-pod-id-mic-service-account
221221
containers:
222222
- name: mic
223-
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3-rc3"
223+
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3-rc4"
224224
imagePullPolicy: Always
225225
args:
226226
- "--cloudconfig=/etc/kubernetes/azure.json"

deploy/infra/rc/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
name: iptableslock
7575
containers:
7676
- name: nmi
77-
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3-rc3"
77+
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3-rc4"
7878
imagePullPolicy: Always
7979
args:
8080
- "--host-ip=$(HOST_IP)"
@@ -128,7 +128,7 @@ spec:
128128
spec:
129129
containers:
130130
- name: mic
131-
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3-rc3"
131+
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3-rc4"
132132
imagePullPolicy: Always
133133
args:
134134
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"

0 commit comments

Comments
 (0)