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

Commit

Permalink
release: update manifest and helm charts for v1.8.5 (#1179)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Oct 11, 2021
1 parent 1d572f1 commit a5afff6
Show file tree
Hide file tree
Showing 23 changed files with 75 additions and 40 deletions.
Binary file added charts/aad-pod-identity-4.1.6.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/aad-pod-identity/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v2
description: Deploy components for aad-pod-identity
name: aad-pod-identity
version: 4.1.5
appVersion: 1.8.4
version: 4.1.6
appVersion: 1.8.5
home: https://github.com/Azure/aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
Expand Down
5 changes: 3 additions & 2 deletions charts/aad-pod-identity/README.md
Expand Up @@ -36,6 +36,7 @@ helm install aad-pod-identity aad-pod-identity/aad-pod-identity
| `4.1.3` | `1.8.2` ||
| `4.1.4` | `1.8.3` ||
| `4.1.5` | `1.8.4` ||
| `4.1.6` | `1.8.5` ||

## Introduction

Expand Down Expand Up @@ -256,7 +257,7 @@ The following tables list the configurable parameters of the aad-pod-identity ch
| `adminsecret.useMSI` | Set to `true` when using a user managed identity | ` ` |
| `adminsecret.userAssignedMSIClientID` | Azure user managed identity client ID | ` ` |
| `mic.image` | MIC image name | `mic` |
| `mic.tag` | MIC image tag | `v1.8.4` |
| `mic.tag` | MIC image tag | `v1.8.5` |
| `mic.priorityClassName` | MIC priority class (can only be set when deploying to kube-system namespace) | |
| `mic.logVerbosity` | Log level. Uses V logs (klog) | `0` |
| `mic.loggingFormat` | Log format. One of (text \| json) | `text` |
Expand All @@ -280,7 +281,7 @@ The following tables list the configurable parameters of the aad-pod-identity ch
| `mic.updateUserMSIRetryInterval` | The duration to wait before retrying UpdateUserMSI (batch assigning/un-assigning identity from VM/VMSS) in case of errors | If not provided, default value is `1s` |
| `mic.identityAssignmentReconcileInterval` | The interval between reconciling identity assignment on Azure based on an existing list of AzureAssignedIdentities | If not provided, default value is `3m` |
| `nmi.image` | NMI image name | `nmi` |
| `nmi.tag` | NMI image tag | `v1.8.4` |
| `nmi.tag` | NMI image tag | `v1.8.5` |
| `nmi.priorityClassName` | NMI priority class (can only be set when deploying to kube-system namespace) | |
| `nmi.logVerbosity` | Log level. Uses V logs (klog) | `0` |
| `nmi.loggingFormat` | Log format. One of (text \| json) | `text` |
Expand Down
4 changes: 2 additions & 2 deletions charts/aad-pod-identity/values.yaml
Expand Up @@ -43,7 +43,7 @@ operationMode: "standard"

mic:
image: mic
tag: v1.8.4
tag: v1.8.5

# ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/#marking-pod-as-critical
priorityClassName: ""
Expand Down Expand Up @@ -157,7 +157,7 @@ mic:

nmi:
image: nmi
tag: v1.8.4
tag: v1.8.5

# ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/#marking-pod-as-critical
priorityClassName: ""
Expand Down
17 changes: 16 additions & 1 deletion charts/index.yaml
@@ -1,6 +1,21 @@
apiVersion: v1
entries:
aad-pod-identity:
- apiVersion: v2
appVersion: 1.8.5
created: "2021-10-11T18:31:42.446121642Z"
description: Deploy components for aad-pod-identity
digest: be8a8ae4bd1dd3d70ade83daf6e88aa56422fdd4e3a22a1ad17cb3e66b4f60b4
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-4.1.6.tgz
version: 4.1.6
- apiVersion: v2
appVersion: 1.8.4
created: "2021-09-16T21:51:06.315170852Z"
Expand Down Expand Up @@ -316,4 +331,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: "2021-09-16T21:51:06.313050524Z"
generated: "2021-10-11T18:31:42.43331307Z"
2 changes: 1 addition & 1 deletion deploy/demo/deployment.yaml
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: demo
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.5"
args:
- "--subscription-id=SUBSCRIPTION_ID"
- "--identity-client-id=CLIENT_ID"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/deployment-rbac.yaml
Expand Up @@ -475,7 +475,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.5"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
Expand Down Expand Up @@ -595,7 +595,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.5"
args:
- "--cloudconfig=/etc/kubernetes/azure.json"
- "--logtostderr"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/deployment.yaml
Expand Up @@ -431,7 +431,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.5"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
Expand Down Expand Up @@ -496,7 +496,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.5"
args:
- "--kubeconfig=/var/lib/kubelet/kubeconfig"
- "--cloudconfig=/etc/kubernetes/azure.json"
Expand Down
2 changes: 1 addition & 1 deletion deploy/infra/managed-mode-deployment.yaml
Expand Up @@ -306,7 +306,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.5"
args:
- "--node=$(NODE_NAME)"
- "--operation-mode=managed"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/noazurejson/deployment-rbac.yaml
Expand Up @@ -473,7 +473,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.5"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
Expand Down Expand Up @@ -605,7 +605,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.5"
args:
- "--logtostderr"
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/noazurejson/deployment.yaml
Expand Up @@ -429,7 +429,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.5"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
Expand Down Expand Up @@ -508,7 +508,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.4"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.5"
args:
- "--kubeconfig=/var/lib/kubelet/kubeconfig"
- "--logtostderr"
Expand Down
4 changes: 2 additions & 2 deletions manifest_staging/charts/aad-pod-identity/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v2
description: Deploy components for aad-pod-identity
name: aad-pod-identity
version: 4.1.5
appVersion: 1.8.4
version: 4.1.6
appVersion: 1.8.5
home: https://github.com/Azure/aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
Expand Down

0 comments on commit a5afff6

Please sign in to comment.