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

Commit

Permalink
update manifests for release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed Sep 20, 2019
1 parent cfd8079 commit 6d94ab4
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 26 deletions.
Binary file added charts/aad-pod-identity-1.5.3.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/aad-pod-identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Deploy components for aad-pod-identity
name: aad-pod-identity
version: 1.5.2
appVersion: 1.5.2
version: 1.5.3
appVersion: 1.5.3
home: https://github.com/Azure/aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
Expand Down
6 changes: 3 additions & 3 deletions charts/aad-pod-identity/templates/nmi-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ rules:
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
{{- if .Values.rbac.allowAccessToSecrets }}
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get"]
{{- end }}
- apiGroups: ["aadpodidentity.k8s.io"]
resources: ["azureidentitybindings", "azureidentities", "azurepodidentityexceptions"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
- apiGroups: ["aadpodidentity.k8s.io"]
resources: ["azureassignedidentities"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
{{- end }}
4 changes: 2 additions & 2 deletions charts/aad-pod-identity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ forceNameSpaced: "false"

mic:
image: mic
tag: 1.5.2
tag: 1.5.3

# log level. Uses V logs (glog)
# logVerbosity: 0
Expand Down Expand Up @@ -64,7 +64,7 @@ mic:

nmi:
image: nmi
tag: 1.5.2
tag: 1.5.3

resources:
limits:
Expand Down
19 changes: 17 additions & 2 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
apiVersion: v1
entries:
aad-pod-identity:
- apiVersion: v1
appVersion: 1.5.3
created: "2019-09-20T11:06:55.819594-07:00"
description: Deploy components for aad-pod-identity
digest: daed41d1b4545a4954d20bde968d1968e6f382dad120077e2aa5260969274bac
home: https://github.com/Azure/aad-pod-identity
maintainers:
- email: anish.ramasekar@gmail.com
name: aramase
name: aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
urls:
- https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts/aad-pod-identity-1.5.3.tgz
version: 1.5.3
- apiVersion: v1
appVersion: 1.5.2
created: "2019-09-16T11:43:42.435047-07:00"
created: "2019-09-20T11:06:55.818477-07:00"
description: Deploy components for aad-pod-identity
digest: 58a8ea212a1461f72ce17be5b767dac920d0f56803c026320a16c22de3ed365a
home: https://github.com/Azure/aad-pod-identity
Expand All @@ -16,4 +31,4 @@ entries:
urls:
- https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts/aad-pod-identity-1.5.2.tgz
version: 1.5.2
generated: "2019-09-16T11:43:42.434192-07:00"
generated: "2019-09-20T11:06:55.816541-07:00"
10 changes: 5 additions & 5 deletions deploy/infra/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ rules:
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get"]
- apiGroups: ["aadpodidentity.k8s.io"]
resources: ["azureidentitybindings", "azureidentities", "azurepodidentityexceptions"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
- apiGroups: ["aadpodidentity.k8s.io"]
resources: ["azureassignedidentities"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3"
imagePullPolicy: Always
args:
- "--cloudconfig=/etc/kubernetes/azure.json"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3"
imagePullPolicy: Always
args:
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
Expand Down
10 changes: 5 additions & 5 deletions deploy/infra/noazurejson/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ rules:
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get"]
- apiGroups: ["aadpodidentity.k8s.io"]
resources: ["azureidentitybindings", "azureidentities", "azurepodidentityexceptions"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
- apiGroups: ["aadpodidentity.k8s.io"]
resources: ["azureassignedidentities"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -116,7 +116,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3"
imagePullPolicy: Always
args:
- "--logtostderr"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/noazurejson/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.3"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -140,7 +140,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.3"
imagePullPolicy: Always
args:
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ type Config struct {
KeyvaultName string `envconfig:"KEYVAULT_NAME"`
KeyvaultSecretName string `envconfig:"KEYVAULT_SECRET_NAME"`
KeyvaultSecretVersion string `envconfig:"KEYVAULT_SECRET_VERSION"`
MICVersion string `envconfig:"MIC_VERSION" default:"1.5.2"`
NMIVersion string `envconfig:"NMI_VERSION" default:"1.5.2"`
MICVersion string `envconfig:"MIC_VERSION" default:"1.5.3"`
NMIVersion string `envconfig:"NMI_VERSION" default:"1.5.3"`
Registry string `envconfig:"REGISTRY" default:"mcr.microsoft.com/k8s/aad-pod-identity"`
IdentityValidatorVersion string `envconfig:"IDENTITY_VALIDATOR_VERSION" default:"1.5.2"`
IdentityValidatorVersion string `envconfig:"IDENTITY_VALIDATOR_VERSION" default:"1.5.3"`
SystemMSICluster bool `envconfig:"SYSTEM_MSI_CLUSTER" default:"false"`
}

Expand Down

0 comments on commit 6d94ab4

Please sign in to comment.