Skip to content

Commit

Permalink
Change owner from hyperledger to hyperledger-bevel
Browse files Browse the repository at this point in the history
Signed-off-by: David VIEJO <[email protected]>
  • Loading branch information
dviejokfs committed Oct 25, 2024
1 parent e67f3ac commit e2fc85b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name: hlf-operator
release:
name_template: "Version {{.Version}}"
github:
owner: hyperledger
owner: hyperledger-bevel
name: bevel-operator-fabric
extra_files:
- glob: "*.minisig"
Expand Down
12 changes: 6 additions & 6 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: hlf
spec:
version: "{{ .TagName }}"
homepage: https://github.com/hyperledger/bevel-operator-fabric
homepage: https://github.com/hyperledger-bevel/bevel-operator-fabric
shortDescription: "Deploy and manage Hyperledger Fabric components"
description: |
The kubectl-hlf plugin wraps the HLF Operator and provides a simple
Expand All @@ -19,29 +19,29 @@ spec:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_darwin_amd64.zip" .TagName | indent 6 }}
{{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_darwin_amd64.zip" .TagName | indent 6 }}
bin: kubectl-hlf
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_darwin_arm64.zip" .TagName | indent 6 }}
{{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_darwin_arm64.zip" .TagName | indent 6 }}
bin: kubectl-hlf
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_linux_amd64.zip" .TagName | indent 6 }}
{{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_linux_amd64.zip" .TagName | indent 6 }}
bin: kubectl-hlf
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_linux_arm64.zip" .TagName | indent 6 }}
{{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_linux_arm64.zip" .TagName | indent 6 }}
bin: kubectl-hlf
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_windows_amd64.zip" .TagName | indent 6 }}
{{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_windows_amd64.zip" .TagName | indent 6 }}
bin: kubectl-hlf.exe
2 changes: 1 addition & 1 deletion website-docs/docs/operator-guide/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ The CRDs for the orderer, peer, and certificate authority have an optional param
scrapeTimeout: 10s
```
There are some dashboards available in the Github repository for Grafana available at https://github.com/hyperledger/bevel-operator-fabric/dashboards.
There are some dashboards available in the Github repository for Grafana available at https://github.com/hyperledger-bevel/bevel-operator-fabric/dashboards.
2 changes: 1 addition & 1 deletion website-docs/docs/operator-guide/upgrade-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ helm upgrade hlf-operator --values=values.yaml --version=$NEW_VERSION kfs/hlf-op
```


After upgrading the operator, make sure it starts and there are no errors, in case there are and you don't know how to fix it, please, open an [issue in Github](https://github.com/hyperledger/bevel-operator-fabric/issues/new)
After upgrading the operator, make sure it starts and there are no errors, in case there are and you don't know how to fix it, please, open an [issue in Github](https://github.com/hyperledger-bevel/bevel-operator-fabric/issues/new)
2 changes: 1 addition & 1 deletion website-docs/docs/user-guide/install-chaincode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The parameters are:
- `--user`: The user to use to install the chaincode, this user must be defined in the network config file.
- `--peer`: The peer to install the chaincode on.

If you don't have any chaincode packages, you can download them from [the bevel-operator-fabric github repository](https://github.com/hyperledger/bevel-operator-fabric/tree/main/fixtures/chaincodes/fabcar).
If you don't have any chaincode packages, you can download them from [the bevel-operator-fabric github repository](https://github.com/hyperledger-bevel/bevel-operator-fabric/tree/main/fixtures/chaincodes/fabcar).

If no user is found in the networkConfig.yaml, the following error will be thrown:

Expand Down
10 changes: 5 additions & 5 deletions website-docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const config: Config = {
position: "left",
},
{
href: "https://github.com/hyperledger/bevel-operator-fabric",
href: "https://github.com/hyperledger-bevel/bevel-operator-fabric",
label: "GitHub",
position: "right",
},
Expand Down Expand Up @@ -95,7 +95,7 @@ const config: Config = {
},
{
label: "Github Issues",
href: "https://github.com/hyperledger/bevel-operator-fabric/issues",
href: "https://github.com/hyperledger-bevel/bevel-operator-fabric/issues",
},
],
},
Expand All @@ -104,7 +104,7 @@ const config: Config = {
items: [
{
label: "GitHub",
href: "https://github.com/hyperledger/bevel-operator-fabric",
href: "https://github.com/hyperledger-bevel/bevel-operator-fabric",
},
],
},
Expand All @@ -123,13 +123,13 @@ const config: Config = {
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
editUrl:
"https://github.com/hyperledger/bevel-operator-fabric/edit/master/website/",
"https://github.com/hyperledger-bevel/bevel-operator-fabric/edit/master/website/",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
"https://github.com/hyperledger/bevel-operator-fabric/edit/master/website/blog/",
"https://github.com/hyperledger-bevel/bevel-operator-fabric/edit/master/website/blog/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down

0 comments on commit e2fc85b

Please sign in to comment.