Skip to content

Commit 516dada

Browse files
authored
Merge pull request #81 from SamMayWork/image-updates
update: bring all versions up to date
2 parents 0b9c01d + b3c15d3 commit 516dada

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

charts/firefly-evmconnect/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: |
55
Requires a running instance of FireFly and a persistent volume for managing its
66
transaction state.
77
type: application
8-
version: 0.7.0
9-
appVersion: "v1.3.14"
8+
version: 0.8.0
9+
appVersion: "v1.3.18"
1010

1111
maintainers:
1212
- name: onelapahead

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.14"
40+
tag: "v1.3.18"
4141

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

charts/firefly-signer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: firefly-signer
33
description: |
44
A Helm chart for deploying the FireFly Signer microservice to Kubernetes
55
type: application
6-
version: 0.7.0
7-
appVersion: "1.1.13"
6+
version: 0.8.0
7+
appVersion: "1.1.17"
88

99
maintainers:
1010
- name: EnriqueL8

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.13"
4+
tag: "v1.1.17"
55

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

charts/firefly/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ description: |
2121
By default allows the user to deploy FireFly with a single multi-party namespace, with the
2222
ability to template additional multi-party or gateway namespaces.
2323
type: application
24-
appVersion: "1.3.1"
25-
version: "0.8.0"
24+
appVersion: "1.3.2"
25+
version: "0.9.0"
2626

2727
maintainers:
2828
- name: onelapahead
@@ -37,4 +37,4 @@ dependencies:
3737
repository: "file://../firefly-evmconnect"
3838
alias: evmconnect
3939
condition: evmconnect.enabled
40-
version: "0.7.0"
40+
version: "0.8.0"

charts/firefly/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ erc1155:
413413
image:
414414
repository: ghcr.io/hyperledger/firefly-tokens-erc1155
415415
pullPolicy: IfNotPresent
416-
tag: v1.3.2
416+
tag: v1.3.3
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.2
490+
tag: v1.3.3
491491

492492
imagePullSecrets: []
493493

@@ -570,7 +570,7 @@ ethconnect:
570570
image:
571571
repository: ghcr.io/hyperledger/firefly-ethconnect
572572
pullPolicy: Always
573-
tag: v3.2.7
573+
tag: v3.3.2
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.1
631+
tag: v1.1.5
632632

633633
resources: {}
634634

0 commit comments

Comments
 (0)