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

Commit 50eabad

Browse files
authored
release: update manifest and helm charts for v1.8.13 (#1328)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 7e01970 commit 50eabad

25 files changed

+71
-42
lines changed

charts/aad-pod-identity-4.1.14.tgz

17.2 KB
Binary file not shown.

charts/aad-pod-identity/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Deploy components for aad-pod-identity
33
name: aad-pod-identity
4-
version: 4.1.13
5-
appVersion: 1.8.12
4+
version: 4.1.14
5+
appVersion: 1.8.13
66
home: https://github.com/Azure/aad-pod-identity
77
sources:
88
- https://github.com/Azure/aad-pod-identity

charts/aad-pod-identity/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The following tables list the configurable parameters of the aad-pod-identity ch
252252
| `adminsecret.useMSI` | Set to `true` when using a user managed identity | ` ` |
253253
| `adminsecret.userAssignedMSIClientID` | Azure user managed identity client ID | ` ` |
254254
| `mic.image` | MIC image name | `mic` |
255-
| `mic.tag` | MIC image tag | `v1.8.12` |
255+
| `mic.tag` | MIC image tag | `v1.8.13` |
256256
| `mic.priorityClassName` | MIC priority class (can only be set when deploying to kube-system namespace) | |
257257
| `mic.logVerbosity` | Log level. Uses V logs (klog) | `0` |
258258
| `mic.loggingFormat` | Log format. One of (text \| json) | `text` |
@@ -278,7 +278,7 @@ The following tables list the configurable parameters of the aad-pod-identity ch
278278
| `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` |
279279
| `mic.identityAssignmentReconcileInterval` | The interval between reconciling identity assignment on Azure based on an existing list of AzureAssignedIdentities | If not provided, default value is `3m` |
280280
| `nmi.image` | NMI image name | `nmi` |
281-
| `nmi.tag` | NMI image tag | `v1.8.12` |
281+
| `nmi.tag` | NMI image tag | `v1.8.13` |
282282
| `nmi.priorityClassName` | NMI priority class (can only be set when deploying to kube-system namespace) | |
283283
| `nmi.logVerbosity` | Log level. Uses V logs (klog) | `0` |
284284
| `nmi.loggingFormat` | Log format. One of (text \| json) | `text` |

charts/aad-pod-identity/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ operationMode: "standard"
4343

4444
mic:
4545
image: mic
46-
tag: v1.8.12
46+
tag: v1.8.13
4747

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

164164
nmi:
165165
image: nmi
166-
tag: v1.8.12
166+
tag: v1.8.13
167167

168168
# ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/#marking-pod-as-critical
169169
priorityClassName: ""

charts/index.yaml

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
apiVersion: v1
22
entries:
33
aad-pod-identity:
4+
- apiVersion: v2
5+
appVersion: 1.8.13
6+
created: "2022-10-12T17:16:18.073622064Z"
7+
description: Deploy components for aad-pod-identity
8+
digest: e229cd6e3083f00e985c6da5e327dc7830f4446fc5f8964edd364aec354ee326
9+
home: https://github.com/Azure/aad-pod-identity
10+
maintainers:
11+
- email: anish.ramasekar@gmail.com
12+
name: aramase
13+
name: aad-pod-identity
14+
sources:
15+
- https://github.com/Azure/aad-pod-identity
16+
urls:
17+
- https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts/aad-pod-identity-4.1.14.tgz
18+
version: 4.1.14
419
- apiVersion: v2
520
appVersion: 1.8.12
621
created: "2022-09-06T17:22:34.653997048Z"
@@ -436,4 +451,4 @@ entries:
436451
urls:
437452
- https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts/aad-pod-identity-1.5.2.tgz
438453
version: 1.5.2
439-
generated: "2022-09-06T17:22:34.652878772Z"
454+
generated: "2022-10-12T17:16:18.06692047Z"

deploy/demo/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: demo
21-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.12"
21+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.13"
2222
args:
2323
- "--subscription-id=SUBSCRIPTION_ID"
2424
- "--identity-client-id=CLIENT_ID"

deploy/infra/deployment-rbac.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ spec:
475475
type: FileOrCreate
476476
containers:
477477
- name: nmi
478-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
478+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13"
479479
args:
480480
- "--node=$(NODE_NAME)"
481481
- "--http-probe-port=8085"
@@ -595,7 +595,7 @@ spec:
595595
serviceAccountName: aad-pod-id-mic-service-account
596596
containers:
597597
- name: mic
598-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.12"
598+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.13"
599599
args:
600600
- "--cloudconfig=/etc/kubernetes/azure.json"
601601
- "--logtostderr"

deploy/infra/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ spec:
431431
type: FileOrCreate
432432
containers:
433433
- name: nmi
434-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
434+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13"
435435
args:
436436
- "--node=$(NODE_NAME)"
437437
- "--http-probe-port=8085"
@@ -496,7 +496,7 @@ spec:
496496
spec:
497497
containers:
498498
- name: mic
499-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.12"
499+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.13"
500500
args:
501501
- "--kubeconfig=/var/lib/kubelet/kubeconfig"
502502
- "--cloudconfig=/etc/kubernetes/azure.json"

deploy/infra/managed-mode-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ spec:
306306
type: FileOrCreate
307307
containers:
308308
- name: nmi
309-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
309+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13"
310310
args:
311311
- "--node=$(NODE_NAME)"
312312
- "--operation-mode=managed"

deploy/infra/noazurejson/deployment-rbac.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ spec:
473473
type: FileOrCreate
474474
containers:
475475
- name: nmi
476-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
476+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13"
477477
args:
478478
- "--node=$(NODE_NAME)"
479479
- "--http-probe-port=8085"
@@ -605,7 +605,7 @@ spec:
605605
serviceAccountName: aad-pod-id-mic-service-account
606606
containers:
607607
- name: mic
608-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.12"
608+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.13"
609609
args:
610610
- "--logtostderr"
611611
securityContext:

deploy/infra/noazurejson/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ spec:
429429
type: FileOrCreate
430430
containers:
431431
- name: nmi
432-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12"
432+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13"
433433
args:
434434
- "--node=$(NODE_NAME)"
435435
- "--http-probe-port=8085"
@@ -508,7 +508,7 @@ spec:
508508
spec:
509509
containers:
510510
- name: mic
511-
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.12"
511+
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.13"
512512
args:
513513
- "--kubeconfig=/var/lib/kubelet/kubeconfig"
514514
- "--logtostderr"

manifest_staging/charts/aad-pod-identity/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Deploy components for aad-pod-identity
33
name: aad-pod-identity
4-
version: 4.1.13
5-
appVersion: 1.8.12
4+
version: 4.1.14
5+
appVersion: 1.8.13
66
home: https://github.com/Azure/aad-pod-identity
77
sources:
88
- https://github.com/Azure/aad-pod-identity

0 commit comments

Comments
 (0)