From f38bf98d04311735490b6443f7b71e93237f0651 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Tue, 14 Jan 2020 17:05:26 +0530 Subject: [PATCH] fix url --- .krew.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.krew.yaml b/.krew.yaml index 1bfd727..3f12c91 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -10,13 +10,13 @@ spec: matchLabels: os: darwin arch: amd64 - {{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/darwin-amd64-{{ .TagName }}.tar.gz" .TagName }} + {{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: linux arch: amd64 - {{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/linux-amd64-{{ .TagName }}.tar.gz" .TagName }} + {{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/kubectl-evict-pod_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }} bin: kubectl-evict-pod shortDescription: Evicts the given pod description: |