Skip to content

Commit 58b05dc

Browse files
authored
Merge pull request #31 from replicatedhq/run
Preflight plugin
2 parents 5f6fedf + f87ff25 commit 58b05dc

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

deploy/krew/preflight.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ kind: Plugin
33
metadata:
44
name: preflight
55
spec:
6-
version: "v0.1.0"
6+
version: "v0.9.0"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_linux_amd64-alpha.tar.gz
13-
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
14-
files:
15-
- from: "/kubectl-preflight"
16-
to: "."
17-
bin: "./kubectl-preflight"
12+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_linux_amd64-0.9.0.tar.gz
13+
sha256: "75f82c2b720b578cefe05afb50d2559a9f7eb2ed1860cb5c5cb30254878e161c"
14+
files:
15+
- from: "./preflight"
16+
to: "kubectl-preflight"
17+
bin: "kubectl-preflight"
1818
- selector:
1919
matchLabels:
2020
os: darwin
2121
arch: amd64
22-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_darwin_amd64-alpha.tar.gz
23-
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
24-
files:
25-
- from: "/kubectl-preflight"
26-
to: "."
27-
bin: "./kubectl-preflight"
22+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_darwin_amd64-0.9.0.tar.gz
23+
sha256: "cc8ca71f31ec40796738a745794136b08fa3c224220040c8d413c76d70bc7bc5"
24+
files:
25+
- from: "./preflight"
26+
to: "kubectl-preflight"
27+
bin: "kubectl-preflight"
2828
- selector:
2929
matchLabels:
3030
os: windows
3131
arch: amd64
32-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_windows_amd64-alpha.tar.gz
33-
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
34-
files:
35-
- from: "/kubectl-preflight.exe"
36-
to: "."
37-
bin: "./kubectl-preflight.exe"
32+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_windows_amd64-0.9.0.zip
33+
sha256: "5d96a7b9abb3699fc495b8739519e7b608c1d42f8b22b1e6581b889de7376872"
34+
files:
35+
- from: "/preflight.exe"
36+
to: "kubectl-preflight.exe"
37+
bin: "kubectl-preflight.exe"
3838
shortDescription: Executes preflight tests and application conformance verifications on a cluster before installing an application
3939
homepage: https://github.com/replicaetdhq/troubleshoot

0 commit comments

Comments
 (0)