Skip to content

Commit

Permalink
Merge pull request #127 from SparebankenVest/at-akv2k8s-1.7.1-chart
Browse files Browse the repository at this point in the history
bumped chart to 2.7.1 to work with image 1.7.1
  • Loading branch information
andreasthuen authored Sep 30, 2024
2 parents 488f708 + 14d9d22 commit 26a7a48
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion stable/akv2k8s/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 6 additions & 5 deletions stable/akv2k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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` |
Expand All @@ -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
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down
3 changes: 2 additions & 1 deletion stable/akv2k8s/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
6 changes: 3 additions & 3 deletions stable/akv2k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 26a7a48

Please sign in to comment.