Skip to content

Commit 6ba3bea

Browse files
committed
Bumped argocd chart and image tag
1 parent e4d0cb5 commit 6ba3bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ variable "kured_image_tag" {
9090
# https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/Chart.yaml#L5
9191
# helm search repo argo/argo-cd
9292
variable "argocd_chart_version" {
93-
default = "2.17.2"
93+
default = "3.11.1"
9494
}
9595

9696
# https://hub.docker.com/r/argoproj/argocd/tags
9797
variable "argocd_image_tag" {
98-
default = "v1.8.7"
98+
default = "v2.0.5"
9999
}
100100
#endregion Versions
101101

0 commit comments

Comments
 (0)