Skip to content

Commit

Permalink
Release upgrade command. (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Berezin <2787296+rtpro@users.noreply.github.com>
  • Loading branch information
vadim-zabolotniy and rtpro authored Aug 25, 2022
1 parent b3af1b0 commit ff96a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ release 0.3.2 Update values of a release, pull charts from releases

```
$ helm release
usage: helm release [ pull | upgrade ]
```
Available Commands:
Expand All @@ -72,6 +73,7 @@ $ ls /home/me/helm-charts/nginx-ingress-0.13.2/
Chart.yaml crds README.md templates values-icp.yaml values-nsm.yaml values-plus.yaml values.yaml
```


### `helm release upgrade`

This command accepts the same parameters as `helm upgrade` except specifying the helm chart. As an optional parameter you can pass `--destination` directory where the chart will be dumped, by default chart dumped to `/tmp`. After release update chart will be deleted.
Expand Down
1 change: 1 addition & 0 deletions lib/api/upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash


help_text="helm release upgrade - Update release values without specifying the Helm Chart used for deployment.
Usage: helm release upgrade [RELEASE NAME] [-d | --destination <TARGET CHART DIRECTORY>] [helm upgrade arguments]"

Expand Down

0 comments on commit ff96a77

Please sign in to comment.