Skip to content

Commit

Permalink
fix: hfuss -> onelapahead and version changes
Browse files Browse the repository at this point in the history
Signed-off-by: SamMayWork <[email protected]>
  • Loading branch information
SamMayWork committed Jun 24, 2024
1 parent 8ddbee5 commit 205f207
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/firefly-evmconnect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: |
transaction state.
type: application
version: 0.7.0
appVersion: "1.4.4"
appVersion: "1.3.0"

maintainers:
- name: hfuss
- name: onelapahead
email: [email protected]
- name: drewmarshburn
email: [email protected]
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: ""
tag: "v1.3.0"

# see https://github.com/hyperledger/firefly-evmconnect/blob/main/config.md for more info
config:
Expand Down
6 changes: 4 additions & 2 deletions charts/firefly-signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ version: 0.7.0
appVersion: "1.1.13"

maintainers:
- name: nguyer
email: [email protected]
- name: EnriqueL8
email: [email protected]
- name: onelapahead
email: [email protected]
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: ""
tag: "v1.1.13"

backend:
url: http://besu-node-validator-1.quorum.svc.cluster.local:8545
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appVersion: "1.3.0"
version: "0.8.0"

maintainers:
- name: hfuss
- name: onelapahead
email: [email protected]
- name: drewmarshburn
email: [email protected]
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.2.0
tag: v1.3.0

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

imagePullSecrets: []

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

imagePullSecrets: []

Expand Down
4 changes: 1 addition & 3 deletions charts/ipfs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ appVersion: "0.27.2"
version: "0.7.0"

maintainers:
- name: nguyer
email: [email protected]
- name: hfuss
- name: onelapahead
email: [email protected]
- name: peterbroadhurst
email: [email protected]
Expand Down

0 comments on commit 205f207

Please sign in to comment.