Skip to content

Commit a8580eb

Browse files
authored
docs: display helm-diff install syntax for helm 3 or 4 (#3135)
This PR shows installation of helm-diff plugin depending on which version of helm being used. If version 4 then --verify=false and if version 3 no need for switch. ## Related issues None ## Type of Change <!-- Check one that best describes this PR --> - [ ] **Add** - New feature or capability - [ ] **Change** - Changes in existing functionality - [ X] **Fix** - Bug fixes - [ ] **Remove** - Removed features or deprecated functionality - [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.) ## Breaking Changes <!-- If checked, describe the breaking changes and migration steps --> <!-- Breaking changes are not generally permitted, please discuss on a GitHub discussion or with the development team if you believe you need to break a backward compatibility guarantee --> - [ ] **This PR contains breaking changes** ## Testing <!-- How was this tested? Check all that apply --> - [ ] Unit tests added/updated - [ ] Integration tests added/updated - [ ] Manual testing performed - [ X] No testing required (docs, internal refactor, etc.) ## Additional Notes <!-- Any additional context, deployment notes, or reviewer guidance --> Signed-off-by: Benjamin Schmaus <bschmaus@nvidia.com>
1 parent fc63f8e commit a8580eb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/getting-started/quick-start.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ The following tools must be installed on the machine that you will use to run `s
6767
The `helmfile` tool requires the `helm-diff` plugin. Install it as follows:
6868

6969
```bash
70+
# Helm v4
71+
helm plugin install https://github.com/databus23/helm-diff --verify=false
72+
73+
# Helm v3
7074
helm plugin install https://github.com/databus23/helm-diff
7175
```
7276

0 commit comments

Comments
 (0)