Skip to content

Commit

Permalink
Refer to Krew's new homepage in its manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius Weig committed May 31, 2020
1 parent 2810425 commit 397d34c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmd/generate-plugin-overview/generate-plugin-overview.go
Expand Up @@ -119,6 +119,7 @@ func findRepo(homePage string) string {
}

knownHomePages := map[string]string{
`https://krew.sigs.k8s.io/`: "kubernetes-sigs/krew",
`https://sigs.k8s.io/krew`: "kubernetes-sigs/krew",
`https://kubernetes.github.io/ingress-nginx/kubectl-plugin/`: "kubernetes/ingress-nginx",
`https://kudo.dev/`: "kudobuilder/kudo",
Expand Down
5 changes: 3 additions & 2 deletions hack/krew.yaml
Expand Up @@ -4,7 +4,7 @@ metadata:
name: krew
spec:
version: "KREW_TAG"
homepage: https://sigs.k8s.io/krew
homepage: https://krew.sigs.k8s.io/
shortDescription: Package manager for kubectl plugins.
caveats: |
krew is now installed! To start using kubectl plugins, you need to add
Expand All @@ -22,7 +22,8 @@ spec:
For a full list of available plugins, run:
$ kubectl krew search
You can find documentation at https://sigs.k8s.io/krew.
You can find documentation at
https://krew.sigs.k8s.io/docs/user-guide/quickstart/.
platforms:
- uri: https://github.com/kubernetes-sigs/krew/releases/download/KREW_TAG/krew.tar.gz
Expand Down

0 comments on commit 397d34c

Please sign in to comment.