Skip to content

Commit e7f8e6c

Browse files
committed
Update Rancher to 2.4.8
Signed-off-by: Bastian Hofmann <[email protected]>
1 parent 009e6d7 commit e7f8e6c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Version of cert-mananger to install alongside Rancher (format: 0.0.0)
4949
See `rancher-common` module variable `cert_manager_version` for more details.
5050

5151
###### `rancher_version`
52-
- Default: **`"v2.4.7"`**
52+
- Default: **`"v2.4.8"`**
5353
Rancher server version (format v0.0.0)
5454

5555
See `rancher-common` module variable `rancher_version` for more details.

aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ variable "cert_manager_version" {
5959
variable "rancher_version" {
6060
type = string
6161
description = "Rancher server version (format: v0.0.0)"
62-
default = "v2.4.7"
62+
default = "v2.4.8"
6363
}
6464

6565
# Required

azure-windows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Version of cert-mananger to install alongside Rancher (format: 0.0.0)
5858
See `rancher-common` module variable `cert_manager_version` for more details.
5959

6060
###### `rancher_version`
61-
- Default: **`"v2.4.7"`**
61+
- Default: **`"v2.4.8"`**
6262
Rancher server version (format v0.0.0)
6363

6464
See `rancher-common` module variable `rancher_version` for more details.

azure-windows/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ variable "cert_manager_version" {
6565
variable "rancher_version" {
6666
type = string
6767
description = "Rancher server version (format: v0.0.0)"
68-
default = "v2.4.7"
68+
default = "v2.4.8"
6969
}
7070

7171
# Required

azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Version of cert-mananger to install alongside Rancher (format: 0.0.0)
5757
See `rancher-common` module variable `cert_manager_version` for more details.
5858

5959
###### `rancher_version`
60-
- Default: **`"v2.4.7"`**
60+
- Default: **`"v2.4.8"`**
6161
Rancher server version (format v0.0.0)
6262

6363
See `rancher-common` module variable `rancher_version` for more details.

azure/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ variable "cert_manager_version" {
6565
variable "rancher_version" {
6666
type = string
6767
description = "Rancher server version (format: v0.0.0)"
68-
default = "v2.4.7"
68+
default = "v2.4.8"
6969
}
7070

7171
# Required

do/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Version of cert-mananger to install alongside Rancher (format: 0.0.0)
4444
See `rancher-common` module variable `cert_manager_version` for more details.
4545

4646
###### `rancher_version`
47-
- Default: **`"v2.4.7"`**
47+
- Default: **`"v2.4.8"`**
4848
Rancher server version (format v0.0.0)
4949

5050
See `rancher-common` module variable `rancher_version` for more details.

do/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ variable "cert_manager_version" {
5050
variable "rancher_version" {
5151
type = string
5252
description = "Rancher server version (format: v0.0.0)"
53-
default = "v2.4.7"
53+
default = "v2.4.8"
5454
}
5555

5656
variable "rancher_server_admin_password" {

gcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Version of cert-mananger to install alongside Rancher (format: 0.0.0)
4949
See `rancher-common` module variable `cert_manager_version` for more details.
5050

5151
###### `rancher_version`
52-
- Default: **`"v2.4.7"`**
52+
- Default: **`"v2.4.8"`**
5353
Rancher server version (format v0.0.0)
5454

5555
See `rancher-common` module variable `rancher_version` for more details.

gcp/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ variable "cert_manager_version" {
6161
variable "rancher_version" {
6262
type = string
6363
description = "Rancher server version (format: v0.0.0)"
64-
default = "v2.4.7"
64+
default = "v2.4.8"
6565
}
6666

6767
# Required

rancher-common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Available versions are found in `files/cert-manager`, where a supported version
3737
is indicated by the presence of `crds-${var.cert_manager_version}.yaml`.
3838

3939
###### `rancher_version`
40-
- Default: **`"v2.4.7"`**
40+
- Default: **`"v2.4.8"`**
4141
Rancher server version (format `v0.0.0`)
4242

4343
###### `rancher_server_dns`

rancher-common/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "cert_manager_version" {
3939
variable "rancher_version" {
4040
type = string
4141
description = "Rancher server version (format v0.0.0)"
42-
default = "v2.4.7"
42+
default = "v2.4.8"
4343
}
4444

4545
# Required

0 commit comments

Comments
 (0)