-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
26 lines (26 loc) · 775 Bytes
/
Copy pathplugin.yaml
File metadata and controls
26 lines (26 loc) · 775 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
name: "map"
version: "0.1.3"
usage: "Visualize Helm chart dependency and release resource maps"
description: |-
helm-map generates dependency graphs for charts and resource maps
for live releases. Output formats: terminal tree, DOT, SVG, JSON.
hooks:
install: "${HELM_PLUGIN_DIR}/scripts/install.sh"
update: "${HELM_PLUGIN_DIR}/scripts/install.sh"
ignoreFlags: false
platformCommand:
- os: windows
arch: amd64
command: "$HELM_PLUGIN_DIR/bin/helm-map.exe"
- os: linux
arch: amd64
command: "$HELM_PLUGIN_DIR/bin/helm-map"
- os: linux
arch: arm64
command: "$HELM_PLUGIN_DIR/bin/helm-map"
- os: darwin
arch: arm64
command: "$HELM_PLUGIN_DIR/bin/helm-map"
- os: darwin
arch: amd64
command: "$HELM_PLUGIN_DIR/bin/helm-map"