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

Commit

Permalink
Merge pull request #384 from kkmsft/rc3
Browse files Browse the repository at this point in the history
Change rc deployment to point to rc3
  • Loading branch information
aramase authored Sep 18, 2019
2 parents f2d68be + 1e85cbe commit f293e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/infra/rc/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3-rc2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3-rc3"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3-rc2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3-rc3"
imagePullPolicy: Always
args:
- "--cloudconfig=/etc/kubernetes/azure.json"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/rc/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3-rc2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3-rc3"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3-rc2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3-rc3"
imagePullPolicy: Always
args:
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
Expand Down

0 comments on commit f293e45

Please sign in to comment.