Update support-bundle.yaml (#1887)

This commit is contained in:
Noah Campbell
2025-10-08 12:39:31 -07:00
committed by GitHub
parent c28aab0b9b
commit b18612b97b

View File

@@ -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: .