Skip to content

Commit

Permalink
kubeshark has switched to version with "v" and
Browse files Browse the repository at this point in the history
minor version in the naming staring with version v51.0.0

This change will break installing versions before v51.0.0
  • Loading branch information
xx4h committed Mar 23, 2024
1 parent 3b369d9 commit 4b1735d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,10 @@ sources:
type: github-releases
url: https://api.github.com/repos/kubeshark/kubeshark/releases
fetch:
url: https://github.com/kubeshark/kubeshark/releases/download/{{ .VersionMajor }}.{{ .VersionPatch }}/kubeshark_{{ .OS }}_{{ .Arch }}
type: download_list
url:
- https://github.com/kubeshark/kubeshark/releases/download/v{{ .VersionMajor }}.{{ .VersionMinor }}.{{ .VersionPatch }}/kubeshark_{{ .OS }}_{{ .Arch }}
- https://github.com/kubeshark/kubeshark/releases/download/{{ .VersionMajor }}.{{ .VersionPatch }}/kubeshark_{{ .OS }}_{{ .Arch }}
install:
type: direct
post_install_message: >
Expand Down

0 comments on commit 4b1735d

Please sign in to comment.