Skip to content

Commit 8c9734c

Browse files
authored
Merge pull request #207 from replicatedhq/laverya/krew-autodeploy
goreleaser no longer includes .exe in download links
2 parents f256bdb + b6ac6e4 commit 8c9734c

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: windows
3333
arch: amd64
34-
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight.exe_windows_amd64.zip" .TagName }}
34+
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_windows_amd64.zip" .TagName }}
3535
files:
3636
- from: preflight.exe
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: windows
3333
arch: amd64
34-
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle.exe_windows_amd64.zip" .TagName }}
34+
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_windows_amd64.zip" .TagName }}
3535
files:
3636
- from: support-bundle.exe
3737
to: .

0 commit comments

Comments
 (0)