release: update manifest and helm charts for v1.3.0 (#1367)
Co-authored-by: aramase <aramase@users.noreply.github.com>
This commit is contained in:
Родитель
9f96d50bdf
Коммит
fcb1e3f7a5
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ REGISTRY ?= mcr.microsoft.com/oss/azure/workload-identity
|
|||
PROXY_IMAGE_NAME := proxy
|
||||
INIT_IMAGE_NAME := proxy-init
|
||||
WEBHOOK_IMAGE_NAME := webhook
|
||||
IMAGE_VERSION ?= v1.2.2
|
||||
IMAGE_VERSION ?= v1.3.0
|
||||
|
||||
ORG_PATH := github.com/Azure
|
||||
PROJECT_NAME := azure-workload-identity
|
||||
|
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||
name: workload-identity-webhook
|
||||
description: A Helm chart to install the azure-workload-identity webhook
|
||||
type: application
|
||||
version: 1.2.2
|
||||
appVersion: v1.2.2
|
||||
version: 1.3.0
|
||||
appVersion: v1.3.0
|
||||
home: https://github.com/Azure/azure-workload-identity
|
||||
sources:
|
||||
- https://github.com/Azure/azure-workload-identity
|
||||
|
|
|
@ -34,7 +34,7 @@ helm upgrade -n azure-workload-identity-system [RELEASE_NAME] azure-workload-ide
|
|||
| replicaCount | The number of azure-workload-identity replicas to deploy for the webhook | `2` |
|
||||
| image.repository | Image repository | `mcr.microsoft.com/oss/azure/workload-identity/webhook` |
|
||||
| image.pullPolicy | Image pullPolicy | `IfNotPresent` |
|
||||
| image.release | The image release tag to use | Current release version: `v1.2.2` |
|
||||
| image.release | The image release tag to use | Current release version: `v1.3.0` |
|
||||
| imagePullSecrets | Image pull secrets to use for retrieving images from private registries | `[]` |
|
||||
| nodeSelector | The node selector to use for pod scheduling | `kubernetes.io/os: linux` |
|
||||
| resources | The resource request/limits for the container image | limits: 100m CPU, 30Mi, requests: 100m CPU, 20Mi |
|
||||
|
|
|
@ -7,7 +7,7 @@ image:
|
|||
repository: mcr.microsoft.com/oss/azure/workload-identity/webhook
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
release: v1.2.2
|
||||
release: v1.3.0
|
||||
imagePullSecrets: []
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
|
|
|
@ -5,7 +5,7 @@ kind: Kustomization
|
|||
images:
|
||||
- name: manager
|
||||
newName: mcr.microsoft.com/oss/azure/workload-identity/webhook
|
||||
newTag: v1.2.2
|
||||
newTag: v1.3.0
|
||||
configMapGenerator:
|
||||
- literals:
|
||||
- AZURE_TENANT_ID="${AZURE_TENANT_ID}"
|
||||
|
|
|
@ -160,7 +160,7 @@ spec:
|
|||
envFrom:
|
||||
- configMapRef:
|
||||
name: azure-wi-webhook-config
|
||||
image: mcr.microsoft.com/oss/azure/workload-identity/webhook:v1.2.2
|
||||
image: mcr.microsoft.com/oss/azure/workload-identity/webhook:v1.3.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 6
|
||||
|
|
|
@ -73,7 +73,7 @@ The deployment YAML contains the environment variables we defined above and we r
|
|||
Install the webhook using the deployment YAML via `kubectl apply -f` and `envsubst`:
|
||||
|
||||
```bash
|
||||
curl -sL https://github.com/Azure/azure-workload-identity/releases/download/v1.2.2/azure-wi-webhook.yaml | envsubst | kubectl apply -f -
|
||||
curl -sL https://github.com/Azure/azure-workload-identity/releases/download/v1.3.0/azure-wi-webhook.yaml | envsubst | kubectl apply -f -
|
||||
```
|
||||
|
||||
<details>
|
||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
|||
serviceAccountName: workload-identity-sa
|
||||
initContainers:
|
||||
- name: init-networking
|
||||
image: mcr.microsoft.com/oss/azure/workload-identity/proxy-init:v1.2.2
|
||||
image: mcr.microsoft.com/oss/azure/workload-identity/proxy-init:v1.3.0
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
|
@ -26,6 +26,6 @@ spec:
|
|||
ports:
|
||||
- containerPort: 80
|
||||
- name: proxy
|
||||
image: mcr.microsoft.com/oss/azure/workload-identity/proxy:v1.2.2
|
||||
image: mcr.microsoft.com/oss/azure/workload-identity/proxy:v1.3.0
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||
name: workload-identity-webhook
|
||||
description: A Helm chart to install the azure-workload-identity webhook
|
||||
type: application
|
||||
version: 1.2.2
|
||||
appVersion: v1.2.2
|
||||
version: 1.3.0
|
||||
appVersion: v1.3.0
|
||||
home: https://github.com/Azure/azure-workload-identity
|
||||
sources:
|
||||
- https://github.com/Azure/azure-workload-identity
|
||||
|
|
|
@ -34,7 +34,7 @@ helm upgrade -n azure-workload-identity-system [RELEASE_NAME] azure-workload-ide
|
|||
| replicaCount | The number of azure-workload-identity replicas to deploy for the webhook | `2` |
|
||||
| image.repository | Image repository | `mcr.microsoft.com/oss/azure/workload-identity/webhook` |
|
||||
| image.pullPolicy | Image pullPolicy | `IfNotPresent` |
|
||||
| image.release | The image release tag to use | Current release version: `v1.2.2` |
|
||||
| image.release | The image release tag to use | Current release version: `v1.3.0` |
|
||||
| imagePullSecrets | Image pull secrets to use for retrieving images from private registries | `[]` |
|
||||
| nodeSelector | The node selector to use for pod scheduling | `kubernetes.io/os: linux` |
|
||||
| resources | The resource request/limits for the container image | limits: 100m CPU, 30Mi, requests: 100m CPU, 20Mi |
|
||||
|
|
|
@ -7,7 +7,7 @@ image:
|
|||
repository: mcr.microsoft.com/oss/azure/workload-identity/webhook
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
release: v1.2.2
|
||||
release: v1.3.0
|
||||
imagePullSecrets: []
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
|
|
|
@ -160,7 +160,7 @@ spec:
|
|||
envFrom:
|
||||
- configMapRef:
|
||||
name: azure-wi-webhook-config
|
||||
image: mcr.microsoft.com/oss/azure/workload-identity/webhook:v1.2.2
|
||||
image: mcr.microsoft.com/oss/azure/workload-identity/webhook:v1.3.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 6
|
||||
|
|
|
@ -35,7 +35,7 @@ var (
|
|||
|
||||
const (
|
||||
imageRepository = "mcr.microsoft.com/oss/azure/workload-identity"
|
||||
imageTag = "v1.2.2"
|
||||
imageTag = "v1.3.0"
|
||||
|
||||
proxyInitImageName = "proxy-init"
|
||||
proxyImageName = "proxy"
|
||||
|
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||
name: workload-identity-webhook
|
||||
description: A Helm chart to install the azure-workload-identity webhook
|
||||
type: application
|
||||
version: 1.2.2
|
||||
appVersion: v1.2.2
|
||||
version: 1.3.0
|
||||
appVersion: v1.3.0
|
||||
home: https://github.com/Azure/azure-workload-identity
|
||||
sources:
|
||||
- https://github.com/Azure/azure-workload-identity
|
||||
|
|
|
@ -34,7 +34,7 @@ helm upgrade -n azure-workload-identity-system [RELEASE_NAME] azure-workload-ide
|
|||
| replicaCount | The number of azure-workload-identity replicas to deploy for the webhook | `2` |
|
||||
| image.repository | Image repository | `mcr.microsoft.com/oss/azure/workload-identity/webhook` |
|
||||
| image.pullPolicy | Image pullPolicy | `IfNotPresent` |
|
||||
| image.release | The image release tag to use | Current release version: `v1.2.2` |
|
||||
| image.release | The image release tag to use | Current release version: `v1.3.0` |
|
||||
| imagePullSecrets | Image pull secrets to use for retrieving images from private registries | `[]` |
|
||||
| nodeSelector | The node selector to use for pod scheduling | `kubernetes.io/os: linux` |
|
||||
| resources | The resource request/limits for the container image | limits: 100m CPU, 30Mi, requests: 100m CPU, 20Mi |
|
||||
|
|
|
@ -7,7 +7,7 @@ image:
|
|||
repository: mcr.microsoft.com/oss/azure/workload-identity/webhook
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
release: v1.2.2
|
||||
release: v1.3.0
|
||||
imagePullSecrets: []
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
|
|
Загрузка…
Ссылка в новой задаче