Skip to content

Commit

Permalink
Merge pull request #203 from jacobweinstock/main
Browse files Browse the repository at this point in the history
Update dependency checking for CAPT playground:

## Description

<!--- Please describe what this PR is going to change -->

## Why is this needed

<!--- Link to issue you have raised -->

Fixes: #

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->


## How are existing users impacted? What migration steps/scripts do we need?

<!--- Fixes a bug, unblocks installation, removes a component of the stack etc -->
<!--- Requires a DB migration script, etc. -->


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
jacobweinstock authored Dec 6, 2024
2 parents 3ae8ee4 + c772c98 commit 9b39e81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions capt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders
- [clusterctl](https://cluster-api.sigs.k8s.io/user/quick-start#install-clusterctl) >= v1.6.0
- [kubectl](https://www.downloadkubernetes.com/) >= v1.28.2
- [virt-install](https://virt-manager.org/) >= 4.0.0
- [yq](https://github.com/mikefarah/yq/#install) >= v4.44.2
- [task](https://taskfile.dev/installation/) >= 3.37.2

### Hardware
Expand Down
1 change: 0 additions & 1 deletion capt/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ tasks:
"kubectl",
"clusterctl",
"virt-install",
"brctl",
"yq",
]
cmd: command -v {{ .ITEM }} >/dev/null || echo "'{{ .ITEM }}' was not found in the \$PATH, please ensure it is installed."
Expand Down

0 comments on commit 9b39e81

Please sign in to comment.