Skip to content

Commit

Permalink
test: pin cluster API templates version to tag v1alpha4
Browse files Browse the repository at this point in the history
This should help us to go forward with breaking changes in the templates
repo.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Nov 24, 2021
1 parent 9427e78 commit b4a406a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/test/e2e-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function setup {

${CLUSTERCTL} config cluster ${NAME_PREFIX} \
--kubeconfig /tmp/e2e/docker/kubeconfig \
--from https://github.com/talos-systems/cluster-api-templates/blob/main/aws/standard/standard.yaml > ${TMP}/cluster.yaml
--from https://github.com/talos-systems/cluster-api-templates/blob/v1alpha4/aws/standard/standard.yaml > ${TMP}/cluster.yaml
}

setup
Expand Down
2 changes: 1 addition & 1 deletion hack/test/e2e-gcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function setup {
## TODO: update to talos-systems once merged
${CLUSTERCTL} config cluster ${NAME_PREFIX} \
--kubeconfig /tmp/e2e/docker/kubeconfig \
--from https://github.com/talos-systems/cluster-api-templates/blob/main/gcp/standard/standard.yaml > ${TMP}/cluster.yaml
--from https://github.com/talos-systems/cluster-api-templates/blob/v1alpha4/gcp/standard/standard.yaml > ${TMP}/cluster.yaml

}

Expand Down

0 comments on commit b4a406a

Please sign in to comment.