From e54b3bd34e210b09538dfd15f8c977e46cedfcec Mon Sep 17 00:00:00 2001 From: Dan Clegg Date: Fri, 7 Feb 2025 16:18:55 -0700 Subject: [PATCH] Updated rke, rancher, tools --- variables.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/variables.tf b/variables.tf index c942299..7c18212 100644 --- a/variables.tf +++ b/variables.tf @@ -35,7 +35,7 @@ variable "cert_ipaddresses" { variable "cert_manager_version" { description = "cert-manager helm chart version. With the [v]" - default = "v1.13.1" + default = "v1.14.5" } variable "helm_v3_registry_host" { @@ -68,7 +68,7 @@ variable "helm_version" { # is compatible with the kubectl version variable "kubectl_version" { description = "version of Kubectl to install. With the [v]" - default = "v1.26.7" + default = "v1.31.2" } variable "newrelic_license_key" { @@ -97,16 +97,16 @@ variable "newrelic_service_version" { variable "rancher_image_tag" { description = "Rancher image for the rancherImageTag helm value. With the [v]" - default = "v2.7.5" + default = "v2.10.2" } variable "rancher_version" { description = "Rancher version for Helm install. Without [v]" - default = "2.7.5" + default = "2.10.2" } variable "rke_version" { description = "RKE version to use to create the underlying Kubernetes cluster. With the [v]" - default = "v1.4.8" + default = "v1.7.0" } variable "ssh_key_path" {