From 09dff0fe83f11b99c4c0d30a6b80196f6e5ad4c3 Mon Sep 17 00:00:00 2001 From: superbrothers-robot Date: Fri, 30 Apr 2021 09:11:46 +0000 Subject: [PATCH] Bump the version of open-svc to v0.0.0-1619773904 --- plugins/open-svc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/open-svc.yaml b/plugins/open-svc.yaml index 990d035cd5f..d6485f92b99 100644 --- a/plugins/open-svc.yaml +++ b/plugins/open-svc.yaml @@ -4,7 +4,7 @@ metadata: name: open-svc spec: platforms: - - uri: "https://github.com/superbrothers/kubectl-open-svc-plugin/releases/download/v2.1.0/kubectl-open_svc-darwin-amd64.zip" + - uri: "https://github.com/hello/kubectl-open-svc-plugin/releases/download/v2.1.0/kubectl-open_svc-darwin-amd64.zip" sha256: "10274117f7db298f6be34675e7f0f2c5b54eabfb3c2f9417f40b20a773506e1f" bin: kubectl-open_svc files: @@ -14,7 +14,7 @@ spec: matchLabels: os: darwin arch: amd64 - - uri: "https://github.com/superbrothers/kubectl-open-svc-plugin/releases/download/v2.1.0/kubectl-open_svc-linux-amd64.zip" + - uri: "https://github.com/hello/kubectl-open-svc-plugin/releases/download/v2.1.0/kubectl-open_svc-linux-amd64.zip" sha256: "d8c105826d6fd379304f19dc458ea8ff1fd6de17741681d726e17f1753f1525d" bin: kubectl-open_svc files: @@ -29,4 +29,4 @@ spec: description: | Open the Kubernetes URL(s) for the specified service in your browser through a local proxy server using kubectl proxy. - homepage: https://github.com/superbrothers/kubectl-open-svc-plugin + homepage: https://github.com/hello/kubectl-open-svc-plugin