https://github.com/zjj2wry/helm-diff
helm-diff compare different reversion release values or manifest
https://github.com/zjj2wry/helm-diff
helm helm-diff helm-plugin
Last synced: 11 months ago
JSON representation
helm-diff compare different reversion release values or manifest
- Host: GitHub
- URL: https://github.com/zjj2wry/helm-diff
- Owner: zjj2wry
- Created: 2017-07-14T03:44:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T15:34:00.000Z (about 8 years ago)
- Last Synced: 2025-04-13T00:55:55.338Z (11 months ago)
- Topics: helm, helm-diff, helm-plugin
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-diff
## Install
```
helm plugin install https://github.com/zjj2wry/helm-diff
```
## Example
#### Get different version release values.yaml and diff its
```
helm diff values REALEASE 1 2
```
#### Get different version release manifest.yaml and diff its
```
helm diff manifest REALEASE 1 2
```
## Uninstall
```
helm plugin remove diff
```