diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index cb358be5d..ff0aaf61b 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -1,4 +1,4 @@ -apiVersion: cluster.x-k8s.io/v1alpha3 +apiVersion: cluster.x-k8s.io/v1alpha4 kind: Cluster metadata: name: ${CLUSTER_NAME} @@ -69,7 +69,7 @@ spec: generateType: join talosVersion: ${TALOS_VERSION} --- -apiVersion: cluster.x-k8s.io/v1alpha3 +apiVersion: cluster.x-k8s.io/v1alpha4 kind: MachineDeployment metadata: name: ${CLUSTER_NAME}-workers