Skip to content
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-batcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: op-batcher
apiVersion: v2
version: 0.2.2
version: 0.2.3
description: Celo implementation for op-batcher client (Optimism Rollup)
home: https://clabs.co
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/op-batcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-batcher

![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-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.2.3](https://img.shields.io/badge/Version-0.2.3-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-batcher client (Optimism Rollup)

Expand Down Expand Up @@ -76,7 +76,7 @@ Celo implementation for op-batcher client (Optimism Rollup)
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher"` | |
| image.tag | string | `"v1.7.4"` | |
| image.tag | string | `"v1.9.5"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/op-batcher/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
image:
repository: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher
tag: v1.7.4
tag: v1.9.5
pullPolicy: Always

imagePullSecrets: []
Expand Down