Skip to content

Commit

Permalink
fix: add dsn to coordinator-api production.yaml (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Sep 3, 2024
1 parent 09f7fee commit b0ffdc9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/coordinator-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: coordinator-api helm charts
name: coordinator-api
version: 0.0.3
version: 0.0.4
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coordinator-api

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

coordinator-api helm charts

Expand Down
4 changes: 4 additions & 0 deletions charts/coordinator-api/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ externalSecrets:
coordinator-api-secret-env:
provider: aws
data:
- remoteRef:
key: scroll/coordinator-api-secret-env
property: SCROLL_COORDINATOR_DB_DSN
secretKey: SCROLL_COORDINATOR_DB_DSN
- remoteRef:
key: scroll/coordinator-api-secret-env
property: SCROLL_COORDINATOR_AUTH_SECRET
Expand Down
4 changes: 2 additions & 2 deletions charts/scroll-sdk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: scroll helm charts to deploy scroll sdk
name: scroll-sdk
version: 0.0.17
version: 0.0.18
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: contracts.enabled
- name: coordinator-api
version: 0.0.3
version: 0.0.4
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: coordinator-api.enabled
- name: coordinator-cron
Expand Down
4 changes: 2 additions & 2 deletions charts/scroll-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scroll-sdk

![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

scroll helm charts to deploy scroll sdk

Expand Down Expand Up @@ -28,7 +28,7 @@ Kubernetes: `>=1.22.0-0`
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | frontends | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | gas-oracle | 0.0.5 |
Expand Down

0 comments on commit b0ffdc9

Please sign in to comment.