Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 7a25601

Browse files
authored
Merge pull request #100 from adrianludwin/fix-hns
Remove prefix from Krew manifest for new repo (branch)
2 parents 904c384 + 1b969da commit 7a25601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/krew-kubectl-hns.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
The user guide contains much more information.
3535
homepage: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/tree/master/docs/user-guide
3636
platforms:
37-
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/hnc-HNC_IMG_TAG/kubectl-hns.tar.gz
37+
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
3838
selector:
3939
matchLabels:
4040
os: linux
@@ -46,7 +46,7 @@ spec:
4646
- from: "bin/kubectl/LICENSE"
4747
to: "."
4848
bin: "./kubectl-hns_linux_amd64"
49-
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/hnc-HNC_IMG_TAG/kubectl-hns.tar.gz
49+
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
5050
selector:
5151
matchLabels:
5252
os: darwin
@@ -58,7 +58,7 @@ spec:
5858
- from: "bin/kubectl/LICENSE"
5959
to: "."
6060
bin: "./kubectl-hns_darwin_amd64"
61-
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/hnc-HNC_IMG_TAG/kubectl-hns.tar.gz
61+
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
6262
selector:
6363
matchLabels:
6464
os: windows

0 commit comments

Comments
 (0)