Skip to content

Commit

Permalink
Fix incorrect release URLs in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <[email protected]>
  • Loading branch information
ihcsim committed May 2, 2022
1 parent 6bdd6ee commit 7e48e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/promdump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ spec:
os: darwin
arch: amd64
bin: kubectl-promdump
{{ addURIAndSha "https://github.com/ihsim/promdump/releases/download/{{ .TagName }}/kubectl-promdump-darwin-amd64-{{ .TagName }}.tar.gz" .TagName }}
{{ addURIAndSha "https://github.com/ihcsim/promdump/releases/download/{{ .TagName }}/kubectl-promdump-darwin-amd64-{{ .TagName }}.tar.gz" .TagName }}
- selector:
matchLabels:
os: darwin
arch: arm64
bin: kubectl-promdump
{{ addURIAndSha "https://github.com/ihsim/promdump/releases/download/{{ .TagName }}/kubectl-promdump-darwin-arm64-{{ .TagName }}.tar.gz" .TagName }}
{{ addURIAndSha "https://github.com/ihcsim/promdump/releases/download/{{ .TagName }}/kubectl-promdump-darwin-arm64-{{ .TagName }}.tar.gz" .TagName }}
- selector:
matchLabels:
os: linux
Expand Down

0 comments on commit 7e48e3b

Please sign in to comment.