Skip to content

Commit

Permalink
Pod identity version update (#340)
Browse files Browse the repository at this point in the history
* Pod identity version update

* manifest diff

Co-authored-by: Federico Arambarri <v-fearam>
  • Loading branch information
v-fearam committed Aug 17, 2022
1 parent 3c6997b commit bd94515
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
# https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.11/deploy/infra/deployment-rbac.yaml
annotations:
api-approved.kubernetes.io: unapproved
controller-gen.kubebuilder.io/version: v0.5.0
Expand Down Expand Up @@ -520,7 +521,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.5"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.11"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
Expand Down Expand Up @@ -590,12 +591,13 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.5"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.11"
args:
- "--cloudconfig=/etc/kubernetes/azure.json"
- "--logtostderr"
securityContext:
runAsUser: 0
readOnlyRootFilesystem: true
env:
- name: MIC_POD_NAMESPACE
valueFrom:
Expand Down

0 comments on commit bd94515

Please sign in to comment.