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 mboersma committed Oct 15, 2018
1 parent ecf7e56 commit 620b79e
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 620b79e

Please sign in to comment.