Skip to content

Commit 64119e4

Browse files
authored
Merge pull request #41 from replicatedhq/krew
updating krew plugin version
2 parents 587d6b9 + afae2ae commit 64119e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
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.1"
6+
version: "v0.9.2"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.1/preflight_0.9.1_linux_amd64-0.9.1.tar.gz
13-
sha256: "2a50b896b2bd0fdd10ae0bc63ecfe417da1de2ab81255990958fa433d123ef85"
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"
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.1/preflight_0.9.1_darwin_amd64-0.9.1.tar.gz
23-
sha256: "e8d99442c12606f062edce164c7a503aca316928b796708a08f8ae3fc8e3444d"
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"
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.1/preflight_0.9.1_windows_amd64-0.9.1.zip
33-
sha256: "ac1940826bda4025cf2e8be1627f3ba9ef0df0ee259dba388cb7a167c617dfd4"
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"
3434
files:
3535
- from: "/preflight.exe"
3636
to: "."

0 commit comments

Comments
 (0)