We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b79f0c commit fbac00eCopy full SHA for fbac00e
1 file changed
base-infrastructure/terraform/resources/helm-argocd.tf
@@ -9,7 +9,7 @@ resource "helm_release" "argo-cd" {
9
10
repository = "https://argoproj.github.io/argo-helm"
11
namespace = "argocd"
12
- version = "7.6.7"
+ version = "9.3.4"
13
14
values = [
15
yamlencode({
0 commit comments