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 57ea2ec commit 2aed245Copy full SHA for 2aed245
manifests/modules/automation/gitops/argocd/.workshop/terraform/vars.tf
@@ -38,7 +38,7 @@ variable "argocd_chart_version" {
38
description = "The chart version of argocd to use"
39
type = string
40
# renovate-helm: depName=argo-cd registryUrl=https://argoproj.github.io/argo-helm
41
- default = "7.9.1"
+ default = "8.3.3"
42
}
43
44
variable "gitea_chart_version" {
0 commit comments