Skip to content

Helm plugin that allows to update config values of existing release.

License

Notifications You must be signed in to change notification settings

subbarao-meduri/helm-update-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Update Config

This plugin adds helm update-config command to Helm CLI. It allows to update config values of an existing release running in the cluster.

Install

helm plugin install https://github.com/zhanggbj/helm-update-config

Usage

To change image tag of smiling-penguin release:

helm update-config smiling-penguin --set-value=image.tag=stable

The plugin will reuse all the values defined in previous releases. If you want to override those you can set --reset-values flag the same way you do for helm upgrade.

Maintainers

@burdiyan

Contribute

PRs accepted.

License

MIT © 2017 Alexandr Burdiyan

About

Helm plugin that allows to update config values of existing release.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.1%
  • Shell 7.6%
  • Makefile 3.3%