Skip to content

Commit

Permalink
Tweaks to krew manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Jan 25, 2023
1 parent bb92a30 commit 0a2fb06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ spec:
version: v{{ .TagName }}
homepage: https://github.com/robscott/kube-capacity
shortDescription: Provides an overview of resource requests, limits, and utilization
description: |
A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster.
platforms:
- selector:
matchLabels:
Expand All @@ -15,7 +17,7 @@ spec:
files:
- from: "*"
to: "."
{{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .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
Expand All @@ -24,7 +26,7 @@ spec:
files:
- from: "*"
to: "."
{{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .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
Expand All @@ -33,7 +35,7 @@ spec:
files:
- from: "*"
to: "."
{{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .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
Expand All @@ -42,7 +44,7 @@ spec:
files:
- from: "*"
to: "."
{{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .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
Expand All @@ -51,6 +53,4 @@ spec:
files:
- from: "*"
to: "."
{{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.
{{addURIAndSha "https://github.com/robscott/kube-capacity/releases/download/{{ .TagName }}/kube-capacity_{{ .TagName }}_windows_x86_64.zip" .TagName }}

0 comments on commit 0a2fb06

Please sign in to comment.