Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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