Skip to content

Commit

Permalink
fix: coordinator-cron secrets and remove ingress (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Sep 3, 2024
1 parent ceb5ca8 commit 854f11d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/coordinator-cron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: coordinator-cron helm charts
name: coordinator-cron
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-cron/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coordinator-cron

![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-cron helm charts

Expand Down
11 changes: 1 addition & 10 deletions charts/coordinator-cron/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ initContainers:
- secretRef:
name: coordinator-cron-secret-env

ingress:
main:
ingressClassName: "nginx"
hosts:
- host: coordinator-api.scrollsdk
paths:
- path: /
pathType: Prefix

externalSecrets:
coordinator-cron-secret-env:
provider: aws
Expand All @@ -38,7 +29,7 @@ externalSecrets:
property: SCROLL_COORDINATOR_DB_DSN
secretKey: SCROLL_COORDINATOR_DB_DSN
- remoteRef:
key: scroll/coordinator-api-secret-env
key: scroll/coordinator-cron-secret-env
property: SCROLL_COORDINATOR_AUTH_SECRET
secretKey: SCROLL_COORDINATOR_AUTH_SECRET
refreshInterval: 2m
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.12
version: 0.0.13
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: coordinator-api.enabled
- name: coordinator-cron
version: 0.0.3
version: 0.0.4
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: coordinator-cron.enabled
- name: frontends
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.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-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 @@ -29,7 +29,7 @@ Kubernetes: `>=1.22.0-0`
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | frontends | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | gas-oracle | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-devnet | 0.0.3 |
Expand Down

0 comments on commit 854f11d

Please sign in to comment.