From 658aaf0ea716266d7316f5e42807889301ea5e5f Mon Sep 17 00:00:00 2001 From: Peter Broadhurst Date: Mon, 25 Oct 2021 22:56:18 -0400 Subject: [PATCH] Fix image repos Signed-off-by: Peter Broadhurst --- deploy/charts/firefly/README.md | 4 ++-- deploy/charts/firefly/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/charts/firefly/README.md b/deploy/charts/firefly/README.md index 5c8d16663b..dfee82c98d 100644 --- a/deploy/charts/firefly/README.md +++ b/deploy/charts/firefly/README.md @@ -1,7 +1,7 @@ # FireFly -A bare-bones Helm chart for installing a [FireFly](https://github.com/hyperledger-labs/firefly) node with robust templating of its configuration -for development and production scenarios. Additionally, includes FireFly's [default DataExchange](https://github.com/hyperledger-labs/firefly-dataexchange-https) component +A bare-bones Helm chart for installing a [FireFly](https://github.com/hyperledger/firefly) node with robust templating of its configuration +for development and production scenarios. Additionally, includes FireFly's [default DataExchange](https://github.com/hyperledger/firefly-dataexchange-https) component for simple, private messaging using HTTPS backed with mTLS. ## Prerequisites diff --git a/deploy/charts/firefly/values.yaml b/deploy/charts/firefly/values.yaml index 1ba08214ef..0bfd6b214b 100644 --- a/deploy/charts/firefly/values.yaml +++ b/deploy/charts/firefly/values.yaml @@ -89,7 +89,7 @@ config: # Configures the properties of the StatefulSet, Service, and optionally Ingress used to deploy and expose FireFly core: image: - repository: ghcr.io/hyperledger-labs/firefly + repository: ghcr.io/hyperledger/firefly pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: latest @@ -180,7 +180,7 @@ dataexchange: # value: DEBUG image: - repository: ghcr.io/hyperledger-labs/firefly-dataexchange-https + repository: ghcr.io/hyperledger/firefly-dataexchange-https pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: latest