Skip to content

Commit

Permalink
Merge pull request #31 from replicatedhq/run
Browse files Browse the repository at this point in the history
Preflight plugin
  • Loading branch information
marccampbell authored Jul 26, 2019
2 parents 5f6fedf + f87ff25 commit 58b05dc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions deploy/krew/preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@ kind: Plugin
metadata:
name: preflight
spec:
version: "v0.1.0"
version: "v0.9.0"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_linux_amd64-alpha.tar.gz
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
files:
- from: "/kubectl-preflight"
to: "."
bin: "./kubectl-preflight"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_linux_amd64-0.9.0.tar.gz
sha256: "75f82c2b720b578cefe05afb50d2559a9f7eb2ed1860cb5c5cb30254878e161c"
files:
- from: "./preflight"
to: "kubectl-preflight"
bin: "kubectl-preflight"
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_darwin_amd64-alpha.tar.gz
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
files:
- from: "/kubectl-preflight"
to: "."
bin: "./kubectl-preflight"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_darwin_amd64-0.9.0.tar.gz
sha256: "cc8ca71f31ec40796738a745794136b08fa3c224220040c8d413c76d70bc7bc5"
files:
- from: "./preflight"
to: "kubectl-preflight"
bin: "kubectl-preflight"
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_windows_amd64-alpha.tar.gz
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
files:
- from: "/kubectl-preflight.exe"
to: "."
bin: "./kubectl-preflight.exe"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_windows_amd64-0.9.0.zip
sha256: "5d96a7b9abb3699fc495b8739519e7b608c1d42f8b22b1e6581b889de7376872"
files:
- from: "/preflight.exe"
to: "kubectl-preflight.exe"
bin: "kubectl-preflight.exe"
shortDescription: Executes preflight tests and application conformance verifications on a cluster before installing an application
homepage: https://github.com/replicaetdhq/troubleshoot

0 comments on commit 58b05dc

Please sign in to comment.