File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ type: application
10
10
# - Significant changes to the structure or purpose of the chart (major version update)
11
11
# - FireFly EVM Connect major release (minor version update)
12
12
# - Smaller release and updates (patch version updates)
13
- version : 0.8.0
14
- appVersion : " v1.3.18 "
13
+ version : 0.8.1
14
+ appVersion : " v1.3.20 "
15
15
16
16
maintainers :
17
17
- 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.18 "
40
+ tag : " v1.3.20 "
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 1
1
image :
2
2
repository : ghcr.io/hyperledger/firefly-signer
3
3
pullPolicy : IfNotPresent
4
- tag : " v1.1.17 "
4
+ tag : " v1.1.20 "
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 @@ -22,7 +22,7 @@ description: |
22
22
ability to template additional multi-party or gateway namespaces.
23
23
type : application
24
24
25
- appVersion : " 1.3.2 "
25
+ appVersion : " 1.3.3 "
26
26
27
27
# Generally we follow this practice for updates to the chart version number:
28
28
# - Significant changes to the structure or purpose of the chart (major version update)
@@ -31,7 +31,7 @@ appVersion: "1.3.2"
31
31
#
32
32
# For example, a release of FireFly like 1.3.1 -> 1.3.2 would correlate to a patch version
33
33
# update, whereas a change like 1.2.2 -> 1.3.0 would be a minor version update.
34
- version : " 0.9.0 "
34
+ version : " 0.9.1 "
35
35
36
36
maintainers :
37
37
- name : onelapahead
@@ -46,4 +46,4 @@ dependencies:
46
46
repository : " file://../firefly-evmconnect"
47
47
alias : evmconnect
48
48
condition : evmconnect.enabled
49
- version : " 0.8.0 "
49
+ version : " 0.8.1 "
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ signer:
37
37
evmconnect :
38
38
enabled : true
39
39
image :
40
- tag : v1.3.14
40
+ tag : v1.3.20
41
41
config :
42
42
jsonRpcUrl : " http://firefly-signer:8545"
43
43
policyEngine : |
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ dataexchange:
328
328
image :
329
329
repository : ghcr.io/hyperledger/firefly-dataexchange-https
330
330
pullPolicy : IfNotPresent
331
- tag : v1.3.0
331
+ tag : v1.3.1
332
332
333
333
imagePullSecrets : []
334
334
nameOverride : " "
@@ -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.3
416
+ tag : v1.3.4
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.3
490
+ tag : v1.3.4
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.3.2
573
+ tag : v3.3.3
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.5
631
+ tag : v1.1.6
632
632
633
633
resources : {}
634
634
You can’t perform that action at this time.
0 commit comments