Skip to content

Commit

Permalink
chore(deps): update helm release argo-cd to v2.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 807b2d1 commit 917a1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps-devstg/us-east-1/k8s-kind/k8s-resources/ci_cd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ resource "helm_release" "argo_cd" {
namespace = kubernetes_namespace.argo_cd.id
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
version = "2.17.4"
version = "2.17.5"
values = [file("chart-values/argo-cd.yaml")]
}

0 comments on commit 917a1ca

Please sign in to comment.