Skip to content

Commit e6ecddf

Browse files
authored
Merge pull request #48 from replicatedhq/krew
Updating krew plugin manifests
2 parents c83184d + 07fedd2 commit e6ecddf

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

deploy/krew/preflight.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: Plugin
33
metadata:
44
name: preflight
55
spec:
6-
version: "v0.9.2"
6+
version: "v0.9.3"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/preflight_0.9.2_linux_amd64-0.9.2.tar.gz
13-
sha256: "e608f5a7fd514832b71a64727e289092b3dcb340fd386fe7f1c856bf83d8b1f7"
12+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.3/preflight_0.9.3_linux_amd64-0.9.3.tar.gz
13+
sha256: "14e328cc99921a58ec45db5169b10ec7024b89d9e45dbb60bcf30bff0aa01dce"
1414
files:
1515
- from: "./preflight"
1616
to: "."
@@ -19,8 +19,8 @@ spec:
1919
matchLabels:
2020
os: darwin
2121
arch: amd64
22-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/preflight_0.9.2_darwin_amd64-0.9.2.tar.gz
23-
sha256: "37b74e451798c81b68d42bff0020847baf698fc25be261d37a3bb35ddddb08c4"
22+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.3/preflight_0.9.3_darwin_amd64-0.9.3.tar.gz
23+
sha256: "17d5feec81dd0cc1f4ba1872572d4a9ba4fa80e5a24c760e67a98b2f7d7750ec"
2424
files:
2525
- from: "./preflight"
2626
to: "."
@@ -29,8 +29,8 @@ spec:
2929
matchLabels:
3030
os: windows
3131
arch: amd64
32-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/preflight_0.9.2_windows_amd64-0.9.2.zip
33-
sha256: "fa9413cc2c71770133dcf44a397279d087c03a4ae80906c6d86a702788d9463f"
32+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.3/preflight_0.9.3_windows_amd64-0.9.3.zip
33+
sha256: "8d77d3f02c05c06f3979cc1f6c3ce7978eade2c96027a7854f19190a4604da9c"
3434
files:
3535
- from: "/preflight.exe"
3636
to: "."

deploy/krew/troubleshoot.yaml renamed to deploy/krew/support-bundle.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: Plugin
33
metadata:
44
name: support-bundle
55
spec:
6-
version: "v0.9.2"
6+
version: "v0.9.3"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/support-bundle_0.9.2_linux_amd64-0.9.2.tar.gz
13-
sha256: "7d730975ba9bf2a823a6cb068371e471b2a71078f12f541864a82847a163d4c6"
12+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.3/support-bundle_0.9.3_linux_amd64-0.9.3.tar.gz
13+
sha256: "557d22dc64723623f61a94e1faa854dbaa3bf3ccecc6f02d3d219a6c8ba878fa"
1414
files:
1515
- from: "/support-bundle"
1616
to: "."
@@ -19,8 +19,8 @@ spec:
1919
matchLabels:
2020
os: darwin
2121
arch: amd64
22-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/troubleshoot_0.9.2_darwin_amd64-0.9.2.tar.gz
23-
sha256: "f7993391270c780af51d3ce00768801e99792561850f4e07d658047384de64f0"
22+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.3/support-bundle_0.9.3_darwin_amd64-0.9.3.tar.gz
23+
sha256: "7b8d9299549bac4511eec0b21bfcfa509843a1c14f57b6f78f02acde50505773"
2424
files:
2525
- from: "/support-bundle"
2626
to: "."
@@ -29,8 +29,8 @@ spec:
2929
matchLabels:
3030
os: windows
3131
arch: amd64
32-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/troubleshoot_0.9.2_windows_amd64-0.9.2.zip
33-
sha256: "58ef1fac44a2c8dc7f6b4cd5170a36109abb5ae242707363dcc147f966fe8d1d"
32+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.3/support-bundle_0.9.3_windows_amd64-0.9.3.zip
33+
sha256: "7007c9f3946192432e647cc200c47cb43e67df6700b57ea165e57d16b4b45d5e"
3434
files:
3535
- from: "/support-bundle.exe"
3636
to: "."

0 commit comments

Comments
 (0)