Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/charts/firefly/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down