-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Adding Helm CT/CR #688
Comments
Hey @oliverbaehler, Thanks for the suggestions! CR (Chart-Releaser) seems fine, feel free to create a PR for it, if you intrested! I am afraid that CT (Chart-Testing) has some dependencies that you can't install from arkade like Yamale and Yamllint (both of them written in python and does not have a static binary), without them 2 of the 5 available sub commands will not work.
I think it'll cause some problems for most of the users and we should not add it yet. |
I think you might be right @Shikachuu |
@oliverbaehler how do you want to proceed? The Go binaries can be installed, but you or your users will need to install those Python packages separately by the sounds of it. |
@alexellis if it's okay i would proceed with creating a pr for both. I am using arkade as part of a docker image which is used for ci purposes and it would be handy to install ct via ark. |
@oliverbaehler, sure! |
Expected Behaviour
arkade get ct
installs the Chart-Testing binaryarkade get cr
installs the Chart-Releaser binaryCurrent Behaviour
Are you a GitHub Sponsor yet (Yes/No?)
Possible Solution
Add cr and ct to the
tools.go
file.Context
If requesting a CLI for "arkade get"
How many downloads does this tool have? Check at:
https://somsubhra.github.io/github-release-stats/
ct
- 366,510cr
- 82,443Your Environment
The text was updated successfully, but these errors were encountered: