Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLAT-9091 - Updated rke, rancher, tools #83

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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" {
Expand Down Expand Up @@ -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" {
Expand Down