helm-whatup

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2019 License: MIT Imports: 11 Imported by: 0

README

Helm Whatup

Software License Maintainability Test Coverage

This Repo is a fork of bacongobbler/helm-whatup, because the original project is no longer actively further developed.

This is a Helm plugin to help users determine if there's an update available for their installed charts. It works by reading your locally cached index files from the chart repositories (via helm repo update) and checking the version against the latest deployed version of your charts in the Kubernetes cluster.

Usage

helm repo update
helm whatup

Install

$ helm plugin install https://github.com/fabmation-gmbh/helm-whatup

The above will fetch the latest binary release of helm whatup and install it.

Developer (From Source) Install

If you would like to handle the build yourself, instead of fetching a binary, this is how recommend doing it.

First, set up your environment:

  • You need to have Go installed. Make sure to set $GOPATH
  • You need to have Glide installed.

Clone this repo into your $GOPATH using git.

mkdir $GOPATH/src/github.com/fabmation-gmbh
cd $GOPATH/src/github.com/fabmation-gmbh
git clone https://github.com/fabmation-gmbh/helm-whatup

Then run the following to get running.

cd helm-whatup
make bootstrap build
SKIP_BIN_INSTALL=1 helm plugin install $GOPATH/src/github.com/fabmation-gmbh/helm-whatup

That last command will skip fetching the binary install and use the one you built.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL