Skip to content

Commit

Permalink
Fix krew yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw99 committed Aug 29, 2022
1 parent 7005ea5 commit a715f96
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ metadata:
spec:
version: {{ .TagName }}
homepage: https://github.com/sunny0826/kubecm
shortDescription: "Easier management of kubeconfig."
shortDescription: "Interactive CRUD operations to manage kubeconfig"
description: |
This plugin provide easier management of kubeconfig.
We can 'list', 'switch', 'add' and 'delete' kubeconfig ctx more efficiently.
List, switch, add, delete and more interactive operations to manage kubeconfig.
It also supports kubeconfig management from cloud.
platforms:
- selector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ clean:
rm -rf $(GORELEASER_DIST)

tag:
git tag -a $(TAG) -m "$(TAG) relsase"
git tag -a $(TAG) -m "$(TAG) release"

push_tag:
git push origin $(KUBECM_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ brew install kubecm

Source binary:

[Download the library](https://github.com/sunny0826/kubecm/releases)
[Download the binary](https://github.com/sunny0826/kubecm/releases)

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ brew install kubecm

Source Binary:

[Download the library](https://github.com/sunny0826/kubecm/releases)
[Download the binary](https://github.com/sunny0826/kubecm/releases)

## Thanks

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ brew install kubecm

下载可执行文件:

[Download the library](https://github.com/sunny0826/kubecm/releases)
[Download the binary](https://github.com/sunny0826/kubecm/releases)

## 鸣谢

Expand Down

0 comments on commit a715f96

Please sign in to comment.