diff --git a/stable/akv2k8s/Chart.yaml b/stable/akv2k8s/Chart.yaml index 07cb4f4..2a21205 100644 --- a/stable/akv2k8s/Chart.yaml +++ b/stable/akv2k8s/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.7.0 +appVersion: 1.7.1 description: A Helm chart that deploys akv2k8s Controller and Env-Injector to Kubernetes name: akv2k8s version: 2.7.1 diff --git a/stable/akv2k8s/README.md b/stable/akv2k8s/README.md index 5f0deae..cb48cf8 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.0](https://img.shields.io/badge/Version-2.7.0-informational?style=flat-square) ![AppVersion: 1.7.0](https://img.shields.io/badge/AppVersion-1.7.0-informational?style=flat-square) +![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) 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.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` | | `2.0.11` | `1.2.3` | `1.2.3` | `removed` | `1.2.2` | @@ -33,7 +34,7 @@ For the latest version: ```bash helm repo add spv-charts http://charts.spvapi.no -helm install akv2k8s spv-charts/akv2k8s --version 2.7.0 +helm install akv2k8s spv-charts/akv2k8s --version 2.7.1 ``` ## The AzureKeyVaultSecret CRD @@ -75,7 +76,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.0"` | Image tag | +| controller.image.tag | string | `"1.7.1"` | 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 | @@ -113,11 +114,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.0"` | Image tag | +| env_injector.image.tag | string | `"1.7.1"` | 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.0"` | Image tag | +| env_injector.envImage.tag | string | `"1.7.1"` | 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 3e518a7..466f7c1 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.0` | `1.7.0` | `removed` | `1.7.0` | +| `{{ template "chart.version" . }}` | `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` | | `1.1.28` | `1.1.0` | `1.1.0` | `1.1.0` | `1.1.1` | diff --git a/stable/akv2k8s/values.yaml b/stable/akv2k8s/values.yaml index 7f7850e..cd719a6 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.0 + tag: 1.7.1 # -- 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.0 + tag: 1.7.1 # -- 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.0 + tag: 1.7.1 # -- Image pull policy for vaultenv pullPolicy: IfNotPresent