From 14e685e220f7115dcb539fd6350e57388236dd24 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ Date: Thu, 31 Oct 2024 20:34:23 +1100 Subject: [PATCH] remove sindri config --- .github/workflows/publish-chart.yaml | 2 +- charts/scroll-proving-sdk/README.md | 2 +- charts/scroll-proving-sdk/values.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index c933534..af48587 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -2,7 +2,7 @@ name: Lint, test and publish charts on: push: - branches: [ haoyu/sindri_tokio ] + branches: [ release/* ] paths: - 'charts/**' diff --git a/charts/scroll-proving-sdk/README.md b/charts/scroll-proving-sdk/README.md index 0891f51..4c5e19e 100644 --- a/charts/scroll-proving-sdk/README.md +++ b/charts/scroll-proving-sdk/README.md @@ -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"` | | diff --git a/charts/scroll-proving-sdk/values.yaml b/charts/scroll-proving-sdk/values.yaml index 91cc4a2..3cf741f 100644 --- a/charts/scroll-proving-sdk/values.yaml +++ b/charts/scroll-proving-sdk/values.yaml @@ -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" @@ -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", @@ -78,7 +78,7 @@ scrollConfig: | # "circuit_version": "v0.13.1", # "n_workers": 1, # "cloud": { -# "base_url": "https://sindri.app/api/v1/", +# "base_url": , # "api_key": , # "retry_count": 3, # "retry_wait_time_sec": 5,