Christian Richter

Results 29 issues of 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

size/M

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)...

bug

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...

enhancement

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...

enhancement

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...

enhancement

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 .

enhancement

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{})...

enhancement

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...