This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
Helm install/upgrade should support setting specific version #60
Labels
enhancement
New feature or request
Currently,
helm_install
andhelm_upgrade
use the latest version of a chart, but this may not always be the best strategy, sometimes we may wish to install a specific chart version, particularly if the new version has breaking changes (e.g. incompatibilities across 1.3 to 1.4).We need to update these functions to be receptive to the versions, and the Nephos configuration to accept specific version inputs.
The text was updated successfully, but these errors were encountered: