Skip to content

Commit

Permalink
chore(vault): update to 0.10.* (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx authored Mar 31, 2021
1 parent d90c49c commit b935cb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/security-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: security-apps
description: Argo CD app-of-apps config for security applications
type: application
# version and appVersion are in sync in this chart!
version: 0.11.0
appVersion: 0.11.0
version: 0.12.0
appVersion: 0.12.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/security-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/security-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# security-apps

![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.0](https://img.shields.io/badge/AppVersion-0.11.0-informational?style=flat-square)
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square)

Argo CD app-of-apps config for security applications

Expand Down Expand Up @@ -77,7 +77,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk
| vault.destination.namespace | string | `"infra-vault"` | Namespace |
| vault.enabled | bool | `false` | Enable vault |
| vault.repoURL | string | [repo](https://helm.releases.hashicorp.com/) | Repo URL |
| vault.targetRevision | string | `"0.9.*"` | [vault Helm chart](https://github.com/hashicorp/vault-helm) version |
| vault.targetRevision | string | `"0.10.*"` | [vault Helm chart](https://github.com/hashicorp/vault-helm) version |
| vault.values | object | [upstream values](https://github.com/hashicorp/vault-helm/tree/master/values.yaml) | Helm values |
| vaultAuth | object | - | [vault-auth](https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/vault-auth) ([example](./examples/vault-auth.yaml)) |
| vaultAuth.chart | string | `"vault-auth"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/security-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ vault:
# vault.chart -- Chart
chart: "vault"
# vault.targetRevision -- [vault Helm chart](https://github.com/hashicorp/vault-helm) version
targetRevision: "0.9.*"
targetRevision: "0.10.*"
# vault.values -- Helm values
# @default -- [upstream values](https://github.com/hashicorp/vault-helm/tree/master/values.yaml)
values: {}
Expand Down

0 comments on commit b935cb0

Please sign in to comment.