Skip to content

Commit

Permalink
docs: provide sane defaults for each release series in vmware script
Browse files Browse the repository at this point in the history
This PR sets proper defaults based on the series of talos. Defaults to last release in each series.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
  • Loading branch information
rsmitty committed Jan 29, 2024
1 parent 8138d54 commit c4ed189
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -12,7 +12,7 @@ set -e
# export GOVC_DATASTORE='xxx'

CLUSTER_NAME=${CLUSTER_NAME:=vmware-test}
TALOS_VERSION=v1.1.0
TALOS_VERSION=v1.2.9
OVA_PATH=${OVA_PATH:="https://github.com/siderolabs/talos/releases/download/${TALOS_VERSION}/vmware-amd64.ova"}

CONTROL_PLANE_COUNT=${CONTROL_PLANE_COUNT:=3}
Expand Down
Expand Up @@ -12,7 +12,7 @@ set -e
# export GOVC_DATASTORE='xxx'

CLUSTER_NAME=${CLUSTER_NAME:=vmware-test}
TALOS_VERSION=v1.1.0
TALOS_VERSION=v1.3.7
OVA_PATH=${OVA_PATH:="https://github.com/siderolabs/talos/releases/download/${TALOS_VERSION}/vmware-amd64.ova"}

CONTROL_PLANE_COUNT=${CONTROL_PLANE_COUNT:=3}
Expand Down
Expand Up @@ -12,7 +12,7 @@ set -e
# export GOVC_DATASTORE='xxx'

CLUSTER_NAME=${CLUSTER_NAME:=vmware-test}
TALOS_VERSION=v1.1.0
TALOS_VERSION=v1.4.8
OVA_PATH=${OVA_PATH:="https://github.com/siderolabs/talos/releases/download/${TALOS_VERSION}/vmware-amd64.ova"}

CONTROL_PLANE_COUNT=${CONTROL_PLANE_COUNT:=3}
Expand Down
Expand Up @@ -12,7 +12,7 @@ set -e
# export GOVC_DATASTORE='xxx'

CLUSTER_NAME=${CLUSTER_NAME:=vmware-test}
TALOS_VERSION=v1.1.0
TALOS_VERSION=v1.5.5
OVA_PATH=${OVA_PATH:="https://github.com/siderolabs/talos/releases/download/${TALOS_VERSION}/vmware-amd64.ova"}

CONTROL_PLANE_COUNT=${CONTROL_PLANE_COUNT:=3}
Expand Down
Expand Up @@ -13,7 +13,7 @@ set -e
# export GOVC_NETWORK='PortGroup Name'

CLUSTER_NAME=${CLUSTER_NAME:=vmware-test}
TALOS_VERSION=v1.1.0
TALOS_VERSION=v1.6.3
OVA_PATH=${OVA_PATH:="https://github.com/siderolabs/talos/releases/download/${TALOS_VERSION}/vmware-amd64.ova"}

CONTROL_PLANE_COUNT=${CONTROL_PLANE_COUNT:=3}
Expand Down

0 comments on commit c4ed189

Please sign in to comment.