You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you do not have a version of `helm-diff` installed. You can remove it by running `helm plugin uninstall diff`
36
36
37
37
#### Installation Steps
38
38
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.
39
39
40
-
Next, depending on which helm version you have, install the plugin into helm.
40
+
Next, install the plugin into helm.
41
41
42
-
##### Helm 2
43
-
```bash
44
-
make install
45
-
```
46
-
47
-
##### Helm 3
48
42
```bash
49
43
make install/helm3
50
44
```
@@ -58,17 +52,17 @@ The Helm Diff Plugin
58
52
* Shows a diff explaining what a helm upgrade would change:
59
53
This fetches the currently deployed version of a release
60
54
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.
62
56
63
-
* Shows a diff explaining what had changed between two revisions:
57
+
* Shows a diff explaining what had changed between the two revisions:
64
58
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
66
60
were made during revision change.
67
61
68
62
* Shows a diff explaining what a helm rollback would change:
69
63
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
72
66
helm rollback will perform.
73
67
74
68
Usage:
@@ -136,7 +130,7 @@ Show a diff explaining what a helm upgrade would change.
136
130
137
131
This fetches the currently deployed version of a release
138
132
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
0 commit comments