Skip to content

Commit

Permalink
bump krew manifests to 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Oct 18, 2019
1 parent 075c0f6 commit 6f86887
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.8"
version: "v0.9.9"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.8/preflight_0.9.8_linux_amd64-0.9.8.tar.gz
sha256: "00c63b06462372d3d4de400ae3da41a4a891cfd0aca40d2a6fbc0987bad7cb32"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_linux_amd64-0.9.9.tar.gz
sha256: "368c667b46e3b448956249d7acf0ed69336a4bcbbbd6fae41a4cb5d9383c7be9"
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.8/preflight_0.9.8_darwin_amd64-0.9.8.tar.gz
sha256: "ca278eb652e67e218e4aa7d93cff2974784eae5b0ad06996e33b4a00288d85fd"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_darwin_amd64-0.9.9.tar.gz
sha256: "57148fbafdc657291430e00acc20c5a916d4501f557e70bfd1c68b4bcc83d677"
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.8/preflight_0.9.8_windows_amd64-0.9.8.zip
sha256: "1f1d00cedc6fc21d8f1f40aa4ed5695c7be5ec2ac5616d8023983a43eb4085fa"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_windows_amd64-0.9.9.zip
sha256: "fcf42b827240ea61fcc5b1efe5ae9b0187a73c7a3de11a6e44a95ddcbdd028e1"
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.8"
version: "v0.9.9"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.8/support-bundle_0.9.8_linux_amd64-0.9.8.tar.gz
sha256: "6bb56d70e7b4673ac2645b8aa7b06ef5b081771253a4a0f3b4505043334a416d"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_linux_amd64-0.9.9.tar.gz
sha256: "fb79d596c7d2ed459fbc128062337ddf0a8d3b47a19ad08d0df76b2fb05b88a9"
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.8/support-bundle_0.9.8_darwin_amd64-0.9.8.tar.gz
sha256: "e2708ccc2fb2f280c8fd59820b08bc9fff3b908ca4a4a765a0c599d18a1ad5bd"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_darwin_amd64-0.9.9.tar.gz
sha256: "b60da8409e677a58b17b230676bafa8cd8e2af25a57de2be2d27bc40ce35570a"
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.8/support-bundle_0.9.8_windows_amd64-0.9.8.zip
sha256: "ffabc3f881d78f780e59f26c9077c8dcda166fc0535d7c14c5855e6568a04bd3"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_windows_amd64-0.9.9.zip
sha256: "6df177f8241e65063b0b5cc285881a7db554f8df88def07b5d52cb28052024b1"
files:
- from: "/support-bundle.exe"
to: "."
Expand Down

0 comments on commit 6f86887

Please sign in to comment.