Skip to content

Commit

Permalink
Rename CAPT release files field:
Browse files Browse the repository at this point in the history
This follows the naming from
https://cluster-api.sigs.k8s.io/clusterctl/provider-contract

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Nov 6, 2024
1 parent 215adc1 commit 4dbb974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions capt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion capt/tasks/Taskfile-capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4dbb974

Please sign in to comment.