Skip to content

Commit

Permalink
chore(deps): update helm release external-secrets to v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent ca97853 commit 6b3b19c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "helm_release" "external_secrets" {
namespace = kubernetes_namespace.external-secrets[0].id
repository = "https://charts.external-secrets.io"
chart = "external-secrets"
version = "0.14.1"
version = "0.14.3"
values = [
templatefile("chart-values/external-secrets.yaml", {
roleArn = data.terraform_remote_state.cluster-identities.outputs.external_secrets_role_arn
Expand Down

0 comments on commit 6b3b19c

Please sign in to comment.