Skip to content

Commit

Permalink
fix: update CAPI resources versions to v1alpha4 in the cluster template
Browse files Browse the repository at this point in the history
It worked before as it was being migrated from `v1alpha3` to `v1alpha4` when applied.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever authored and talos-bot committed Nov 24, 2021
1 parent 04dbaf0 commit adc73b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cluster.x-k8s.io/v1alpha3
apiVersion: cluster.x-k8s.io/v1alpha4
kind: Cluster
metadata:
name: ${CLUSTER_NAME}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit adc73b6

Please sign in to comment.