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

Commit

Permalink
Replace docker images with the official releases. (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbgf authored and jackfrancis committed Oct 17, 2018
1 parent 5e50930 commit 0730a6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
hostNetwork: true
containers:
- name: nmi
image: "nikhilbh/nmi:1.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.2"
imagePullPolicy: Always
resources:
requests:
Expand Down Expand Up @@ -202,7 +202,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "nikhilbh/mic:1.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.2"
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit 0730a6a

Please sign in to comment.