Skip to content

Commit

Permalink
Merge pull request #60 from replicatedhq/krew
Browse files Browse the repository at this point in the history
update krew manifests
  • Loading branch information
divolgin authored Aug 22, 2019
2 parents 1855c42 + 45d5377 commit 143f24b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions deploy/krew/preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: preflight
spec:
version: "v0.9.4"
version: "v0.9.5"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/preflight_0.9.4_linux_amd64-0.9.4.tar.gz
sha256: "80f9aa8545c4ce209ca6addbf2279418e947572c118391494093aec02775277d"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.5/preflight_0.9.5_linux_amd64-0.9.5.tar.gz
sha256: "f6e5fa04d7380961037b287599da9fcb68b0ffca11c44a5aa3ae383709e5a6ff"
files:
- from: "./preflight"
to: "."
Expand All @@ -19,8 +19,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/preflight_0.9.4_darwin_amd64-0.9.4.tar.gz
sha256: "ed119dc870822eddaae45b91780416df125f5527c9791deb5129af85d1e6bcab"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.5/preflight_0.9.5_darwin_amd64-0.9.5.tar.gz
sha256: "d96e89b2f0b9140f6d7700a3dab94cc13f11d6b39434028177f408c85a5e7105"
files:
- from: "./preflight"
to: "."
Expand All @@ -29,8 +29,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/preflight_0.9.4_windows_amd64-0.9.4.zip
sha256: "57a49d0ba03a379bf06935607a396b0533800d0df3b59f237819dae644575ffb"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.5/preflight_0.9.5_windows_amd64-0.9.5.zip
sha256: "83663da417119f3894958028151e2d3981db468ed8b003d2b624e8c17650ed62"
files:
- from: "/preflight.exe"
to: "."
Expand Down
14 changes: 7 additions & 7 deletions deploy/krew/support-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: support-bundle
spec:
version: "v0.9.4"
version: "v0.9.5"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/support-bundle_0.9.4_linux_amd64-0.9.4.tar.gz
sha256: "e20a288a69065c6ce56a0c3b4a1998ac6108840ec5f24d73899ca068f314b3a7"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.5/support-bundle_0.9.5_linux_amd64-0.9.5.tar.gz
sha256: "86b121a789b4609a4728ae123c518959c128677e33e269f0f7a3209f542b4b2c"
files:
- from: "/support-bundle"
to: "."
Expand All @@ -19,8 +19,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/support-bundle_0.9.4_darwin_amd64-0.9.4.tar.gz
sha256: "175e85f29831762443cab473623418c4aece1cf559b79fa3f3b489ce95ffa61e"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.5/support-bundle_0.9.5_darwin_amd64-0.9.5.tar.gz
sha256: "b1a7b67dffe2573a4b53514d650594735ffe9cb72870e32ce74b5e9282192c66"
files:
- from: "/support-bundle"
to: "."
Expand All @@ -29,8 +29,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/support-bundle_0.9.4_windows_amd64-0.9.4.zip
sha256: "2dc80db6dced07b9f7855930565a6236bd58fd0c6e196707f74d3707f3042d1a"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.5/support-bundle_0.9.5_windows_amd64-0.9.5.zip
sha256: "0674ef2e250d076712b82f6fb79d0ef3384399c974b56ce6db18f54e3c4fb5a0"
files:
- from: "/support-bundle.exe"
to: "."
Expand Down

0 comments on commit 143f24b

Please sign in to comment.