Skip to content

Commit 99e1fd7

Browse files
committed
chore(deps): update helm release argo-cd to v9.4.10
1 parent 23f9b13 commit 99e1fd7

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.10"
7171
timeout = var.helm_timeout_seconds
7272
values = [yamlencode({
7373
global = {

0 commit comments

Comments
 (0)