Skip to content

Commit

Permalink
Update dependencies for firefly v1.0.1 (#49)
Browse files Browse the repository at this point in the history
* update dependencies for firefly v1.0.1

Signed-off-by: Cari Albritton <[email protected]>

* Update firefly tag

Signed-off-by: Cari Albritton <[email protected]>

* Update chart and app version

Signed-off-by: Cari Albritton <[email protected]>
  • Loading branch information
calbritt authored May 10, 2022
1 parent 1319d39 commit 11a401c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0"
version: "0.5.0"
appVersion: "1.0.1"
version: "0.5.1"

maintainers:
- name: hfuss
Expand Down
6 changes: 3 additions & 3 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.0
tag: v1.0.1

extraEnv: []
# - name: FIREFLY_LOG_LEVEL
Expand Down Expand Up @@ -359,7 +359,7 @@ erc1155:
image:
repository: ghcr.io/hyperledger/firefly-tokens-erc1155
pullPolicy: IfNotPresent
tag: v1.0.1
tag: v1.0.2

imagePullSecrets: []

Expand Down Expand Up @@ -433,7 +433,7 @@ erc20erc721:
image:
repository: ghcr.io/hyperledger/firefly-tokens-erc20-erc721
pullPolicy: IfNotPresent
tag: v1.0.0
tag: v1.0.1

imagePullSecrets: []

Expand Down

0 comments on commit 11a401c

Please sign in to comment.