Skip to content

Commit

Permalink
remove sindri config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop committed Oct 31, 2024
1 parent f775039 commit 14e685e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint, test and publish charts

on:
push:
branches: [ haoyu/sindri_tokio ]
branches: [ release/* ]
paths:
- 'charts/**'

Expand Down
2 changes: 1 addition & 1 deletion charts/scroll-proving-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"scroll-proving-sdk"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/sdk-cloud-prover"` | |
| image.tag | string | `"sindri-v0.0.2"` | |
| image.tag | string | `"v0.0.2"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/sdk_prover/"` | |
| persistence.config.name | string | `"scroll-proving-sdk-config"` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/scroll-proving-sdk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
image:
repository: scrolltech/sdk-cloud-prover
pullPolicy: Always
tag: sindri-v0.0.2
tag: v0.0.2

command:
- "/bin/sh"
Expand Down Expand Up @@ -62,7 +62,7 @@ probes:
scrollConfig: |
{}
# {
# "prover_name_prefix": "sindri_",
# "prover_name_prefix": "cloud_prover_",
# "keys_dir": "keys",
# "coordinator": {
# "base_url": "https://coordinator-api.scrollsdk",
Expand All @@ -78,7 +78,7 @@ scrollConfig: |
# "circuit_version": "v0.13.1",
# "n_workers": 1,
# "cloud": {
# "base_url": "https://sindri.app/api/v1/",
# "base_url": <CLOUD_PROVING_SERVICE_BASE_URL>,
# "api_key": <API_KEY>,
# "retry_count": 3,
# "retry_wait_time_sec": 5,
Expand Down

0 comments on commit 14e685e

Please sign in to comment.