Skip to content

Commit

Permalink
chore(deps): update helm release external-secrets to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 7d3bc16 commit 8bd16ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5.8"
version = "0.12.1"
values = [
templatefile("chart-values/external-secrets.yaml", {
roleArn = data.terraform_remote_state.cluster-identities.outputs.external_secrets_role_arn
Expand Down
2 changes: 1 addition & 1 deletion apps-devstg/us-east-1/k8s-eks/k8s-components/security.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "helm_release" "external_secrets" {
namespace = kubernetes_namespace.external-secrets[0].id
repository = "https://charts.external-secrets.io"
chart = "external-secrets"
version = "0.5.8"
version = "0.12.1"
values = [
templatefile("chart-values/external-secrets.yaml", {
roleArn = data.terraform_remote_state.eks-identities.outputs.external_secrets_role_arn
Expand Down

0 comments on commit 8bd16ae

Please sign in to comment.