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.8 (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed Apr 1, 2022
1 parent cfa655e commit da05957
Show file tree
Hide file tree
Showing 26 changed files with 76 additions and 43 deletions.
Binary file added charts/aad-pod-identity-4.1.9.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.8
appVersion: 1.8.7
version: 4.1.9
appVersion: 1.8.8
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 @@ -259,7 +259,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.7` |
| `mic.tag` | MIC image tag | `v1.8.8` |
| `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 @@ -285,7 +285,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.7` |
| `nmi.tag` | NMI image tag | `v1.8.8` |
| `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
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{- if .Values.mic.podDisruptionBudget }}
{{- if semverCompare ">=1.21-0" .Capabilities.KubeVersion.Version }}
apiVersion: policy/v1
{{- else }}
apiVersion: policy/v1beta1
{{- end }}
kind: PodDisruptionBudget
metadata:
name: mic-pdb
Expand Down
6 changes: 3 additions & 3 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.7
tag: v1.8.8

# 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.7
tag: v1.8.8

# ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/#marking-pod-as-critical
priorityClassName: ""
Expand Down Expand Up @@ -202,7 +202,7 @@ nmi:
affinity: {}
# nodeAffinity:
# preferredDuringSchedulingIgnoredDuringExecution:
# - weight 1
# - weight: 1
# preference:
# matchExpressions:
# - key: kubernetes.azure.com/mode
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.8
created: "2022-03-31T18:37:48.296961013Z"
description: Deploy components for aad-pod-identity
digest: d111544d31c099c4c75aaf55af77b4ed74c8a0c88ec736939b180c90f1c5047e
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.9.tgz
version: 4.1.9
- apiVersion: v2
appVersion: 1.8.7
created: "2022-02-09T18:40:16.229845191Z"
Expand Down Expand Up @@ -361,4 +376,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-02-09T18:40:16.228402613Z"
generated: "2022-03-31T18:37:48.295446527Z"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.8"
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.7"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.8"
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.8
appVersion: 1.8.7
version: 4.1.9
appVersion: 1.8.8
home: https://github.com/Azure/aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
Expand Down
Loading

0 comments on commit da05957

Please sign in to comment.