firefly-helm-charts
firefly-helm-charts copied to clipboard
Firefly Helm Charts
v1.2.2
This PR adds a new set of charts to deploy more dependencies and a single command to start everything. Details on how to use it can be found in the...
Release pipeline is failed https://github.com/hyperledger/firefly-helm-charts/actions/runs/3914315895/jobs/7166023349 due to `Error: failed to download "bitnami/postgresql" at version "10.16.2"` Issue on the bitnami repo - https://github.com/bitnami/charts/issues/14029 This is blocking releasing latest chart and it...
## Issue The core firefly pod won't start. I'm getting the following error when I run `kubectl logs firefly006-0` ``` [2023-02-05T22:15:10.300Z] INFO default-firefly006: Project Firefly [2023-02-05T22:15:10.300Z] INFO default-firefly006: © Copyright...
Hi There! I see in the [docs](https://github.com/hyperledger/firefly-helm-charts/blob/main/charts/firefly/README.md#configuration) that Fabconnect is not yet implemented into the official helm chart for FireFly. Is there a plan to implement this option for the...
I tried running the Firefly Helm Chart (version 0.6.0) but it failed with the following error: `Error: FF10412: Bad network version: %!!(MISSING)s()` I can confirm that Firefly data exchange pods...
These days, OCI is supported by both Flux and Terraform. We should document how this works as part of 0.6.0 release.
https://kubernetes.io/docs/concepts/security/pod-security-standards We want to adhere to the `baseline` standard initially, and then eventually the `restricted` standard. Related to the upstream's https://github.com/hyperledger/firefly/issues/905 which involves updating the container images.
Add one or more `PrometheusRule` objects to `templates/core/` for defining best practice alerting and / or recording rules for FireFly to compliment the existing `ServiceMonitor`.
So with #12 we now can have an Ethconnect running alongside FireFly. This would enable us to actually test FireFly registration as well as the tokens connectors from #10 and...
We've seen in some cases folks have Postgres password with special characters in them that require URL encoding. Since we take in the URL in both FF config and the...