File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,25 @@ revisions/versions of your helm release.
10
10
11
11
<a href =" https://asciinema.org/a/105326 " target =" _blank " ><img src =" https://asciinema.org/a/105326.png " /></a >
12
12
13
+ ## Install
14
+
15
+ ### Using Helm plugin manager (> 2.3.x)
16
+
17
+ ``` shell
18
+ helm plugin install https://github.com/databus23/helm-diff
19
+ ```
20
+
21
+ ### Pre Helm 2.3.0 Installation
22
+ Pick a release tarball from the [ releases] ( https://github.com/databus23/helm-diff/releases ) page.
23
+
24
+ Unpack the tarball in your helm plugins directory (` $(helm home)/plugins ` ).
25
+
26
+ E.g.
27
+ ```
28
+ curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv
29
+ ```
30
+
31
+
13
32
## Usage
14
33
15
34
```
@@ -185,25 +204,6 @@ Global Flags:
185
204
--no-color remove colors from the output
186
205
```
187
206
188
-
189
- ## Install
190
-
191
- ### Using Helm plugin manager (> 2.3.x)
192
-
193
- ``` shell
194
- helm plugin install https://github.com/databus23/helm-diff --version master
195
- ```
196
-
197
- ### Pre Helm 2.3.0 Installation
198
- Pick a release tarball from the [ releases] ( https://github.com/databus23/helm-diff/releases ) page.
199
-
200
- Unpack the tarball in your helm plugins directory (` $(helm home)/plugins ` ).
201
-
202
- E.g.
203
- ```
204
- curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv
205
- ```
206
-
207
207
## Build
208
208
209
209
Clone the repository into your ` $GOPATH ` and then build it.
You can’t perform that action at this time.
0 commit comments