Skip to content

Commit

Permalink
Bump ArgoCD Helm chart version to 7.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything committed Dec 27, 2024
1 parent cedf154 commit 47dc4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-services/argo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "helm_release" "argo_cd" {
namespace = local.services_ns
create_namespace = true
repository = "https://argoproj.github.io/argo-helm"
version = "7.1.4" # TODO: Dependabot or equivalent so this doesn't get neglected.
version = "7.7.11" # TODO: Dependabot or equivalent so this doesn't get neglected.
timeout = var.helm_timeout_seconds
values = [yamlencode({
global = {
Expand Down

0 comments on commit 47dc4f8

Please sign in to comment.