Skip to content

xorima/helm-variant-packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-variant-packager

A Helm Plugin for Chart Packaging to handle variant/values overrides for you, to create a separate chart for each values file that exists so when releasing you do not need to be concerned about remembering the right values file to use.

Note: This repository follows semantic versioning.

Usage

Install

    helm plugin install https://github.com/xorima/helm-variant-packager .git --version v1.0.0

Package

    helm variant-packager package <chart-path> <output-path>

Push

    helm variant-packager push <chart-path> <output-path> <repository-url>

help

    helm variant-packager help

Development

Build

    make build

Test

    make test

Install

    make install

Uninstall

    make uninstall

About

A Helm Chart Packager to handle values overrides for you

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published