We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d0cb5 commit 6ba3beaCopy full SHA for 6ba3bea
terraform/variables.tf
@@ -90,12 +90,12 @@ variable "kured_image_tag" {
90
# https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/Chart.yaml#L5
91
# helm search repo argo/argo-cd
92
variable "argocd_chart_version" {
93
- default = "2.17.2"
+ default = "3.11.1"
94
}
95
96
# https://hub.docker.com/r/argoproj/argocd/tags
97
variable "argocd_image_tag" {
98
- default = "v1.8.7"
+ default = "v2.0.5"
99
100
#endregion Versions
101
0 commit comments