From fbbdafe84b350145bdb98e026d8ddd9066289fda Mon Sep 17 00:00:00 2001 From: Rob Scott Date: Tue, 24 Jan 2023 20:45:26 -0800 Subject: [PATCH] Removing unnecessary "v" from krew config --- .krew.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.krew.yaml b/.krew.yaml index ffef0400..037675cb 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -15,7 +15,7 @@ spec: files: - from: "*" to: "." - {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/v{{ .TagName }}/kube-capacity_{{ .TagName }}_Darwin_x86_64.tar.gz" .TagName }} + {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .TagName }}/kube-capacity_{{ .TagName }}_Darwin_x86_64.tar.gz" .TagName }} - selector: matchLabels: os: darwin @@ -24,7 +24,7 @@ spec: files: - from: "*" to: "." - {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/v{{ .TagName }}/kube-capacity_{{ .TagName }}_Darwin_arm64.tar.gz" .TagName }} + {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .TagName }}/kube-capacity_{{ .TagName }}_Darwin_arm64.tar.gz" .TagName }} - selector: matchLabels: os: linux @@ -33,7 +33,7 @@ spec: files: - from: "*" to: "." - {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/v{{ .TagName }}/kube-capacity_{{ .TagName }}_Linux_x86_64.tar.gz" .TagName }} + {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .TagName }}/kube-capacity_{{ .TagName }}_Linux_x86_64.tar.gz" .TagName }} - selector: matchLabels: os: linux @@ -42,7 +42,7 @@ spec: files: - from: "*" to: "." - {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/v{{ .TagName }}/kube-capacity_{{ .TagName }}_Linux_arm64.tar.gz" .TagName }} + {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .TagName }}/kube-capacity_{{ .TagName }}_Linux_arm64.tar.gz" .TagName }} - selector: matchLabels: os: windows @@ -51,6 +51,6 @@ spec: files: - from: "*" to: "." - {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/v{{ .TagName }}/kube-capacity_{{ .TagName }}_Windows_x86_64.tar.gz" .TagName }} + {{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .TagName }}/kube-capacity_{{ .TagName }}_Windows_x86_64.tar.gz" .TagName }} description: | A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster.