Skip to content

Commit 3ecc70c

Browse files
chore(deps): update helm release argo-cd to v9
1 parent 3c6cff4 commit 3ecc70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/modules/rke2-cluster/argocd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "helm_release" "argocd" {
2323
repository = "https://argoproj.github.io/argo-helm"
2424
chart = "argo-cd"
2525
namespace = kubernetes_namespace.argocd.metadata.0.name
26-
version = "8.6.4"
26+
version = "9.3.7"
2727

2828
values = [
2929
templatefile("${path.module}/templates/argocd-values.yaml", {

0 commit comments

Comments
 (0)