Skip to content

Commit

Permalink
update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Aug 21, 2022
1 parent 66c3805 commit f378a31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ spec:
arch: amd64
{{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/kubectl-evict-pod_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
bin: kubectl-evict-pod
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/kubectl-evict-pod_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
bin: kubectl-evict-pod
- selector:
matchLabels:
os: linux
Expand Down

0 comments on commit f378a31

Please sign in to comment.