From f87ff256f9f9ffe2367972a4c7d7453810e4de38 Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Fri, 26 Jul 2019 23:02:34 +0000 Subject: [PATCH] Preflight plugin --- deploy/krew/preflight.yaml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/deploy/krew/preflight.yaml b/deploy/krew/preflight.yaml index 0a75cf652..7d3a43b3d 100644 --- a/deploy/krew/preflight.yaml +++ b/deploy/krew/preflight.yaml @@ -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