Skip to content

Commit 900522d

Browse files
author
Your Name
committed
add docs for manual install
1 parent 4e8ac4c commit 900522d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ The master branch is treated differently from the default and will be `NEXT_TAG-
5959

6060
Jenkins uses the environment variable BRANCH_NAME with the value of the PR example `PR-97`. This will result in a release version of `NEXT_TAG-0.pr-97-COMMITS+SHA`
6161

62+
## Install without internet
63+
64+
* Grab the tar file for your system from the [releases](https://github.com/sstarcher/helm-release/releases)
65+
```
66+
$ eval $(helm env) # Get helm environment variable for plugin location $HELM_PLUGINS
67+
$ tar -xvf DOWNLOADED_TAR_GZ -C /Users/sstarcher/Library/helm/plugins/helm-release
68+
```
69+
6270
## Uninstall
6371

6472
$ helm plugin remove release

0 commit comments

Comments
 (0)