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)