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

Commit

Permalink
bump version to 1.5-rc2 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase authored and kkmsft committed Jul 27, 2019
1 parent 6e83e31 commit dc84edc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
19 changes: 16 additions & 3 deletions deploy/infra/master/replicaset/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ spec:
plural: azureidentities
scope: Namespaced
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: azurepodidentityexceptions.aadpodidentity.k8s.io
spec:
group: aadpodidentity.k8s.io
version: v1
names:
kind: AzurePodIdentityException
singular: azurepodidentityexception
plural: azurepodidentityexceptions
scope: Namespaced
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand All @@ -56,7 +69,7 @@ rules:
resources: ["secrets"]
verbs: ["get"]
- apiGroups: ["aadpodidentity.k8s.io"]
resources: ["azureidentitybindings", "azureidentities"]
resources: ["azureidentitybindings", "azureidentities", "azurepodidentityexceptions"]
verbs: ["get", "list"]
- apiGroups: ["aadpodidentity.k8s.io"]
resources: ["azureassignedidentities"]
Expand Down Expand Up @@ -103,7 +116,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5-rc1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5-rc2"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -197,7 +210,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5-rc1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5-rc2"
imagePullPolicy: Always
args:
- "--cloudconfig=/etc/kubernetes/azure.json"
Expand Down
17 changes: 15 additions & 2 deletions deploy/infra/master/replicaset/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ spec:
plural: azureidentities
scope: Namespaced
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: azurepodidentityexceptions.aadpodidentity.k8s.io
spec:
group: aadpodidentity.k8s.io
version: v1
names:
kind: AzurePodIdentityException
singular: azurepodidentityexception
plural: azurepodidentityexceptions
scope: Namespaced
---
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
Expand All @@ -59,7 +72,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5-rc1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5-rc2"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -106,7 +119,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5-rc1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5-rc2"
imagePullPolicy: Always
args:
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
Expand Down

0 comments on commit dc84edc

Please sign in to comment.