From 00fa2365251435289a61ee643a348eca2d78a010 Mon Sep 17 00:00:00 2001 From: divolgin Date: Mon, 18 Nov 2019 23:57:16 +0000 Subject: [PATCH] Adding changes made in the krew-index repo --- deploy/krew/preflight.yaml | 24 +++++++++++++++--------- deploy/krew/support-bundle.yaml | 24 +++++++++++++++--------- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/deploy/krew/preflight.yaml b/deploy/krew/preflight.yaml index e14e9b7a9..fbbe17a3b 100644 --- a/deploy/krew/preflight.yaml +++ b/deploy/krew/preflight.yaml @@ -12,9 +12,11 @@ spec: uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/preflight_0.9.11_linux_amd64-0.9.11.tar.gz sha256: "54c7a692f1c2e90f0f3ee65082ec6e0eebe976414cb20a9343c06a15538e3c8b" files: - - from: "./preflight" - to: "." - bin: "preflight" + - from: preflight + to: . + - from: LICENSE + to: . + bin: preflight - selector: matchLabels: os: darwin @@ -22,9 +24,11 @@ spec: uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/preflight_0.9.11_darwin_amd64-0.9.11.tar.gz sha256: "03eeb2f40a4afa326ea139000a6befda854da80cdacc7d92e92af15552e664cb" files: - - from: "./preflight" - to: "." - bin: "preflight" + - from: preflight + to: . + - from: LICENSE + to: . + bin: preflight - selector: matchLabels: os: windows @@ -32,9 +36,11 @@ spec: uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/preflight_0.9.11_windows_amd64-0.9.11.zip sha256: "e5395b0b68d319233a69b02953e8b09331866ca574fc99cfddebf264b9000a77" files: - - from: "/preflight.exe" - to: "." - bin: "preflight.exe" + - from: preflight.exe + to: . + - from: LICENSE + to: . + bin: preflight.exe shortDescription: Executes application preflight tests in a cluster homepage: https://github.com/replicatedhq/troubleshoot caveats: | diff --git a/deploy/krew/support-bundle.yaml b/deploy/krew/support-bundle.yaml index 1116a7938..b57b1b52c 100644 --- a/deploy/krew/support-bundle.yaml +++ b/deploy/krew/support-bundle.yaml @@ -12,9 +12,11 @@ spec: uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/support-bundle_0.9.11_linux_amd64-0.9.11.tar.gz sha256: "601710ec70a9e9fb68f5395c591f80e72060a9c82eaeee969232a99a44663309" files: - - from: "/support-bundle" - to: "." - bin: "support-bundle" + - from: support-bundle + to: . + - from: LICENSE + to: . + bin: support-bundle - selector: matchLabels: os: darwin @@ -22,9 +24,11 @@ spec: uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/support-bundle_0.9.11_darwin_amd64-0.9.11.tar.gz sha256: "fe02a8f88013a55c012e7560856e7d4c36a4d13dbf17170208f870cff57ff030" files: - - from: "/support-bundle" - to: "." - bin: "support-bundle" + - from: support-bundle + to: . + - from: LICENSE + to: . + bin: support-bundle - selector: matchLabels: os: windows @@ -32,9 +36,11 @@ spec: uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/support-bundle_0.9.11_windows_amd64-0.9.11.zip sha256: "fded59fe9e46b61efbd6808f9f4124de542f2e32525e2fd992cf233578aaeaef" files: - - from: "/support-bundle.exe" - to: "." - bin: "support-bundle.exe" + - from: support-bundle.exe + to: . + - from: LICENSE + to: . + bin: support-bundle.exe shortDescription: Creates support bundles for off-cluster analysis homepage: https://github.com/replicatedhq/troubleshoot caveats: |