Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update firefly and microservice versions #28

Merged
merged 3 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions charts/firefly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ maintainers:
email: [email protected]
- name: peterbroadhurst
email: [email protected]
- name: calbritt
email: [email protected]
Comment on lines +31 to +32
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

8 changes: 4 additions & 4 deletions charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ dataexchange:
image:
repository: ghcr.io/hyperledger/firefly-dataexchange-https
pullPolicy: IfNotPresent
tag: v0.10.4
tag: v0.10.5

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -350,7 +350,7 @@ erc1155:
image:
repository: ghcr.io/hyperledger/firefly-tokens-erc1155
pullPolicy: IfNotPresent
tag: v0.10.5
tag: v0.10.6

imagePullSecrets: []

Expand Down Expand Up @@ -424,7 +424,7 @@ erc20erc721:
image:
repository: ghcr.io/hyperledger/firefly-tokens-erc20-erc721
pullPolicy: IfNotPresent
tag: v0.1.6
tag: v0.2.0

imagePullSecrets: []

Expand Down Expand Up @@ -506,7 +506,7 @@ ethconnect:
image:
repository: ghcr.io/hyperledger/firefly-ethconnect
pullPolicy: Always
tag: v3.1.4
tag: v3.1.5

extraEnv: []
# - name: LOG_LEVEL
Expand Down