From e3a8d5d140a9ee923962913aa01f6722aad9eb1f Mon Sep 17 00:00:00 2001 From: sbaizet <74511063+sbaizet-ledger@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:54:26 +0200 Subject: [PATCH] Update docker image (#39) --- .github/workflows/publish-chart.yaml | 2 +- charts/scroll-proving-sdk/Chart.yaml | 2 +- charts/scroll-proving-sdk/README.md | 4 ++-- charts/scroll-proving-sdk/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index 9aee48b..9bdf9f7 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: [ main ] + branches: [ haoyu/sindry_tokio ] paths: - 'charts/**' diff --git a/charts/scroll-proving-sdk/Chart.yaml b/charts/scroll-proving-sdk/Chart.yaml index 05ca480..dbe13f6 100644 --- a/charts/scroll-proving-sdk/Chart.yaml +++ b/charts/scroll-proving-sdk/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: Example chart for showing how to package a service built using the scroll-proving-sdk library name: scroll-proving-sdk -version: 0.0.5 +version: 0.0.6 kubeVersion: ">=1.22.0-0" maintainers: - name: scroll-tech diff --git a/charts/scroll-proving-sdk/README.md b/charts/scroll-proving-sdk/README.md index 026be1d..0891f51 100644 --- a/charts/scroll-proving-sdk/README.md +++ b/charts/scroll-proving-sdk/README.md @@ -1,6 +1,6 @@ # scroll-proving-sdk -![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) Example chart for showing how to package a service built using the scroll-proving-sdk library @@ -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.1"` | | +| image.tag | string | `"sindri-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 b04acae..91cc4a2 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.1 + tag: sindri-v0.0.2 command: - "/bin/sh"