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