-
Notifications
You must be signed in to change notification settings - Fork 326
Expand file tree
/
Copy pathplugin.yaml
More file actions
30 lines (29 loc) · 761 Bytes
/
Copy pathplugin.yaml
File metadata and controls
30 lines (29 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: diff
# Version is the version of Helm plus the number of official builds for this
# plugin
version: "3.13.2"
usage: "Preview helm upgrade changes as a diff"
description: "Preview helm upgrade changes as a diff"
useTunnel: true
platformCommand:
- command: ${HELM_PLUGIN_DIR}/bin/diff
- os: windows
command: ${HELM_PLUGIN_DIR}\bin\diff.exe
platformHooks:
install:
- command: ${HELM_PLUGIN_DIR}/install-binary.sh
- os: windows
command: pwsh
args:
- -c
- ${HELM_PLUGIN_DIR}/install-binary.ps1
update:
- command: ${HELM_PLUGIN_DIR}/install-binary.sh
args:
- -u
- os: windows
command: pwsh
args:
- -c
- ${HELM_PLUGIN_DIR}/install-binary.ps1
- -Update