From 116def0a23f5f575cc63ec6de30f55a528d170ed Mon Sep 17 00:00:00 2001 From: 181192 Date: Sun, 12 Nov 2023 22:18:18 +0100 Subject: [PATCH] akv2k8s: Release chart 2.5.1 --- stable/akv2k8s/Chart.yaml | 2 +- stable/akv2k8s/README.md | 6 +++--- stable/akv2k8s/README.md.gotmpl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/akv2k8s/Chart.yaml b/stable/akv2k8s/Chart.yaml index 8d2148a..8f2dd34 100644 --- a/stable/akv2k8s/Chart.yaml +++ b/stable/akv2k8s/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.5.0 description: A Helm chart that deploys akv2k8s Controller and Env-Injector to Kubernetes name: akv2k8s -version: 2.5.0 +version: 2.5.1 maintainers: - name: Jon Arild Tørresdal diff --git a/stable/akv2k8s/README.md b/stable/akv2k8s/README.md index 1567002..6be04cf 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.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) +![Version: 2.5.1](https://img.shields.io/badge/Version-2.5.1-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) This chart will install: * a Controller for syncing AKV secrets to Kubernetes secrets @@ -14,7 +14,7 @@ For more information and installation instructions see the official documentatio | Helm Chart | Controller | Env Injector | CA Bundle Controller | Env Injector Sidecar | | ---------------------------------- | ---------- | ------------ | -------------------- | -------------------- | -| `2.5.0` | `1.5.0` | `1.5.0` | `removed` | `1.5.0` | +| `2.5.1` | `1.5.0` | `1.5.0` | `removed` | `1.5.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` | @@ -32,7 +32,7 @@ For the latest version: ```bash helm repo add spv-charts http://charts.spvapi.no -helm install akv2k8s spv-charts/akv2k8s --version 2.5.0 +helm install akv2k8s spv-charts/akv2k8s --version 2.5.1 ``` ## The AzureKeyVaultSecret CRD diff --git a/stable/akv2k8s/README.md.gotmpl b/stable/akv2k8s/README.md.gotmpl index 5943c86..1107dbd 100644 --- a/stable/akv2k8s/README.md.gotmpl +++ b/stable/akv2k8s/README.md.gotmpl @@ -14,7 +14,7 @@ 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.4.0` | `1.4.0` | `removed` | `1.4.0` | +| `{{ template "chart.version" . }}` | `1.5.0` | `1.5.0` | `removed` | `1.5.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` |