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

chore: update dependency siderolabs/talos to v1 #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 aws/autoscaling-workers/autoscaling-workers.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10
export TALOS_VERSION=v1.9

## Control plane vars
export CONTROL_PLANE_MACHINE_COUNT=3
Expand Down
2 changes: 1 addition & 1 deletion aws/multi-az/multi-az.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10
export TALOS_VERSION=v1.9

## Control plane vars
export AWS_CONTROL_PLANE_LB_URL=xxyyzz.elb.us-east-1.amazonaws.com
Expand Down
2 changes: 1 addition & 1 deletion aws/standard/standard.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10
export TALOS_VERSION=v1.9

## Control plane vars
export CONTROL_PLANE_MACHINE_COUNT=3
Expand Down
2 changes: 1 addition & 1 deletion gcp/standard/standard.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export GCP_NETWORK=default
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.20.5
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.13
export TALOS_VERSION=v1.9
export [email protected]

## Control plane vars
Expand Down