diff --git a/charts/op-geth/Chart.yaml b/charts/op-geth/Chart.yaml index e271222c..4a804de5 100644 --- a/charts/op-geth/Chart.yaml +++ b/charts/op-geth/Chart.yaml @@ -1,7 +1,7 @@ --- name: op-geth apiVersion: v2 -version: 0.3.6 +version: 0.3.7 description: Celo implementation for op-geth execution engine (Optimism Rollup) home: https://clabs.co sources: diff --git a/charts/op-geth/README.md b/charts/op-geth/README.md index 5dfe75c7..da63b9c4 100644 --- a/charts/op-geth/README.md +++ b/charts/op-geth/README.md @@ -1,6 +1,6 @@ # op-geth -![Version: 0.3.6](https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square) +![Version: 0.3.7](https://img.shields.io/badge/Version-0.3.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square) Celo implementation for op-geth execution engine (Optimism Rollup) Initially based on [dysnix/charts/op-geth](https://github.com/dysnix/charts/tree/main/dysnix/op-geth). @@ -191,7 +191,7 @@ Initially based on [dysnix/charts/op-geth](https://github.com/dysnix/charts/tree | syncToS3.cronjob.enabled | bool | `false` | | | syncToS3.cronjob.image.pullPolicy | string | `"IfNotPresent"` | | | syncToS3.cronjob.image.repository | string | `"dysnix/kubectl"` | | -| syncToS3.cronjob.image.tag | string | `"v1.29"` | | +| syncToS3.cronjob.image.tag | string | `"v1.31"` | | | syncToS3.cronjob.schedule | string | `"0 2 * * *"` | | | syncToS3.enabled | bool | `false` | | | terminationGracePeriodSeconds | int | `300` | | diff --git a/charts/op-geth/values.yaml b/charts/op-geth/values.yaml index 96ea327c..9bcbf4d4 100644 --- a/charts/op-geth/values.yaml +++ b/charts/op-geth/values.yaml @@ -404,6 +404,6 @@ syncToS3: enabled: false image: repository: dysnix/kubectl - tag: v1.29 + tag: v1.31 pullPolicy: IfNotPresent schedule: "0 2 * * *"