Skip to content

Commit 8651545

Browse files
authored
v0.5.2: Using FireFly v1.0.3 (#51)
Signed-off-by: hfuss <haydenfuss@gmail.com>
1 parent 11a401c commit 8651545

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/firefly/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ apiVersion: v2
1818
name: firefly
1919
description: A Helm chart for deploying FireFly and FireFly HTTPS Dataexchange onto Kubernetes.
2020
type: application
21-
appVersion: "1.0.1"
22-
version: "0.5.1"
21+
appVersion: "1.0.3"
22+
version: "0.5.2"
2323

2424
maintainers:
2525
- name: hfuss

charts/firefly/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ core:
158158
repository: ghcr.io/hyperledger/firefly
159159
pullPolicy: IfNotPresent
160160
# Overrides the image tag whose default is the chart appVersion.
161-
tag: v1.0.1
161+
# tag: ""
162162

163163
extraEnv: []
164164
# - name: FIREFLY_LOG_LEVEL
@@ -515,7 +515,7 @@ ethconnect:
515515
image:
516516
repository: ghcr.io/hyperledger/firefly-ethconnect
517517
pullPolicy: Always
518-
tag: v3.1.8
518+
tag: v3.2.0
519519

520520
extraEnv: []
521521
# - name: LOG_LEVEL

0 commit comments

Comments
 (0)