There was an error while loading. Please reload this page.
1 parent 30a540e commit f680305Copy full SHA for f680305
1 file changed
deploy/krew/preflight.yaml
@@ -42,7 +42,7 @@ spec:
42
matchLabels:
43
os: darwin
44
arch: amd64
45
- {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_amd64.tar.gz" .TagName }}
+ {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_all.tar.gz" .TagName }}
46
files:
47
- from: preflight
48
to: .
@@ -53,7 +53,7 @@ spec:
53
54
55
arch: arm64
56
- {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_arm64.tar.gz" .TagName }}
57
58
59
0 commit comments