Skip to content

Commit 09cfefd

Browse files
onelapaheadawrichar
authored andcommitted
Latest releases; other comments / notes
Signed-off-by: hfuss <haydenfuss@gmail.com>
1 parent 0a49a27 commit 09cfefd

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

deploy/charts/firefly/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
apiVersion: v2
22
name: firefly
3-
description: A Helm chart for Kubernetes
3+
description: A Helm chart for deploying FireFly and FireFly HTTPS Dataexchange onto Kubernetes.
44
type: application
5-
appVersion: "0.11.0"
5+
appVersion: "0.11.1"
66
version: "0.1.0"
77

88
maintainers:
99
- name: hfuss
1010
email: hayden.fuss@kaleido.io
1111
- name: drewmarshburn
1212
email: drew.marshburn@kaleido.io
13+
- name: peterbroadhurst
14+
email: peter.broadhurst@kaleido.io

deploy/charts/firefly/values.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ dataexchange:
190190
repository: ghcr.io/hyperledger/firefly-dataexchange-https
191191
pullPolicy: Always
192192
# Overrides the image tag whose default is the chart appVersion.
193-
tag: v0.9.1
193+
tag: v0.9.2
194194

195195
imagePullSecrets: []
196196
nameOverride: ""
@@ -215,13 +215,14 @@ dataexchange:
215215
p2pPort: 5001
216216

217217
# The Ingress templated will only expose the HTTPS DataExchange P2P endpoint, as its API will only need to be accessible to FireFly
218-
# NOTE: tls is not templatable for the Ingress since it is provided as part of the mTLS certificate above.
218+
# NOTE: TLS is not templatable for the Ingress since it is provided as part of the mTLS certificate above. TLS passthrough
219+
# must be enabled for the Ingress in order for mTLS to work, make sure to set the appropriate annotation for your
220+
# respective Ingress controller. See below for an example of the passthrough annotation for ingress-nginx.
219221
ingress:
220222
enabled: false
221223
className: ""
222224
annotations: {}
223-
# kubernetes.io/ingress.class: nginx
224-
# kubernetes.io/tls-acme: "true"
225+
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
225226
hosts:
226227
- host: chart-example.local
227228

0 commit comments

Comments
 (0)