mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
Update support-bundle.yaml (#1887)
This commit is contained in:
@@ -42,7 +42,7 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
os: darwin
|
os: darwin
|
||||||
arch: amd64
|
arch: amd64
|
||||||
{{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 }}
|
||||||
files:
|
files:
|
||||||
- from: support-bundle
|
- from: support-bundle
|
||||||
to: .
|
to: .
|
||||||
@@ -53,7 +53,7 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
os: darwin
|
os: darwin
|
||||||
arch: arm64
|
arch: arm64
|
||||||
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_darwin_arm64.tar.gz" .TagName }}
|
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_darwin_all.tar.gz" .TagName }}
|
||||||
files:
|
files:
|
||||||
- from: support-bundle
|
- from: support-bundle
|
||||||
to: .
|
to: .
|
||||||
|
|||||||
Reference in New Issue
Block a user