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

Update quickstart to rancher 2.7.6 #226

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion neuvector/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ No modules.
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"neuvector-quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_server_admin_password"></a> [rancher\_server\_admin\_password](#input\_rancher\_server\_admin\_password) | Admin password to use for Rancher server bootstrap, min. 12 characters | `string` | `"adminadminadmin"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher version | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher version | `string` | `"2.7.6"` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion neuvector/aws/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"
2 changes: 1 addition & 1 deletion neuvector/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher version"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Both instances will have wide-open security groups and will be accessible over S
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_windows_instance_type"></a> [windows\_instance\_type](#input\_windows\_instance\_type) | Instance type used for all EC2 windows instances | `string` | `"t3a.large"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

Expand Down
2 changes: 1 addition & 1 deletion rancher/aws/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Instance type used for all EC2 windows instances
windows_instance_type = "t3a.large"
Expand Down
2 changes: 1 addition & 1 deletion rancher/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Both instances will have wide-open security groups and will be accessible over S
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion rancher/azure/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Kubernetes version to use for managed workload cluster
workload_kubernetes_version = "v1.24.14+rke2r1"
2 changes: 1 addition & 1 deletion rancher/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/do/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Both instances will be accessible over SSH using the SSH keys `id_rsa` and `id_r
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion rancher/do/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Kubernetes version to use for managed workload cluster
workload_kubernetes_version = "v1.24.14+rke2r1"
2 changes: 1 addition & 1 deletion rancher/do/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Both instances will have wide-open security groups and will be accessible over S
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion rancher/gcp/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Kubernetes version to use for managed workload cluster
workload_kubernetes_version = "v1.24.14+rke2r1"
2 changes: 1 addition & 1 deletion rancher/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/harvester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Both instances will be accessible over SSH using the SSH keys `id_rsa` and `id_r
| <a name="input_namespace"></a> [namespace](#input\_namespace) | Harvester namespace to deploy the VMs into | `string` | `"default"` | no |
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion rancher/harvester/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ prefix = "quickstart"
rancher_kubernetes_version = "v1.24.14+k3s1"

# Rancher server version (format: v0.0.0)
rancher_version = "2.7.5"
rancher_version = "2.7.6"

# Kubernetes version to use for managed workload cluster
workload_kubernetes_version = "v1.24.14+rke2r1"
2 changes: 1 addition & 1 deletion rancher/harvester/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_server_admin_password" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/hcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Both instances will be accessible over SSH using the auto-generated SSH keys `id
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion rancher/hcloud/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Kubernetes version to use for managed workload cluster
workload_kubernetes_version = "v1.24.14+rke2r1"
2 changes: 1 addition & 1 deletion rancher/hcloud/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/linode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Both instances will be accessible over SSH using the SSH keys `id_rsa` and `id_r
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion rancher/linode/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Kubernetes version to use for managed workload cluster
workload_kubernetes_version = "v1.24.14+rke2r1"
2 changes: 1 addition & 1 deletion rancher/linode/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/outscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: 0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: 0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_region"></a> [region](#input\_region) | Outscale region | `string` | `"eu-west-2"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

Expand Down
2 changes: 1 addition & 1 deletion rancher/outscale/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Outscale region
region = "eu-west-2"
Expand Down
2 changes: 1 addition & 1 deletion rancher/outscale/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: 0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion rancher/rancher-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ No modules.
| <a name="input_node_internal_ip"></a> [node\_internal\_ip](#input\_node\_internal\_ip) | Internal IP of compute node for Rancher cluster | `string` | `""` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion rancher/rancher-common/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Kubernetes version to use for managed workload cluster
workload_kubernetes_version = "v1.24.14+rke2r1"
2 changes: 1 addition & 1 deletion rancher/rancher-common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

# Required
Expand Down
2 changes: 1 addition & 1 deletion rancher/scw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Both instances will be accessible over SSH using the SSH keys `id_rsa` and `id_r
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [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 |
| <a name="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version) | Kubernetes version to use for Rancher server cluster | `string` | `"v1.24.14+k3s1"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.5"` | no |
| <a name="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version) | Rancher server version (format: v0.0.0) | `string` | `"2.7.6"` | no |
| <a name="input_scw_region"></a> [scw\_region](#input\_scw\_region) | Scaleway region used for all resources | `string` | `"fr-par"` | no |
| <a name="input_scw_zone"></a> [scw\_zone](#input\_scw\_zone) | Scaleway zone used for all resources | `string` | `"fr-par-1"` | no |
| <a name="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version) | Kubernetes version to use for managed workload cluster | `string` | `"v1.24.14+rke2r1"` | no |
Expand Down
2 changes: 1 addition & 1 deletion rancher/scw/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
rancher_version = "2.7.6"

# Scaleway region used for all resources
scw_region = "fr-par"
Expand Down
2 changes: 1 addition & 1 deletion rancher/scw/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ variable "cert_manager_version" {
variable "rancher_version" {
type = string
description = "Rancher server version (format: v0.0.0)"
default = "2.7.5"
default = "2.7.6"
}

variable "rancher_helm_repository" {
Expand Down
Loading