Skip to content

Commit 119fefc

Browse files
committed
Fix krew plugin.yaml
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 5467516 commit 119fefc

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

hack/krew/plugin.yaml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -9,53 +9,53 @@ spec:
99
description: |
1010
This plugin provides a list of commands to interact with Stash custom resources.
1111
platforms:
12-
- selector:
13-
matchLabels:
14-
os: darwin
15-
arch: amd64
16-
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-darwin-amd64.tar.gz
17-
sha256: {SHA256SUM_DARWIN_AMD64}
18-
files:
19-
- from: "*"
20-
to: "."
21-
bin: kubectl-stash
22-
- selector:
23-
matchLabels:
24-
os: linux
25-
arch: amd64
26-
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-linux-amd64.tar.gz
27-
sha256: {SHA256SUM_LINUX_AMD64}
28-
files:
29-
- from: "*"
30-
to: "."
31-
bin: kubectl-stash
32-
- selector:
33-
matchLabels:
34-
os: linux
35-
arch: arm
36-
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-linux-arm.tar.gz
37-
sha256: {SHA256SUM_LINUX_ARM}
38-
files:
39-
- from: "*"
40-
to: "."
41-
bin: kubectl-stash
42-
- selector:
43-
matchLabels:
44-
os: linux
45-
arch: arm64
46-
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-linux-arm64.tar.gz
47-
sha256: {SHA256SUM_LINUX_ARM64}
48-
files:
49-
- from: "*"
50-
to: "."
51-
bin: kubectl-stash
52-
- selector:
53-
matchLabels:
54-
os: windows
55-
arch: amd64
56-
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-windows-amd64.zip
57-
sha256: {SHA256SUM_WINDOWS_AMD64}
58-
files:
59-
- from: "*"
60-
to: "."
61-
bin: kubectl-stash.exe
12+
- selector:
13+
matchLabels:
14+
os: darwin
15+
arch: amd64
16+
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-darwin-amd64.tar.gz
17+
sha256: {SHA256SUM_DARWIN_AMD64}
18+
files:
19+
- from: "*"
20+
to: "."
21+
bin: kubectl-stash-darwin-amd64
22+
- selector:
23+
matchLabels:
24+
os: linux
25+
arch: amd64
26+
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-linux-amd64.tar.gz
27+
sha256: {SHA256SUM_LINUX_AMD64}
28+
files:
29+
- from: "*"
30+
to: "."
31+
bin: kubectl-stash-linux-amd64
32+
- selector:
33+
matchLabels:
34+
os: linux
35+
arch: arm
36+
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-linux-arm.tar.gz
37+
sha256: {SHA256SUM_LINUX_ARM}
38+
files:
39+
- from: "*"
40+
to: "."
41+
bin: kubectl-stash-linux-arm
42+
- selector:
43+
matchLabels:
44+
os: linux
45+
arch: arm64
46+
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-linux-arm64.tar.gz
47+
sha256: {SHA256SUM_LINUX_ARM64}
48+
files:
49+
- from: "*"
50+
to: "."
51+
bin: kubectl-stash-linux-arm64
52+
- selector:
53+
matchLabels:
54+
os: windows
55+
arch: amd64
56+
uri: https://github.com/stashed/cli/releases/download/{VERSION}/kubectl-stash-windows-amd64.zip
57+
sha256: {SHA256SUM_WINDOWS_AMD64}
58+
files:
59+
- from: "*"
60+
to: "."
61+
bin: kubectl-stash-windows-amd64.exe

0 commit comments

Comments
 (0)