We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b369d9 commit aae4ebcCopy full SHA for aae4ebc
distributions/distributions.yaml
@@ -2369,7 +2369,10 @@ sources:
2369
type: github-releases
2370
url: https://api.github.com/repos/kubeshark/kubeshark/releases
2371
fetch:
2372
- url: https://github.com/kubeshark/kubeshark/releases/download/{{ .VersionMajor }}.{{ .VersionPatch }}/kubeshark_{{ .OS }}_{{ .Arch }}
+ 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 }}
2376
install:
2377
type: direct
2378
post_install_message: >
0 commit comments