Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/firefly-evmconnect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly-evmconnect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/firefly-signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly-signer/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/firefly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,4 +37,4 @@ dependencies:
repository: "file://../firefly-evmconnect"
alias: evmconnect
condition: evmconnect.enabled
version: "0.7.0"
version: "0.8.0"
8 changes: 4 additions & 4 deletions charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ erc1155:
image:
repository: ghcr.io/hyperledger/firefly-tokens-erc1155
pullPolicy: IfNotPresent
tag: v1.3.2
tag: v1.3.3

imagePullSecrets: []

Expand Down Expand Up @@ -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: []

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -628,7 +628,7 @@ sandbox:
image:
repository: ghcr.io/hyperledger/firefly-sandbox
pullPolicy: IfNotPresent
tag: v1.1.1
tag: v1.1.5

resources: {}

Expand Down
Loading