Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burdiyan/helm-update-config
Helm plugin that allows to update config values of existing release.
https://github.com/burdiyan/helm-update-config
helm helm-plugin helm-plugins kubernetes
Last synced: 3 months ago
JSON representation
Helm plugin that allows to update config values of existing release.
- Host: GitHub
- URL: https://github.com/burdiyan/helm-update-config
- Owner: burdiyan
- License: mit
- Created: 2017-11-06T11:51:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T09:07:48.000Z (over 5 years ago)
- Last Synced: 2024-11-02T11:11:45.456Z (3 months ago)
- Topics: helm, helm-plugin, helm-plugins, kubernetes
- Language: Go
- Size: 2.38 MB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/burdiyan/helm-update-config
```## Usage
To change image tag of `smiling-penguin` release:
```
helm update-config smiling-penguin --set=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](https://github.com/burdiyan)
## Contribute
PRs accepted.
## License
[MIT](LICENSE) © 2017 Alexandr Burdiyan