Giter Site home page Giter Site logo

bluebosh / helm-update-config Goto Github PK

View Code? Open in Web Editor NEW

This project forked from burdiyan/helm-update-config

1.0 7.0 3.0 5.27 MB

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

License: MIT License

Makefile 1.30% Shell 33.09% Go 65.61%

helm-update-config's Introduction

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/bluebosh/helm-update-config

Usage

To change image tag of smiling-penguin release:

helm update-config "cf.20190214.142635" --set-value image.tag=stable,kube.diego_cell_size=1
helm update-config "cf.20190214.142635" --values file_path1
helm update-config "cf.20190214.142635" --set-value image.tag=stable --values=file_path1

For the last sample command, the plugin will merge the key/value pairs specified in both --set-value and --value file, if there are different keys specified in both --set-value and --value file, then --set-value will override the value in --value file.

Maintainers

@zhanggbj,@edwardstudy,@EmilyEmily

Contribute

PRs accepted. If you want to make a new release, either set GitHub API Token via GITHUB_TOKEN env:

$ export GITHUB_TOKEN="....."

and then run ghr command with "-t ${GITHUB_TOKEN}" parameter, or set github.token in ./gitconfig:

$ cat ~/.gitconfig
......
[github]
	token = ******

License

MIT © 2019 Emily Jing Liu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.