/helm-version-manager

A tool to manage helm versions

Primary LanguagePython

Helm Version Manager

This is a tool to manage and use multiple helm versions on the same machine.

Requirements

  • Python 3
  • PIP

Usage

Installation

This will clone the repo somewhere convenient and create a symlink to the script

git clone https://github.com/philwc/helm-version-manager.git
cd helm-version-manager
pip3 install -r requirements.txt
sudo ./install.py

Retrieving Versions of Helm

hvm get 3.0.2

Using a specified version

hvm switch 3.0.2

Deleting a speciefied version

hvm delete 3.0.2