Skip to content

Commit 34651e5

Browse files
committed
Update images and charts for v1.3.3 release
Signed-off-by: Enrique Lacal <[email protected]>
1 parent 877cea7 commit 34651e5

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

charts/firefly-evmconnect/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ type: application
1010
# - Significant changes to the structure or purpose of the chart (major version update)
1111
# - FireFly EVM Connect major release (minor version update)
1212
# - 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"
1515

1616
maintainers:
1717
- name: onelapahead

charts/firefly-evmconnect/values.yaml

+1-1
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.18"
40+
tag: "v1.3.20"
4141

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

charts/firefly-signer/values.yaml

+1-1
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.17"
4+
tag: "v1.1.20"
55

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

charts/firefly/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: |
2222
ability to template additional multi-party or gateway namespaces.
2323
type: application
2424

25-
appVersion: "1.3.2"
25+
appVersion: "1.3.3"
2626

2727
# Generally we follow this practice for updates to the chart version number:
2828
# - Significant changes to the structure or purpose of the chart (major version update)
@@ -31,7 +31,7 @@ appVersion: "1.3.2"
3131
#
3232
# For example, a release of FireFly like 1.3.1 -> 1.3.2 would correlate to a patch version
3333
# 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"
3535

3636
maintainers:
3737
- name: onelapahead
@@ -46,4 +46,4 @@ dependencies:
4646
repository: "file://../firefly-evmconnect"
4747
alias: evmconnect
4848
condition: evmconnect.enabled
49-
version: "0.8.0"
49+
version: "0.8.1"

charts/firefly/local-kind-values.yaml

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

charts/firefly/values.yaml

+5-5
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.0
331+
tag: v1.3.1
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.3
416+
tag: v1.3.4
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.3
490+
tag: v1.3.4
491491

492492
imagePullSecrets: []
493493

@@ -570,7 +570,7 @@ ethconnect:
570570
image:
571571
repository: ghcr.io/hyperledger/firefly-ethconnect
572572
pullPolicy: Always
573-
tag: v3.3.2
573+
tag: v3.3.3
574574

575575
extraEnv: []
576576
# - name: LOG_LEVEL
@@ -628,7 +628,7 @@ sandbox:
628628
image:
629629
repository: ghcr.io/hyperledger/firefly-sandbox
630630
pullPolicy: IfNotPresent
631-
tag: v1.1.5
631+
tag: v1.1.6
632632

633633
resources: {}
634634

0 commit comments

Comments
 (0)