From fdd4ae0c1f2e26a5306c98c05096452e33fa0d35 Mon Sep 17 00:00:00 2001 From: Andreas Thuen Date: Fri, 4 Oct 2024 12:34:46 +0200 Subject: [PATCH] AKV2K8S new chart version 2.7.2 --- stable/akv2k8s/Chart.yaml | 4 ++-- stable/akv2k8s/README.md | 11 ++++++----- stable/akv2k8s/README.md.gotmpl | 3 ++- stable/akv2k8s/values.yaml | 6 +++--- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/stable/akv2k8s/Chart.yaml b/stable/akv2k8s/Chart.yaml index 2a21205..f2183f6 100644 --- a/stable/akv2k8s/Chart.yaml +++ b/stable/akv2k8s/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.7.1 +appVersion: 1.7.3 description: A Helm chart that deploys akv2k8s Controller and Env-Injector to Kubernetes name: akv2k8s -version: 2.7.1 +version: 2.7.2 maintainers: - name: Jon Arild Tørresdal diff --git a/stable/akv2k8s/README.md b/stable/akv2k8s/README.md index cb48cf8..755639c 100644 --- a/stable/akv2k8s/README.md +++ b/stable/akv2k8s/README.md @@ -2,7 +2,7 @@ A Helm chart that deploys akv2k8s Controller and Env-Injector to Kubernetes -![Version: 2.7.1](https://img.shields.io/badge/Version-2.7.1-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) +![Version: 2.7.2](https://img.shields.io/badge/Version-2.7.2-informational?style=flat-square) ![AppVersion: 1.7.3](https://img.shields.io/badge/AppVersion-1.7.3-informational?style=flat-square) This chart will install: * a Controller for syncing AKV secrets to Kubernetes secrets @@ -14,6 +14,7 @@ For more information and installation instructions see the official documentatio | Helm Chart | Controller | Env Injector | CA Bundle Controller | Env Injector Sidecar | | ---------------------------------- | ---------- | ------------ | -------------------- | -------------------- | +| `2.7.2` | `1.7.3` | `1.7.3` | `removed` | `1.7.3` | | `2.7.1` | `1.7.1` | `1.7.1` | `removed` | `1.7.1` | | `2.7.0` | `1.7.0` | `1.7.0` | `removed` | `1.7.0` | | `2.6.0` | `1.6.0` | `1.6.0` | `removed` | `1.6.0` | @@ -34,7 +35,7 @@ For the latest version: ```bash helm repo add spv-charts http://charts.spvapi.no -helm install akv2k8s spv-charts/akv2k8s --version 2.7.1 +helm install akv2k8s spv-charts/akv2k8s --version 2.7.2 ``` ## The AzureKeyVaultSecret CRD @@ -76,7 +77,7 @@ kubectl apply -f https://raw.githubusercontent.com/SparebankenVest/azure-key-vau | controller.name | string | `"controller"` | Name | | controller.enabled | bool | `true` | Whether to install the controller | | controller.image.repository | string | `"spvest/azure-keyvault-controller"` | Image repository that contains the controller image | -| controller.image.tag | string | `"1.7.1"` | Image tag | +| controller.image.tag | string | `"1.7.3"` | Image tag | | controller.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for controller | | controller.logLevel | string | `nil` | Override global log level info=2, debug=4, trace=6 | | controller.logFormat | string | `nil` | Override global log format text or json | @@ -114,11 +115,11 @@ kubectl apply -f https://raw.githubusercontent.com/SparebankenVest/azure-key-vau | env_injector.keyVaultAuth | string | `nil` | Override global - azureCloudConfig (aks credentials) or environment (custom) | | env_injector.authService | bool | `true` | Set to false to provide azure key vault credentials locally (through e.g. env vars) in each pod | | env_injector.image.repository | string | `"spvest/azure-keyvault-webhook"` | Image repository that contains the env-injector image | -| env_injector.image.tag | string | `"1.7.1"` | Image tag | +| env_injector.image.tag | string | `"1.7.3"` | Image tag | | env_injector.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for env-injector | | env_injector.replicaCount | int | `2` | Number of env-injector replicas | | env_injector.envImage.repository | string | `"spvest/azure-keyvault-env"` | Image repository that contains the vaultenv image | -| env_injector.envImage.tag | string | `"1.7.1"` | Image tag | +| env_injector.envImage.tag | string | `"1.7.3"` | Image tag | | env_injector.envImage.pullPolicy | string | `"IfNotPresent"` | Image pull policy for vaultenv | | env_injector.logLevel | string | `nil` | Override global log level info=2, debug=4, trace=6 | | env_injector.logFormat | string | `nil` | Override global log format text or json | diff --git a/stable/akv2k8s/README.md.gotmpl b/stable/akv2k8s/README.md.gotmpl index 466f7c1..c89a43d 100644 --- a/stable/akv2k8s/README.md.gotmpl +++ b/stable/akv2k8s/README.md.gotmpl @@ -14,7 +14,8 @@ For more information and installation instructions see the official documentatio | Helm Chart | Controller | Env Injector | CA Bundle Controller | Env Injector Sidecar | | ---------------------------------- | ---------- | ------------ | -------------------- | -------------------- | -| `{{ template "chart.version" . }}` | `1.7.1` | `1.7.1` | `removed` | `1.7.1` | +| `{{ template "chart.version" . }}` | `1.7.3` | `1.7.3` | `removed` | `1.7.3` | +| `2.7.1` | `1.7.1` | `1.7.1` | `removed` | `1.7.1` | | `2.7.0` | `1.7.0` | `1.7.0` | `removed` | `1.7.0` | | `2.0.11` | `1.2.3` | `1.2.3` | `removed` | `1.2.2` | | `2.0.0` | `1.2.0` | `1.2.0` | `removed` | `1.2.0` | diff --git a/stable/akv2k8s/values.yaml b/stable/akv2k8s/values.yaml index cd719a6..c5edc37 100644 --- a/stable/akv2k8s/values.yaml +++ b/stable/akv2k8s/values.yaml @@ -70,7 +70,7 @@ controller: # -- Image repository that contains the controller image repository: spvest/azure-keyvault-controller # -- Image tag - tag: 1.7.1 + tag: 1.7.3 # -- Image pull policy for controller pullPolicy: IfNotPresent @@ -196,7 +196,7 @@ env_injector: # -- Image repository that contains the env-injector image repository: spvest/azure-keyvault-webhook # -- Image tag - tag: 1.7.1 + tag: 1.7.3 # -- Image pull policy for env-injector pullPolicy: IfNotPresent @@ -207,7 +207,7 @@ env_injector: # -- Image repository that contains the vaultenv image repository: spvest/azure-keyvault-env # -- Image tag - tag: 1.7.1 + tag: 1.7.3 # -- Image pull policy for vaultenv pullPolicy: IfNotPresent