Skip to content

Commit b7e1207

Browse files
authored
Merge pull request #86 from hyperledger/release_1.4.0
Update image for 1.4.0 release
2 parents c3261be + e6099b3 commit b7e1207

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

charts/firefly-evmconnect/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ persistentVolume:
3737
image:
3838
repository: ghcr.io/hyperledger/firefly-evmconnect
3939
pullPolicy: IfNotPresent
40-
tag: "v1.3.20"
40+
tag: "v1.4.0"
4141

4242
# see https://github.com/hyperledger/firefly-evmconnect/blob/main/config.md for more info
4343
config:

charts/firefly-signer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: ghcr.io/hyperledger/firefly-signer
33
pullPolicy: IfNotPresent
4-
tag: "v1.1.20"
4+
tag: "v1.1.22"
55

66
backend:
77
url: http://besu-node-validator-1.default.svc.cluster.local:8545

charts/firefly/local-kind-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ signer:
3737
evmconnect:
3838
enabled: true
3939
image:
40-
tag: v1.3.20
40+
tag: v1.4.0
4141
config:
4242
jsonRpcUrl: "http://firefly-signer:8545"
4343
policyEngine: |

charts/firefly/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ dataexchange:
328328
image:
329329
repository: ghcr.io/hyperledger/firefly-dataexchange-https
330330
pullPolicy: IfNotPresent
331-
tag: v1.3.1
331+
tag: v1.3.2
332332

333333
imagePullSecrets: []
334334
nameOverride: ""
@@ -413,7 +413,7 @@ erc1155:
413413
image:
414414
repository: ghcr.io/hyperledger/firefly-tokens-erc1155
415415
pullPolicy: IfNotPresent
416-
tag: v1.3.4
416+
tag: v1.3.6
417417

418418
imagePullSecrets: []
419419

@@ -487,7 +487,7 @@ erc20erc721:
487487
image:
488488
repository: ghcr.io/hyperledger/firefly-tokens-erc20-erc721
489489
pullPolicy: IfNotPresent
490-
tag: v1.3.4
490+
tag: v1.3.6
491491

492492
imagePullSecrets: []
493493

@@ -628,7 +628,7 @@ sandbox:
628628
image:
629629
repository: ghcr.io/hyperledger/firefly-sandbox
630630
pullPolicy: IfNotPresent
631-
tag: v1.1.6
631+
tag: v1.1.7
632632

633633
resources: {}
634634

0 commit comments

Comments
 (0)