Skip to content

Commit f680305

Browse files
committed
Update preflight.yaml
1 parent 30a540e commit f680305

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/krew/preflight.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
matchLabels:
4343
os: darwin
4444
arch: amd64
45-
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_amd64.tar.gz" .TagName }}
45+
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_all.tar.gz" .TagName }}
4646
files:
4747
- from: preflight
4848
to: .
@@ -53,7 +53,7 @@ spec:
5353
matchLabels:
5454
os: darwin
5555
arch: arm64
56-
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_arm64.tar.gz" .TagName }}
56+
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_all.tar.gz" .TagName }}
5757
files:
5858
- from: preflight
5959
to: .

0 commit comments

Comments
 (0)