Skip to content

Commit

Permalink
Update docker image (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Oct 24, 2024
1 parent 4d0ebd1 commit e3a8d5d
Show file tree
Hide file tree
Showing 4 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: [ main ]
branches: [ haoyu/sindry_tokio ]
paths:
- 'charts/**'

Expand Down
2 changes: 1 addition & 1 deletion charts/scroll-proving-sdk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/scroll-proving-sdk/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down 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.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"` | |
Expand Down
2 changes: 1 addition & 1 deletion 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.1
tag: sindri-v0.0.2

command:
- "/bin/sh"
Expand Down

0 comments on commit e3a8d5d

Please sign in to comment.