Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix krew yaml && typo #509

Merged
merged 1 commit into from
Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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