Markus Hartmann
Markus Hartmann
Also helm3 only?
I introduced the app type and some cleanups in #24 maybe you can take some parts of it.
Hi all, I provided a implementation proposol for the App type in #46 and a like to make a draft pr with a sample app for helm 3. It would...
@alexellis I was working on this issue before as you can see. I saw also the changes made for the Loki app, they are targeting in the same direction. The...
@Waterdrips I added a solution for pre and post tasks to draft pr, to show how it could work.
@Waterdrips @alexellis should I work on it more in my sparetime or is it a task with low priority?
I saw no specific issue for that. If it is okay, I will raise issues to migrate some apps. I can do some of the PRs to, but not all....
I think this idea has some challenges. The installation process and the options defined hard coded in arkade are maybe specific to the hard coded version. I love arkade for...
For this it would be useful to have something like a ArkadeApp-Interface with the common operations: ``` type ArkadeApp interface { Install() Verify() Delete() } ``` this Interface should be...
@alexellis as discussed in slack I start working on it. I will start with the helm operator.