diff --git a/charts/op-batcher/Chart.yaml b/charts/op-batcher/Chart.yaml index 7caa873b..7f7847b5 100644 --- a/charts/op-batcher/Chart.yaml +++ b/charts/op-batcher/Chart.yaml @@ -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: diff --git a/charts/op-batcher/README.md b/charts/op-batcher/README.md index 342b683f..22307b41 100644 --- a/charts/op-batcher/README.md +++ b/charts/op-batcher/README.md @@ -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) diff --git a/charts/op-batcher/templates/statefulset.yaml b/charts/op-batcher/templates/statefulset.yaml index 4f52b91c..a0e1898e 100644 --- a/charts/op-batcher/templates/statefulset.yaml +++ b/charts/op-batcher/templates/statefulset.yaml @@ -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 }}