diff --git a/neuvector/aws/README.md b/neuvector/aws/README.md index eb7d2ba..d513c3f 100644 --- a/neuvector/aws/README.md +++ b/neuvector/aws/README.md @@ -82,7 +82,7 @@ No modules. | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"neuvector-quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_server\_admin\_password](#input\_rancher\_server\_admin\_password) | Admin password to use for Rancher server bootstrap, min. 12 characters | `string` | `"adminadminadmin"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher version | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher version | `string` | `"2.7.9"` | no | ## Outputs diff --git a/neuvector/aws/terraform.tfvars.example b/neuvector/aws/terraform.tfvars.example index a1313ec..c985328 100644 --- a/neuvector/aws/terraform.tfvars.example +++ b/neuvector/aws/terraform.tfvars.example @@ -42,4 +42,4 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_server_admin_password = "adminadminadmin" # Rancher version -rancher_version = "2.7.6" \ No newline at end of file +rancher_version = "2.7.9" \ No newline at end of file diff --git a/neuvector/aws/variables.tf b/neuvector/aws/variables.tf index 5b85dd0..df8c618 100644 --- a/neuvector/aws/variables.tf +++ b/neuvector/aws/variables.tf @@ -81,7 +81,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher version" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" { diff --git a/rancher/aws/README.md b/rancher/aws/README.md index 530f5ea..49263ae 100644 --- a/rancher/aws/README.md +++ b/rancher/aws/README.md @@ -64,7 +64,7 @@ Both instances will have wide-open security groups and will be accessible over S | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.9"` | no | | [windows\_instance\_type](#input\_windows\_instance\_type) | Instance type used for all EC2 windows instances | `string` | `"t3a.large"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | diff --git a/rancher/aws/terraform.tfvars.example b/rancher/aws/terraform.tfvars.example index 470bc07..c2378bf 100644 --- a/rancher/aws/terraform.tfvars.example +++ b/rancher/aws/terraform.tfvars.example @@ -36,7 +36,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Instance type used for all EC2 windows instances windows_instance_type = "t3a.large" diff --git a/rancher/aws/variables.tf b/rancher/aws/variables.tf index 1b7127d..a5e1b4a 100644 --- a/rancher/aws/variables.tf +++ b/rancher/aws/variables.tf @@ -71,7 +71,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: v0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" { diff --git a/rancher/azure/README.md b/rancher/azure/README.md index 263bf22..4d05df4 100644 --- a/rancher/azure/README.md +++ b/rancher/azure/README.md @@ -66,7 +66,7 @@ Both instances will have wide-open security groups and will be accessible over S | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.9"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | ## Outputs diff --git a/rancher/azure/terraform.tfvars.example b/rancher/azure/terraform.tfvars.example index be5843a..e71b6c3 100644 --- a/rancher/azure/terraform.tfvars.example +++ b/rancher/azure/terraform.tfvars.example @@ -39,7 +39,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Kubernetes version to use for managed workload cluster workload_kubernetes_version = "v1.24.14+rke2r1" \ No newline at end of file diff --git a/rancher/azure/variables.tf b/rancher/azure/variables.tf index a3e2455..494d87c 100644 --- a/rancher/azure/variables.tf +++ b/rancher/azure/variables.tf @@ -59,7 +59,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: v0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" { diff --git a/rancher/do/README.md b/rancher/do/README.md index 091eb51..06a804d 100644 --- a/rancher/do/README.md +++ b/rancher/do/README.md @@ -50,7 +50,7 @@ Both instances will be accessible over SSH using the SSH keys `id_rsa` and `id_r | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.9"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | ## Outputs diff --git a/rancher/do/terraform.tfvars.example b/rancher/do/terraform.tfvars.example index 51bec53..70d39e6 100644 --- a/rancher/do/terraform.tfvars.example +++ b/rancher/do/terraform.tfvars.example @@ -24,7 +24,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Kubernetes version to use for managed workload cluster workload_kubernetes_version = "v1.24.14+rke2r1" \ No newline at end of file diff --git a/rancher/do/variables.tf b/rancher/do/variables.tf index 8b6c626..7dc6637 100644 --- a/rancher/do/variables.tf +++ b/rancher/do/variables.tf @@ -44,7 +44,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: v0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" { diff --git a/rancher/gcp/README.md b/rancher/gcp/README.md index a469375..73075e6 100644 --- a/rancher/gcp/README.md +++ b/rancher/gcp/README.md @@ -56,7 +56,7 @@ Both instances will have wide-open security groups and will be accessible over S | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.9"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | ## Outputs diff --git a/rancher/gcp/terraform.tfvars.example b/rancher/gcp/terraform.tfvars.example index 031c962..82d412d 100644 --- a/rancher/gcp/terraform.tfvars.example +++ b/rancher/gcp/terraform.tfvars.example @@ -30,7 +30,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Kubernetes version to use for managed workload cluster workload_kubernetes_version = "v1.24.14+rke2r1" \ No newline at end of file diff --git a/rancher/gcp/variables.tf b/rancher/gcp/variables.tf index 93147bb..ee8b196 100644 --- a/rancher/gcp/variables.tf +++ b/rancher/gcp/variables.tf @@ -55,7 +55,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: v0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" { diff --git a/rancher/harvester/README.md b/rancher/harvester/README.md index 5317a7a..909e5b9 100644 --- a/rancher/harvester/README.md +++ b/rancher/harvester/README.md @@ -52,7 +52,7 @@ Both instances will be accessible over SSH using the SSH keys `id_rsa` and `id_r | [namespace](#input\_namespace) | Harvester namespace to deploy the VMs into | `string` | `"default"` | no | | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.9"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | ## Outputs diff --git a/rancher/harvester/terraform.tfvars.example b/rancher/harvester/terraform.tfvars.example index 65ec678..3bb282b 100644 --- a/rancher/harvester/terraform.tfvars.example +++ b/rancher/harvester/terraform.tfvars.example @@ -24,7 +24,7 @@ prefix = "quickstart" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Kubernetes version to use for managed workload cluster workload_kubernetes_version = "v1.24.14+rke2r1" \ No newline at end of file diff --git a/rancher/harvester/variables.tf b/rancher/harvester/variables.tf index a795a51..8edf6a5 100644 --- a/rancher/harvester/variables.tf +++ b/rancher/harvester/variables.tf @@ -48,7 +48,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: v0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_server_admin_password" { diff --git a/rancher/hcloud/README.md b/rancher/hcloud/README.md index eff428d..0e003a5 100644 --- a/rancher/hcloud/README.md +++ b/rancher/hcloud/README.md @@ -55,7 +55,7 @@ Both instances will be accessible over SSH using the auto-generated SSH keys `id | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.9"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | ## Outputs diff --git a/rancher/hcloud/terraform.tfvars.example b/rancher/hcloud/terraform.tfvars.example index 9bb5976..50418c2 100644 --- a/rancher/hcloud/terraform.tfvars.example +++ b/rancher/hcloud/terraform.tfvars.example @@ -33,7 +33,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Kubernetes version to use for managed workload cluster workload_kubernetes_version = "v1.24.14+rke2r1" \ No newline at end of file diff --git a/rancher/hcloud/variables.tf b/rancher/hcloud/variables.tf index 3a36fd7..f56b418 100644 --- a/rancher/hcloud/variables.tf +++ b/rancher/hcloud/variables.tf @@ -62,7 +62,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: v0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" { diff --git a/rancher/linode/README.md b/rancher/linode/README.md index 270faf8..9c6cefc 100644 --- a/rancher/linode/README.md +++ b/rancher/linode/README.md @@ -51,7 +51,7 @@ Both instances will be accessible over SSH using the SSH keys `id_rsa` and `id_r | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.9"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | ## Outputs diff --git a/rancher/linode/terraform.tfvars.example b/rancher/linode/terraform.tfvars.example index 5afa585..2710064 100644 --- a/rancher/linode/terraform.tfvars.example +++ b/rancher/linode/terraform.tfvars.example @@ -24,7 +24,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Kubernetes version to use for managed workload cluster workload_kubernetes_version = "v1.24.14+rke2r1" \ No newline at end of file diff --git a/rancher/linode/variables.tf b/rancher/linode/variables.tf index fadf03d..260087c 100644 --- a/rancher/linode/variables.tf +++ b/rancher/linode/variables.tf @@ -44,7 +44,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: v0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" { diff --git a/rancher/outscale/README.md b/rancher/outscale/README.md index 1af0280..9ba3acf 100644 --- a/rancher/outscale/README.md +++ b/rancher/outscale/README.md @@ -52,7 +52,7 @@ | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: 0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: 0.0.0) | `string` | `"2.7.9"` | no | | [region](#input\_region) | Outscale region | `string` | `"eu-west-2"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | diff --git a/rancher/outscale/terraform.tfvars.example b/rancher/outscale/terraform.tfvars.example index 947bd0e..b3e7b58 100644 --- a/rancher/outscale/terraform.tfvars.example +++ b/rancher/outscale/terraform.tfvars.example @@ -27,7 +27,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: 0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Outscale region region = "eu-west-2" diff --git a/rancher/outscale/variables.tf b/rancher/outscale/variables.tf index e3f4d36..76796cb 100644 --- a/rancher/outscale/variables.tf +++ b/rancher/outscale/variables.tf @@ -45,7 +45,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: 0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" { diff --git a/rancher/rancher-common/README.md b/rancher/rancher-common/README.md index 96bef62..c5a68b3 100644 --- a/rancher/rancher-common/README.md +++ b/rancher/rancher-common/README.md @@ -57,7 +57,7 @@ No modules. | [node\_internal\_ip](#input\_node\_internal\_ip) | Internal IP of compute node for Rancher cluster | `string` | `""` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format v0.0.0) | `string` | `"2.7.9"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | ## Outputs diff --git a/rancher/rancher-common/terraform.tfvars.example b/rancher/rancher-common/terraform.tfvars.example index baac28d..0d2fd91 100644 --- a/rancher/rancher-common/terraform.tfvars.example +++ b/rancher/rancher-common/terraform.tfvars.example @@ -30,7 +30,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Kubernetes version to use for managed workload cluster workload_kubernetes_version = "v1.24.14+rke2r1" \ No newline at end of file diff --git a/rancher/rancher-common/variables.tf b/rancher/rancher-common/variables.tf index 9e2eafe..4176e62 100644 --- a/rancher/rancher-common/variables.tf +++ b/rancher/rancher-common/variables.tf @@ -39,7 +39,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format v0.0.0)" - default = "2.7.6" + default = "2.7.9" } # Required diff --git a/rancher/scw/README.md b/rancher/scw/README.md index 2f202ca..6ee2626 100644 --- a/rancher/scw/README.md +++ b/rancher/scw/README.md @@ -51,7 +51,7 @@ Both instances will be accessible over SSH using the SSH keys `id_rsa` and `id_r | [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no | | [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no | | [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no | -| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no | +| [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.9"` | no | | [scw\_region](#input\_scw\_region) | Scaleway region used for all resources | `string` | `"fr-par"` | no | | [scw\_zone](#input\_scw\_zone) | Scaleway zone used for all resources | `string` | `"fr-par-1"` | no | | [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no | diff --git a/rancher/scw/terraform.tfvars.example b/rancher/scw/terraform.tfvars.example index 37eb697..61e8bfc 100644 --- a/rancher/scw/terraform.tfvars.example +++ b/rancher/scw/terraform.tfvars.example @@ -27,7 +27,7 @@ rancher_helm_repository = "https://releases.rancher.com/server-charts/latest" rancher_kubernetes_version = "v1.24.14+k3s1" # Rancher server version (format: v0.0.0) -rancher_version = "2.7.6" +rancher_version = "2.7.9" # Scaleway region used for all resources scw_region = "fr-par" diff --git a/rancher/scw/variables.tf b/rancher/scw/variables.tf index 0fec02d..5759e07 100644 --- a/rancher/scw/variables.tf +++ b/rancher/scw/variables.tf @@ -60,7 +60,7 @@ variable "cert_manager_version" { variable "rancher_version" { type = string description = "Rancher server version (format: v0.0.0)" - default = "2.7.6" + default = "2.7.9" } variable "rancher_helm_repository" {