Skip to content

Commit

Permalink
v0.5.2: Using FireFly v1.0.3 (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: hfuss <[email protected]>
  • Loading branch information
onelapahead authored Jul 15, 2022
1 parent 11a401c commit 8651545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/firefly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ apiVersion: v2
name: firefly
description: A Helm chart for deploying FireFly and FireFly HTTPS Dataexchange onto Kubernetes.
type: application
appVersion: "1.0.1"
version: "0.5.1"
appVersion: "1.0.3"
version: "0.5.2"

maintainers:
- name: hfuss
Expand Down
4 changes: 2 additions & 2 deletions charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ core:
repository: ghcr.io/hyperledger/firefly
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v1.0.1
# tag: ""

extraEnv: []
# - name: FIREFLY_LOG_LEVEL
Expand Down Expand Up @@ -515,7 +515,7 @@ ethconnect:
image:
repository: ghcr.io/hyperledger/firefly-ethconnect
pullPolicy: Always
tag: v3.1.8
tag: v3.2.0

extraEnv: []
# - name: LOG_LEVEL
Expand Down

0 comments on commit 8651545

Please sign in to comment.