File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : firefly
3- description : A Helm chart for Kubernetes
3+ description : A Helm chart for deploying FireFly and FireFly HTTPS Dataexchange onto Kubernetes.
44type : application
5- appVersion : " 0.11.0 "
5+ appVersion : " 0.11.1 "
66version : " 0.1.0"
77
88maintainers :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments