Skip to content

Commit

Permalink
Fix helper function reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Sep 26, 2024
1 parent 3ec5765 commit fec0761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1
version: 0.2.2
description: Celo implementation for op-batcher client (Optimism Rollup)
home: https://clabs.co
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/op-batcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-batcher

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-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.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)

Celo implementation for op-batcher client (Optimism Rollup)

Expand Down
2 changes: 1 addition & 1 deletion charts/op-batcher/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@ spec:
volumes:
- name: pki
secret:
secretName: {{ ternary (include "op-proposer.fullname" .) .Values.config.signer.tls.externalSecret.tlsSecretName .Values.config.signer.tls.certManager.enabled }}
secretName: {{ ternary (include "op-batcher.fullname" .) .Values.config.signer.tls.externalSecret.tlsSecretName .Values.config.signer.tls.certManager.enabled }}
{{- end }}

0 comments on commit fec0761

Please sign in to comment.