Skip to content

Commit

Permalink
Update images to v1.3.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Apr 11, 2024
1 parent 1944e46 commit 7e689ff
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/firefly-evmconnect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
transaction state.
type: application
version: 0.7.0
appVersion: "1.2.7"
appVersion: "1.4.4"

maintainers:
- name: hfuss
Expand Down
3 changes: 2 additions & 1 deletion charts/firefly-evmconnect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ podAnnotations: {}

imagePullSecrets: []

podSecurityContext: {}
podSecurityContext:
fsGroup: 1001

securityContext: {}

Expand Down
4 changes: 2 additions & 2 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.2.2"
version: "0.7.0"
appVersion: "1.3.0-rc.1"
version: "0.8.0"

maintainers:
- name: hfuss
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly/local-kind-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ signer:
evmconnect:
enabled: true
image:
tag: v1.2.7
tag: v1.3.4
config:
jsonRpcUrl: "http://firefly-signer:8545"
policyEngine: |
Expand Down
6 changes: 3 additions & 3 deletions charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ dataexchange:
image:
repository: ghcr.io/hyperledger/firefly-dataexchange-https
pullPolicy: IfNotPresent
tag: v1.1.0
tag: v1.3.0-rc.1

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -426,7 +426,7 @@ erc1155:
image:
repository: ghcr.io/hyperledger/firefly-tokens-erc1155
pullPolicy: IfNotPresent
tag: v1.2.4
tag: v1.3.0-rc.2

imagePullSecrets: []

Expand Down Expand Up @@ -502,7 +502,7 @@ erc20erc721:
image:
repository: ghcr.io/hyperledger/firefly-tokens-erc20-erc721
pullPolicy: IfNotPresent
tag: v1.2.1
tag: v1.3.0-rc.2

imagePullSecrets: []

Expand Down
Loading

0 comments on commit 7e689ff

Please sign in to comment.