Christian Richter
Christian Richter
The `ByZip` functions require an `int` as argument, this is an issue with German zip codes since they can start with a `0`, for example Chemnitz (Saxony) has the zip...
This is a proposal for adding a download-cache for helm charts and provenance files to helm. Co-authored-by: Matt Farina Signed-off-by: Matt Farina
In case of other processes having a Write lock that needs to be respected. refs https://github.com/owncloud/ocis/issues/4251
When running `hypper install somechart` on a chart hypper can not resolve there is an output staing ```terminal Error: failed to download "somechart" (hint: running `helm repo update` may help)...
We need a vendor-management in the style of zypper that allows us to deal with charts of the same name/software coming in through different repositories. e.g. ``` repoA provides prometheus...
When we deal with the optional dependencies, atm the user is being asked which ones to install. There are scenarios where there could be optional 2nd, 3rd... n-th level optional...
It would be nice to have a cli command that checks the integrity of a release and verifies if all shared dependencies are met and installed on the cluster and...
Add a `auto-remove` command for hypper to clean the cluster of automatically pulled in dependencies. This requires a walkable tree/graph which should be implemented in #139 .
Add generic emoticon string constants to the eyecandy library and/or add generic output functions wich have formatted eyecandy. examples: ``` EMOTICON_WORKING = ":passenger_ship:" func ESPrintWorkingF(emojisDisabled bool, format string, v ...interface{})...
When installing a chart that includes either optional or shared dependencies, make sure that each of them is resolvable and installable. If there is no installable candidate, cancel the whole...