Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(security-apps): update vault from 0.19.* to 0.20.1 #731

Merged
merged 2 commits into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/security-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: security-apps
description: Argo CD app-of-apps config for security applications
type: application
version: 0.50.0
version: 0.51.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/main/charts/security-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/security-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/security-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ vault:
# -- Chart
chart: "vault"
# -- [vault Helm chart](https://github.com/hashicorp/vault-helm) version
targetRevision: "0.19.*"
targetRevision: "0.20.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've always held back on not using x.y.* before we don't have chart version bumping automated ala #218

but i'm all for changing that asap 👍

# -- Helm values
# @default -- [upstream values](https://github.com/hashicorp/vault-helm/tree/master/values.yaml)
values: {}
Expand Down