diff --git a/aws/autoscaling-workers/autoscaling-workers.env b/aws/autoscaling-workers/autoscaling-workers.env index b0e780b..56a3827 100644 --- a/aws/autoscaling-workers/autoscaling-workers.env +++ b/aws/autoscaling-workers/autoscaling-workers.env @@ -9,7 +9,7 @@ export CALICO_VERSION=v3.24.1 # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=kubernetes/kubernetes export KUBERNETES_VERSION=1.21.0 # renovate: datasource=github-releases extractVersion=^(?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 diff --git a/aws/multi-az/multi-az.env b/aws/multi-az/multi-az.env index f6bddcf..06d7b0f 100644 --- a/aws/multi-az/multi-az.env +++ b/aws/multi-az/multi-az.env @@ -17,7 +17,7 @@ export CALICO_VERSION=v3.24.1 # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=kubernetes/kubernetes export KUBERNETES_VERSION=1.21.0 # renovate: datasource=github-releases extractVersion=^(?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 diff --git a/aws/standard/standard.env b/aws/standard/standard.env index bd6fff0..402c8cf 100644 --- a/aws/standard/standard.env +++ b/aws/standard/standard.env @@ -11,7 +11,7 @@ export CALICO_VERSION=v3.24.1 # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=kubernetes/kubernetes export KUBERNETES_VERSION=1.21.0 # renovate: datasource=github-releases extractVersion=^(?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 diff --git a/gcp/standard/standard.env b/gcp/standard/standard.env index 609aa34..19e1281 100644 --- a/gcp/standard/standard.env +++ b/gcp/standard/standard.env @@ -6,7 +6,7 @@ export GCP_NETWORK=default # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=kubernetes/kubernetes export KUBERNETES_VERSION=1.20.5 # renovate: datasource=github-releases extractVersion=^(?v\d+\.\d+)\.\d+$ depName=siderolabs/talos -export TALOS_VERSION=v0.13 +export TALOS_VERSION=v1.9 export GCP_VM_SVC_ACCOUNT=mysvcacct@my-testbed.iam.gserviceaccount.com ## Control plane vars