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

Replace aad-pod-identity docker image with official MS container registry #4026

Merged
merged 1 commit into from
Oct 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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