From 4dbb974d264c7a2dbe5a0dc87ac0d72aeccfdaaf Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Tue, 5 Nov 2024 20:14:26 -0700 Subject: [PATCH] Rename CAPT release files field: This follows the naming from https://cluster-api.sigs.k8s.io/clusterctl/provider-contract Signed-off-by: Jacob Weinstock --- capt/config.yaml | 4 ++-- capt/tasks/Taskfile-capi.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/capt/config.yaml b/capt/config.yaml index 7f7792c..71bf02b 100644 --- a/capt/config.yaml +++ b/capt/config.yaml @@ -13,8 +13,8 @@ versions: os: 20.04 kubevip: 0.8.2 capt: - infrastructureYaml: "https://github.com/tinkerbell/cluster-api-provider-tinkerbell/releases" - #infrastructureYaml: "/home/tink/repos/tinkerbell/cluster-api-provider-tinkerbell/out/release/infrastructure-tinkerbell" + providerRepository: "https://github.com/tinkerbell/cluster-api-provider-tinkerbell/releases" + #providerRepository: "/home/tink/repos/tinkerbell/cluster-api-provider-tinkerbell/out/release/infrastructure-tinkerbell" chart: location: "oci://ghcr.io/tinkerbell/charts/stack" #location: "/home/tink/repos/tinkerbell/charts/tinkerbell/stack" diff --git a/capt/tasks/Taskfile-capi.yaml b/capt/tasks/Taskfile-capi.yaml index 0f28263..3614727 100644 --- a/capt/tasks/Taskfile-capi.yaml +++ b/capt/tasks/Taskfile-capi.yaml @@ -19,7 +19,7 @@ tasks: CAPT_VERSION: sh: yq eval '.versions.capt' {{.STATE_FILE_FQ_PATH}} LOCATION: - sh: yq eval '.capt.infrastructureYaml' {{.STATE_FILE_FQ_PATH}} + sh: yq eval '.capt.providerRepository' {{.STATE_FILE_FQ_PATH}} vars: OUTPUT_DIR: sh: echo $(yq eval '.outputDir' config.yaml)