Skip to content

Commit aae4ebc

Browse files
committed
kubeshark has switched to version with "v" and
minor version in the naming staring with version v51.0.0
1 parent 3b369d9 commit aae4ebc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

distributions/distributions.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2369,7 +2369,10 @@ sources:
23692369
type: github-releases
23702370
url: https://api.github.com/repos/kubeshark/kubeshark/releases
23712371
fetch:
2372-
url: https://github.com/kubeshark/kubeshark/releases/download/{{ .VersionMajor }}.{{ .VersionPatch }}/kubeshark_{{ .OS }}_{{ .Arch }}
2372+
type: download_list
2373+
urls:
2374+
- https://github.com/kubeshark/kubeshark/releases/download/v{{ .VersionMajor }}.{{ .VersionMinor }}.{{ .VersionPatch }}/kubeshark_{{ .OS }}_{{ .Arch }}
2375+
- https://github.com/kubeshark/kubeshark/releases/download/{{ .VersionMajor }}.{{ .VersionPatch }}/kubeshark_{{ .OS }}_{{ .Arch }}
23732376
install:
23742377
type: direct
23752378
post_install_message: >

0 commit comments

Comments
 (0)