Skip to content

Commit

Permalink
Removing extra "v" from version in Krew manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Feb 13, 2023
1 parent 0a2fb06 commit 8077645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: resource-capacity
spec:
version: v{{ .TagName }}
version: {{ .TagName }}
homepage: https://github.com/robscott/kube-capacity
shortDescription: Provides an overview of resource requests, limits, and utilization
description: |
Expand Down

0 comments on commit 8077645

Please sign in to comment.