Skip to content

Commit

Permalink
feat: bump merchant services to v1.0.1 and add some note about MinIO …
Browse files Browse the repository at this point in the history
…S3 instance
  • Loading branch information
stmSi committed Feb 8, 2024
1 parent 31f2cb3 commit a8d077a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions merchant-registry-svc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

### Deploying the Helm Charts

Note: Recommended to use external Third Party S3 Services (like Amazon S3, Digital Ocean Space etc.) for storing the documents and QR Images instead of the MinIO S3 instance service.
See the [`./chart-acquirer-backend/values.yaml`](./chart-acquirer-backend/values.yaml) for the configuration.

1. Build Dependency Chart

```bash
Expand Down
2 changes: 1 addition & 1 deletion merchant-registry-svc/chart-acquirer-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ acquirerBackend:
replicaCount: 1
image:
repository: mojaloop/merchant-acquirer-backend
tag: 0.1.3
tag: 1.0.1
service:
type: ClusterIP
port: 5555
Expand Down
2 changes: 1 addition & 1 deletion merchant-registry-svc/chart-acquirer-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ acquirerFrontend:
replicaCount: 1
image:
repository: mojaloop/merchant-acquirer-frontend
tag: 0.1.3
tag: 1.0.1
service:
type: ClusterIP
port: 5173
Expand Down
2 changes: 1 addition & 1 deletion merchant-registry-svc/chart-registry-oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ registryOracle:
replicaCount: 1
image:
repository: mojaloop/merchant-registry-oracle
tag: 0.1.3
tag: 1.0.1
service:
type: ClusterIP
port: 8888
Expand Down

0 comments on commit a8d077a

Please sign in to comment.