Skip to content

Commit ca92ddf

Browse files
authored
Merge pull request #3827 from alphagov/renovate/argo-cd-9.x
chore(deps): update helm release argo-cd to v9.4.13
2 parents f51a6e1 + decb722 commit ca92ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • terraform/deployments/cluster-services

terraform/deployments/cluster-services/argo.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resource "helm_release" "argo_cd" {
6767
namespace = local.services_ns
6868
create_namespace = true
6969
repository = "https://argoproj.github.io/argo-helm"
70-
version = "9.4.7"
70+
version = "9.4.13"
7171
timeout = var.helm_timeout_seconds
7272
values = [yamlencode({
7373
global = {

0 commit comments

Comments
 (0)