Skip to content

Commit

Permalink
Merge pull request bank-vaults#61 from tanmay-pnaik/chore/update-cons…
Browse files Browse the repository at this point in the history
…ul-template-image

chore: Update `vault_ct_image` default image
  • Loading branch information
sagikazarmark authored Jul 18, 2023
2 parents 2b42e2f + a982996 commit d5ad629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func SetConfigDefaults() {
viper.SetDefault("vault_image_pull_policy", string(corev1.PullIfNotPresent))
viper.SetDefault("vault_env_image", "ghcr.io/bank-vaults/vault-env:latest")
viper.SetDefault("vault_env_pull_policy", string(corev1.PullIfNotPresent))
viper.SetDefault("vault_ct_image", "hashicorp/consul-template:0.24.1-alpine")
viper.SetDefault("vault_ct_image", "hashicorp/consul-template:0.32.0")
viper.SetDefault("vault_ct_pull_policy", string(corev1.PullIfNotPresent))
viper.SetDefault("vault_addr", "https://vault:8200")
viper.SetDefault("vault_skip_verify", "false")
Expand Down

0 comments on commit d5ad629

Please sign in to comment.