Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dysnix/kubectl docker tag to v1.31 #322

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/op-geth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/op-geth/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/op-geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,6 @@ syncToS3:
enabled: false
image:
repository: dysnix/kubectl
tag: v1.29
tag: v1.31
pullPolicy: IfNotPresent
schedule: "0 2 * * *"