Skip to content

Commit 199ea5e

Browse files
authored
Update README.md (databus23#549)
1 parent 606c859 commit 199ea5e

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,15 @@ curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv
3030

3131
### From Source
3232
#### Prerequisites
33-
- GoLang `>= 1.17`
33+
- GoLang `>= 1.21`
3434

3535
Make sure you do not have a version of `helm-diff` installed. You can remove it by running `helm plugin uninstall diff`
3636

3737
#### Installation Steps
3838
The first step is to download the repository and enter the directory. You can do this via `git clone` or downloading and extracting the release. If you clone via git, remember to checkout the latest tag for the latest release.
3939

40-
Next, depending on which helm version you have, install the plugin into helm.
40+
Next, install the plugin into helm.
4141

42-
##### Helm 2
43-
```bash
44-
make install
45-
```
46-
47-
##### Helm 3
4842
```bash
4943
make install/helm3
5044
```
@@ -58,17 +52,17 @@ The Helm Diff Plugin
5852
* Shows a diff explaining what a helm upgrade would change:
5953
This fetches the currently deployed version of a release
6054
and compares it to a local chart plus values. This can be
61-
used visualize what changes a helm upgrade will perform.
55+
used to visualize what changes a helm upgrade will perform.
6256
63-
* Shows a diff explaining what had changed between two revisions:
57+
* Shows a diff explaining what had changed between the two revisions:
6458
This fetches previously deployed versions of a release
65-
and compares them. This can be used visualize what changes
59+
and compares them. This can be used to visualize what changes
6660
were made during revision change.
6761
6862
* Shows a diff explaining what a helm rollback would change:
6963
This fetches the currently deployed version of a release
70-
and compares it to the previously deployed version of the release, that you
71-
want to rollback. This can be used visualize what changes a
64+
and compares it to the previously deployed version of the release that you
65+
want to rollback. This can be used to visualize what changes a
7266
helm rollback will perform.
7367
7468
Usage:
@@ -136,7 +130,7 @@ Show a diff explaining what a helm upgrade would change.
136130
137131
This fetches the currently deployed version of a release
138132
and compares it to a chart plus values.
139-
This can be used visualize what changes a helm upgrade will
133+
This can be used to visualize what changes a helm upgrade will
140134
perform.
141135
142136
Usage:

0 commit comments

Comments
 (0)