helm-whatup icon indicating copy to clipboard operation
helm-whatup copied to clipboard

A Helm plugin to help users determine if there's an update available for their installed charts.

Results 6 helm-whatup issues
Sort by recently updated
recently updated
newest added

Hi there! What is a fantastic plugin, but it unfortunately doesn't install under helm 3. Here's the output of `helm plugin install https://github.com/bacongobbler/helm-whatup` under helm3 : ``` Downloading https://github.com/bacongobbler/helm-whatup/releases/download/v0.2.1/helm-whatup-0.2.1-darwin-amd64.tar.gz %...

enhancement

Is it possible to check for updates without the need for local repos? We are using Flux's `Helm Operator`, so we don't need local repos. It would be awesome if...

enhancement
help wanted

This can result in similar problems to [this](https://github.com/helm/helm/issues/2977). [Helm's cleanup code](https://github.com/helm/helm/blob/master/scripts/get#L199)

bug

install-binary.sh ignores the version flag of helm plugin install. https://github.com/bacongobbler/helm-whatup/blob/master/install-binary.sh#L56

bug

helm whatup fails when only snapshot dependencies exist. Error: No chart version found for example- Usage: whatup [flags] Flags: -h, --help help for whatup Error: plugin "whatup" exited with error...

bug

``` helm plugin list NAME VERSION DESCRIPTION whatup 0.2.1 Checks if installed charts are out of date against the Helm repositories ``` `helm whatup` ``` There is an update available...

bug