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.12 (#1316)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase authored Sep 6, 2022
1 parent 034b618 commit 7b1eaab
Show file tree
Hide file tree
Showing 25 changed files with 72 additions and 41 deletions.
Binary file added charts/aad-pod-identity-4.1.13.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: v2
description: Deploy components for aad-pod-identity
name: aad-pod-identity
version: 4.1.12
appVersion: 1.8.11
version: 4.1.13
appVersion: 1.8.12
home: https://github.com/Azure/aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
Expand Down
4 changes: 2 additions & 2 deletions charts/aad-pod-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,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.11` |
| `mic.tag` | MIC image tag | `v1.8.12` |
| `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 @@ -278,7 +278,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.11` |
| `nmi.tag` | NMI image tag | `v1.8.12` |
| `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
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ operationMode: "standard"

mic:
image: mic
tag: v1.8.11
tag: v1.8.12

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

nmi:
image: nmi
tag: v1.8.11
tag: v1.8.12

# 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
apiVersion: v1
entries:
aad-pod-identity:
- apiVersion: v2
appVersion: 1.8.12
created: "2022-09-06T17:22:34.653997048Z"
description: Deploy components for aad-pod-identity
digest: 78f81d1795b0bd70a6fc05a951092e14d3f43bb6e06adeb2a59cb4f9db933efa
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.13.tgz
version: 4.1.13
- apiVersion: v2
appVersion: 1.8.11
created: "2022-08-04T16:36:11.664618566Z"
Expand Down Expand Up @@ -421,4 +436,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: "2022-08-04T16:36:11.663504211Z"
generated: "2022-09-06T17:22:34.652878772Z"
2 changes: 1 addition & 1 deletion deploy/demo/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: demo
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.12"
args:
- "--subscription-id=SUBSCRIPTION_ID"
- "--identity-client-id=CLIENT_ID"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
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.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.12"
args:
- "--cloudconfig=/etc/kubernetes/azure.json"
- "--logtostderr"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
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.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.12"
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
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
args:
- "--node=$(NODE_NAME)"
- "--operation-mode=managed"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/noazurejson/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
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.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.12"
args:
- "--logtostderr"
securityContext:
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 @@ -429,7 +429,7 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
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.11"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.12"
args:
- "--kubeconfig=/var/lib/kubelet/kubeconfig"
- "--logtostderr"
Expand Down
4 changes: 2 additions & 2 deletions manifest_staging/charts/aad-pod-identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: Deploy components for aad-pod-identity
name: aad-pod-identity
version: 4.1.12
appVersion: 1.8.11
version: 4.1.13
appVersion: 1.8.12
home: https://github.com/Azure/aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
Expand Down
Loading

0 comments on commit 7b1eaab

Please sign in to comment.