Skip to content

Commit

Permalink
update version (doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Oct 25, 2022
1 parent 51b308d commit 7800c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ environment = <environment name> # e.g. "k3s-test"
rds_root_password = <rds_root_password> # e.g. "12345678A+"
rancher_host = <rancher host name> # e.g. "k3s"
rancher_domain = <rancher domain name> # e.g. "otc.mcsps.de"
rancher_version = <rancher version> # e.g. "v2.6.8"
rancher_tag = <rancher image tag> # e.g. "v2.6.8-patch1"
rancher_version = <rancher version> # e.g. "v2.6.9"
rancher_tag = <rancher image tag> # e.g. "v2.6.9"
admin_email = <admin email address for DNS/LetsEncrypt> # e.g. "[email protected]"
k3s_version = <k3s version> # e.g. channel stable/latest or version "v1.23.8+k3s2"
access_key = <otc access key>
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,12 @@ variable "image_traefik" {

variable "rancher_version" {
description = "Version of Rancher app"
default = "v2.6.6"
default = "v2.6.9"
}

variable "rancher_tag" {
description = "Tag of Rancher image"
default = "v2.6.6"
default = "v2.6.9"
}

variable "admin_password" {
Expand Down

0 comments on commit 7800c5b

Please sign in to comment.