Skip to content

Commit

Permalink
docs: fix Talos version to use template
Browse files Browse the repository at this point in the history
Fixes #6944

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Mar 13, 2023
1 parent 72a6d1d commit 6656d35
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion website/content/v0.14/cloud-platforms/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ resources:
type: talos-ha.jinja
properties:
zone: us-west1-b
talosVersion: v0.13.2
talosVersion: {{< release >}}
externalCloudProvider: false
controlPlaneNodeCount: 5
controlPlaneNodeType: n1-standard-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ resources:
type: talos-ha.jinja
properties:
zone: us-west1-b
talosVersion: v0.13.2
talosVersion: {{< release >}}
externalCloudProvider: false
controlPlaneNodeCount: 5
controlPlaneNodeType: n1-standard-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Hetzner"
description: "Creating a cluster via the CLI (hcloud) on Hetzner."
aliases:
aliases:
- ../../../cloud-platforms/hetzner
---

Expand Down Expand Up @@ -37,7 +37,7 @@ df

# Download the Talos image
cd /tmp
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/v0.13.0/hcloud-amd64.raw.xz
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/{{< release >}}/hcloud-amd64.raw.xz
# Replace system
xz -d -c /tmp/talos.raw.xz | dd of=/dev/sda && sync
# shutdown the instance
Expand Down Expand Up @@ -68,7 +68,7 @@ packer {
variable "talos_version" {
type = string
default = "v0.13.0"
default = "{{< release >}}"
}
locals {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ resources:
type: talos-ha.jinja
properties:
zone: us-west1-b
talosVersion: v0.13.2
talosVersion: {{< release >}}
externalCloudProvider: false
controlPlaneNodeCount: 5
controlPlaneNodeType: n1-standard-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Hetzner"
description: "Creating a cluster via the CLI (hcloud) on Hetzner."
aliases:
aliases:
- ../../../cloud-platforms/hetzner
---

Expand Down Expand Up @@ -37,7 +37,7 @@ df

# Download the Talos image
cd /tmp
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/v0.13.0/hcloud-amd64.raw.xz
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/{{< release >}}/hcloud-amd64.raw.xz
# Replace system
xz -d -c /tmp/talos.raw.xz | dd of=/dev/sda && sync
# shutdown the instance
Expand Down Expand Up @@ -68,7 +68,7 @@ packer {
variable "talos_version" {
type = string
default = "v0.13.0"
default = "{{< release >}}"
}
locals {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ resources:
type: talos-ha.jinja
properties:
zone: us-west1-b
talosVersion: v0.13.2
talosVersion: {{< release >}}
externalCloudProvider: false
controlPlaneNodeCount: 5
controlPlaneNodeType: n1-standard-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Hetzner"
description: "Creating a cluster via the CLI (hcloud) on Hetzner."
aliases:
aliases:
- ../../../cloud-platforms/hetzner
---

Expand Down Expand Up @@ -37,7 +37,7 @@ df

# Download the Talos image
cd /tmp
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/v0.13.0/hcloud-amd64.raw.xz
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/{{< release >}}/hcloud-amd64.raw.xz
# Replace system
xz -d -c /tmp/talos.raw.xz | dd of=/dev/sda && sync
# shutdown the instance
Expand Down Expand Up @@ -68,7 +68,7 @@ packer {
variable "talos_version" {
type = string
default = "v0.13.0"
default = "{{< release >}}"
}
locals {
Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ no_list: true
linkTitle: "Documentation"
cascade:
type: docs
lastRelease: v1.3.2
kubernetesRelease: "1.26.0"
lastRelease: v1.3.5
kubernetesRelease: "1.26.1"
prevKubernetesRelease: "1.25.5"
theilaRelease: "v0.2.1"
nvidiaContainerToolkitRelease: "v1.11.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ resources:
type: talos-ha.jinja
properties:
zone: us-west1-b
talosVersion: v0.13.2
talosVersion: {{< version >}}
externalCloudProvider: false
controlPlaneNodeCount: 5
controlPlaneNodeType: n1-standard-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Hetzner"
description: "Creating a cluster via the CLI (hcloud) on Hetzner."
aliases:
aliases:
- ../../../cloud-platforms/hetzner
---

Expand Down Expand Up @@ -37,7 +37,7 @@ df

# Download the Talos image
cd /tmp
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/v0.13.0/hcloud-amd64.raw.xz
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/{{< release >}}/hcloud-amd64.raw.xz
# Replace system
xz -d -c /tmp/talos.raw.xz | dd of=/dev/sda && sync
# shutdown the instance
Expand Down Expand Up @@ -68,7 +68,7 @@ packer {
variable "talos_version" {
type = string
default = "v0.13.0"
default = "{{< release >}}"
}
locals {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ resources:
type: talos-ha.jinja
properties:
zone: us-west1-b
talosVersion: v0.13.2
talosVersion: {{< release >}}
externalCloudProvider: false
controlPlaneNodeCount: 5
controlPlaneNodeType: n1-standard-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Hetzner"
description: "Creating a cluster via the CLI (hcloud) on Hetzner."
aliases:
aliases:
- ../../../cloud-platforms/hetzner
---

Expand Down Expand Up @@ -37,7 +37,7 @@ df

# Download the Talos image
cd /tmp
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/v0.13.0/hcloud-amd64.raw.xz
wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/{{< release >}}/hcloud-amd64.raw.xz
# Replace system
xz -d -c /tmp/talos.raw.xz | dd of=/dev/sda && sync
# shutdown the instance
Expand Down Expand Up @@ -68,7 +68,7 @@ packer {
variable "talos_version" {
type = string
default = "v0.13.0"
default = "{{< release >}}"
}
locals {
Expand Down

0 comments on commit 6656d35

Please sign in to comment.