From b3c15d30810b78a4693f9eea46891705f94acc2b Mon Sep 17 00:00:00 2001 From: SamMayWork Date: Thu, 3 Oct 2024 16:27:37 +0100 Subject: [PATCH] update: bring all versions up to date Signed-off-by: SamMayWork --- charts/firefly-evmconnect/Chart.yaml | 4 ++-- charts/firefly-evmconnect/values.yaml | 2 +- charts/firefly-signer/Chart.yaml | 4 ++-- charts/firefly-signer/values.yaml | 2 +- charts/firefly/Chart.yaml | 6 +++--- charts/firefly/values.yaml | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/firefly-evmconnect/Chart.yaml b/charts/firefly-evmconnect/Chart.yaml index 1a4c084..9987bb1 100644 --- a/charts/firefly-evmconnect/Chart.yaml +++ b/charts/firefly-evmconnect/Chart.yaml @@ -5,8 +5,8 @@ description: | Requires a running instance of FireFly and a persistent volume for managing its transaction state. type: application -version: 0.7.0 -appVersion: "v1.3.14" +version: 0.8.0 +appVersion: "v1.3.18" maintainers: - name: onelapahead diff --git a/charts/firefly-evmconnect/values.yaml b/charts/firefly-evmconnect/values.yaml index 7edeca3..2cc4c3d 100644 --- a/charts/firefly-evmconnect/values.yaml +++ b/charts/firefly-evmconnect/values.yaml @@ -37,7 +37,7 @@ persistentVolume: image: repository: ghcr.io/hyperledger/firefly-evmconnect pullPolicy: IfNotPresent - tag: "v1.3.14" + tag: "v1.3.18" # see https://github.com/hyperledger/firefly-evmconnect/blob/main/config.md for more info config: diff --git a/charts/firefly-signer/Chart.yaml b/charts/firefly-signer/Chart.yaml index 54b01d6..dcbbdd4 100644 --- a/charts/firefly-signer/Chart.yaml +++ b/charts/firefly-signer/Chart.yaml @@ -3,8 +3,8 @@ name: firefly-signer description: | A Helm chart for deploying the FireFly Signer microservice to Kubernetes type: application -version: 0.7.0 -appVersion: "1.1.13" +version: 0.8.0 +appVersion: "1.1.17" maintainers: - name: EnriqueL8 diff --git a/charts/firefly-signer/values.yaml b/charts/firefly-signer/values.yaml index 8373113..f0a1e30 100644 --- a/charts/firefly-signer/values.yaml +++ b/charts/firefly-signer/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/hyperledger/firefly-signer pullPolicy: IfNotPresent - tag: "v1.1.13" + tag: "v1.1.17" backend: url: http://besu-node-validator-1.default.svc.cluster.local:8545 diff --git a/charts/firefly/Chart.yaml b/charts/firefly/Chart.yaml index 891de57..e0ae040 100644 --- a/charts/firefly/Chart.yaml +++ b/charts/firefly/Chart.yaml @@ -21,8 +21,8 @@ description: | By default allows the user to deploy FireFly with a single multi-party namespace, with the ability to template additional multi-party or gateway namespaces. type: application -appVersion: "1.3.1" -version: "0.8.0" +appVersion: "1.3.2" +version: "0.9.0" maintainers: - name: onelapahead @@ -37,4 +37,4 @@ dependencies: repository: "file://../firefly-evmconnect" alias: evmconnect condition: evmconnect.enabled - version: "0.7.0" + version: "0.8.0" diff --git a/charts/firefly/values.yaml b/charts/firefly/values.yaml index 847b8da..fff3705 100644 --- a/charts/firefly/values.yaml +++ b/charts/firefly/values.yaml @@ -413,7 +413,7 @@ erc1155: image: repository: ghcr.io/hyperledger/firefly-tokens-erc1155 pullPolicy: IfNotPresent - tag: v1.3.2 + tag: v1.3.3 imagePullSecrets: [] @@ -487,7 +487,7 @@ erc20erc721: image: repository: ghcr.io/hyperledger/firefly-tokens-erc20-erc721 pullPolicy: IfNotPresent - tag: v1.3.2 + tag: v1.3.3 imagePullSecrets: [] @@ -570,7 +570,7 @@ ethconnect: image: repository: ghcr.io/hyperledger/firefly-ethconnect pullPolicy: Always - tag: v3.2.7 + tag: v3.3.2 extraEnv: [] # - name: LOG_LEVEL @@ -628,7 +628,7 @@ sandbox: image: repository: ghcr.io/hyperledger/firefly-sandbox pullPolicy: IfNotPresent - tag: v1.1.1 + tag: v1.1.5 resources: {}