Skip to content

Commit

Permalink
chore: update vault-secrets-webhook chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Balogh <[email protected]>
  • Loading branch information
pbalogh-sa committed Jan 13, 2021
1 parent fc30f20 commit 28db1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ dex:
# charts:
# webhook:
# chart: "banzaicloud-stable/vault-secrets-webhook"
# version: "1.10.0"
# version: "1.10.1"
#
# # See https://github.com/banzaicloud/bank-vaults/tree/master/charts/vault-secrets-webhook for details
# values: {}
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ func Configure(v *viper.Viper, p *pflag.FlagSet) {
v.SetDefault("cluster::vault::managed::enabled", false)
v.SetDefault("cluster::vault::managed::endpoint", "")
v.SetDefault("cluster::vault::charts::webhook::chart", "banzaicloud-stable/vault-secrets-webhook")
v.SetDefault("cluster::vault::charts::webhook::version", "1.10.0")
v.SetDefault("cluster::vault::charts::webhook::version", "1.10.1")
v.SetDefault("cluster::vault::charts::webhook::values", map[string]interface{}{})

v.SetDefault("cluster::monitoring::enabled", true)
Expand Down

0 comments on commit 28db1a2

Please sign in to comment.