Skip to content

Commit

Permalink
chore(deps): update helm release external-secrets to v0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 2eb7f86 commit 319daab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/modules/external-secrets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "external_secrets" {
chart = "external-secrets"
name = "external-secrets"
repository = "https://charts.external-secrets.io"
version = "0.9.11"
version = "0.9.17"
namespace = "ops-external-secrets"

atomic = true
Expand Down

0 comments on commit 319daab

Please sign in to comment.