Updated ArgoCD and docs
This commit is contained in:
@@ -3,7 +3,7 @@ resource "helm_release" "argocd" {
|
||||
namespace = "argocd"
|
||||
create_namespace = true
|
||||
chart = "argo-cd"
|
||||
version = "8.3.1"
|
||||
version = "9.1.0"
|
||||
repository = "https://argoproj.github.io/argo-helm"
|
||||
timeout = 120
|
||||
set = [
|
||||
|
||||
@@ -9,14 +9,14 @@ variable "Kubernetes_config_context" {
|
||||
}
|
||||
|
||||
variable "cilium_load_balancer_ip_range_start" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cilium_load_balancer_ip_range_stop" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "argocd_domain" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user