rubengees / helmup

Interactively update helm chart dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helmup

Check your helm chart dependencies for updates and apply them with an interactive selection. helmup is a self-contained binary bundling (parts of) the helm cli written in go.

Demo

asciicast

Installation

Download the latest version for your OS and copy it to a place in your PATH (e.g. /usr/bin on linux).

Arch Linux

A package is available in the AUR.

yay -S helmup-bin

Usage

# Run in a directory with a Chart.yaml file.
helmup

# Pass a directory containing a Chart.yaml file.
helmup /path/to/helm/directory

About

Interactively update helm chart dependencies

License:MIT License


Languages

Language:Go 95.1%Language:Shell 4.9%