Skip to content

Commit ff48706

Browse files
authored
fix: Correct arm release file names in krew config (#1101)
1 parent 0d5f969 commit ff48706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/krew/preflight.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
matchLabels:
3232
os: linux
3333
arch: arm
34-
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_linux_arm_6.tar.gz" .TagName }}
34+
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_linux_arm.tar.gz" .TagName }}
3535
files:
3636
- from: preflight
3737
to: .

deploy/krew/support-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
matchLabels:
3232
os: linux
3333
arch: arm
34-
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_linux_arm_6.tar.gz" .TagName }}
34+
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_linux_arm.tar.gz" .TagName }}
3535
files:
3636
- from: support-bundle
3737
to: .

0 commit comments

Comments
 (0)