File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description: |
5
5
Requires a running instance of FireFly and a persistent volume for managing its
6
6
transaction state.
7
7
type : application
8
- version : 0.7 .0
9
- appVersion : " v1.3.14 "
8
+ version : 0.8 .0
9
+ appVersion : " v1.3.18 "
10
10
11
11
maintainers :
12
12
- name : onelapahead
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ persistentVolume:
37
37
image :
38
38
repository : ghcr.io/hyperledger/firefly-evmconnect
39
39
pullPolicy : IfNotPresent
40
- tag : " v1.3.14 "
40
+ tag : " v1.3.18 "
41
41
42
42
# see https://github.com/hyperledger/firefly-evmconnect/blob/main/config.md for more info
43
43
config :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: firefly-signer
3
3
description : |
4
4
A Helm chart for deploying the FireFly Signer microservice to Kubernetes
5
5
type : application
6
- version : 0.7 .0
7
- appVersion : " 1.1.13 "
6
+ version : 0.8 .0
7
+ appVersion : " 1.1.17 "
8
8
9
9
maintainers :
10
10
- name : EnriqueL8
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : ghcr.io/hyperledger/firefly-signer
3
3
pullPolicy : IfNotPresent
4
- tag : " v1.1.13 "
4
+ tag : " v1.1.17 "
5
5
6
6
backend :
7
7
url : http://besu-node-validator-1.default.svc.cluster.local:8545
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ description: |
21
21
By default allows the user to deploy FireFly with a single multi-party namespace, with the
22
22
ability to template additional multi-party or gateway namespaces.
23
23
type : application
24
- appVersion : " 1.3.1 "
25
- version : " 0.8 .0"
24
+ appVersion : " 1.3.2 "
25
+ version : " 0.9 .0"
26
26
27
27
maintainers :
28
28
- name : onelapahead
@@ -37,4 +37,4 @@ dependencies:
37
37
repository : " file://../firefly-evmconnect"
38
38
alias : evmconnect
39
39
condition : evmconnect.enabled
40
- version : " 0.7 .0"
40
+ version : " 0.8 .0"
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ erc1155:
413
413
image :
414
414
repository : ghcr.io/hyperledger/firefly-tokens-erc1155
415
415
pullPolicy : IfNotPresent
416
- tag : v1.3.2
416
+ tag : v1.3.3
417
417
418
418
imagePullSecrets : []
419
419
@@ -487,7 +487,7 @@ erc20erc721:
487
487
image :
488
488
repository : ghcr.io/hyperledger/firefly-tokens-erc20-erc721
489
489
pullPolicy : IfNotPresent
490
- tag : v1.3.2
490
+ tag : v1.3.3
491
491
492
492
imagePullSecrets : []
493
493
@@ -570,7 +570,7 @@ ethconnect:
570
570
image :
571
571
repository : ghcr.io/hyperledger/firefly-ethconnect
572
572
pullPolicy : Always
573
- tag : v3.2.7
573
+ tag : v3.3.2
574
574
575
575
extraEnv : []
576
576
# - name: LOG_LEVEL
@@ -628,7 +628,7 @@ sandbox:
628
628
image :
629
629
repository : ghcr.io/hyperledger/firefly-sandbox
630
630
pullPolicy : IfNotPresent
631
- tag : v1.1.1
631
+ tag : v1.1.5
632
632
633
633
resources : {}
634
634
You can’t perform that action at this time.
0 commit comments