Skip to content

Commit b18612b

Browse files
Update support-bundle.yaml (#1887)
1 parent c28aab0 commit b18612b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/krew/support-bundle.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 }}/support-bundle_darwin_amd64.tar.gz" .TagName }}
45+
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_darwin_all.tar.gz" .TagName }}
4646
files:
4747
- from: support-bundle
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 }}/support-bundle_darwin_arm64.tar.gz" .TagName }}
56+
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_darwin_all.tar.gz" .TagName }}
5757
files:
5858
- from: support-bundle
5959
to: .

0 commit comments

Comments
 (0)