this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(argocd): upgrade to v3.1.0 stable

Khue Doan 595aa609 50819067

+3 -13
+3 -13
infra/_modules/bootstrap/argocd.tf
··· 4 4 create_namespace = true 5 5 repository = "https://argoproj.github.io/argo-helm" 6 6 chart = "argo-cd" 7 - version = "8.1.3" 7 + version = "8.3.0" 8 8 timeout = 60 * 10 9 9 max_history = 1 # Revert with Terraform instead 10 10 ··· 12 12 yamlencode({ 13 13 global = { 14 14 domain = "argocd.${var.cluster_domain}" 15 - image = { 16 - # TODO override to use the latest development version for first class OCI support 17 - # Remove once ArgoCD 3.1.0 stable is released 18 - tag = "v3.1.0-rc1" 19 - } 20 15 } 21 16 configs = { 22 17 params = { ··· 40 35 41 36 } 42 37 rbac = { 43 - # TODO remove k3d-specific logic? 44 - "policy.default" = var.platform == "k3d" ? "role:admin" : "role:readonly" 38 + "policy.default" = "role:readonly" 45 39 } 46 40 } 47 41 server = { ··· 51 45 annotations = { 52 46 "cert-manager.io/cluster-issuer" = "letsencrypt-prod" 53 47 } 54 - tls = !(var.platform == "k3d") 48 + tls = true 55 49 } 56 - } 57 - repoServer = { 58 - hostNetwork = var.platform == "k3d" 59 - dnsPolicy = var.platform == "k3d" ? "ClusterFirstWithHostNet" : "ClusterFirst" 60 50 } 61 51 dex = { 62 52 enabled = false