Skip to content

Commit

Permalink
akv2k8s: Release chart 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
181192 committed Sep 1, 2022
1 parent e3dc2b8 commit 2637329
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/akv2k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.3.1
description: A Helm chart that deploys akv2k8s Controller and Env-Injector to Kubernetes
name: akv2k8s
version: 2.2.1
version: 2.2.2

maintainers:
- name: Jon Arild Tørresdal
Expand Down
8 changes: 5 additions & 3 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.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)
![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)

This chart will install:
* a Controller for syncing AKV secrets to Kubernetes secrets
Expand All @@ -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.2.1` | `1.3.0` | `1.3.0` | `removed` | `1.3.0` |
| `2.2.2` | `1.3.0` | `1.3.0` | `removed` | `1.3.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 All @@ -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.2.1
helm install akv2k8s spv-charts/akv2k8s --version 2.2.2
```

## The AzureKeyVaultSecret CRD
Expand Down Expand Up @@ -69,6 +69,8 @@ kubectl apply -f https://raw.githubusercontent.com/SparebankenVest/azure-key-vau
| addAzurePodIdentityException | bool | `false` | See https://github.com/Azure/aad-pod-identity/blob/master/docs/readmes/README.app-exception.md |
| cloudConfig | string | `"/etc/kubernetes/azure.json"` | Path to cloud config on node (host path) or mounted configmap in pod |
| watchAllNamespaces | bool | `true` | Watch all namespaces, set to false to run in release namespace only |
| azureKeyVaultResyncPeriod | int | `30` | Resync periods for the controller in seconds |
| kubeResyncPeriod | int | `30` | Resync periods for the controller in seconds |
| 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 |
Expand Down
1 change: 1 addition & 0 deletions stable/akv2k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ watchAllNamespaces: true

# -- Resync periods for the controller in seconds
azureKeyVaultResyncPeriod: 30
# -- Resync periods for the controller in seconds
kubeResyncPeriod: 30

controller:
Expand Down

0 comments on commit 2637329

Please sign in to comment.