Skip to content

Commit

Permalink
chore: update dependency siderolabs/talos to v1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent a9460c6 commit 2ee8d3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 GCP_VM_SVC_ACCOUNT=[email protected]

## Control plane vars
Expand Down

0 comments on commit 2ee8d3e

Please sign in to comment.