From e0ef98d47731fa0d2a30c8f5f2e8129078bb9cf2 Mon Sep 17 00:00:00 2001 From: alvarof2 Date: Tue, 26 Nov 2024 18:13:35 +0100 Subject: [PATCH 1/2] Batcher/Proposer TLS secret names --- charts/op-batcher/Chart.yaml | 2 +- charts/op-batcher/templates/certificate.yaml | 4 ++-- charts/op-batcher/templates/statefulset.yaml | 2 +- charts/op-proposer/Chart.yaml | 2 +- charts/op-proposer/templates/certificate.yaml | 4 ++-- charts/op-proposer/templates/statefulset.yaml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/op-batcher/Chart.yaml b/charts/op-batcher/Chart.yaml index 7f7847b5..5691380c 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.2 +version: 0.2.3 description: Celo implementation for op-batcher client (Optimism Rollup) home: https://clabs.co sources: diff --git a/charts/op-batcher/templates/certificate.yaml b/charts/op-batcher/templates/certificate.yaml index 46aec090..d2ee6660 100644 --- a/charts/op-batcher/templates/certificate.yaml +++ b/charts/op-batcher/templates/certificate.yaml @@ -2,9 +2,9 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: - name: {{ template "op-batcher.fullname" . }} + name: {{ template "op-batcher.fullname" . }}-tls spec: - secretName: {{ template "op-batcher.fullname" . }} + secretName: {{ template "op-batcher.fullname" . }}-tls privateKey: algorithm: RSA encoding: PKCS1 diff --git a/charts/op-batcher/templates/statefulset.yaml b/charts/op-batcher/templates/statefulset.yaml index a0e1898e..005a4c90 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-batcher.fullname" .) .Values.config.signer.tls.externalSecret.tlsSecretName .Values.config.signer.tls.certManager.enabled }} + secretName: {{ ternary (printf "%s-%s" (include "op-batcher.fullname" .) "tls" ) .Values.config.signer.tls.externalSecret.tlsSecretName .Values.config.signer.tls.certManager.enabled }} {{- end }} diff --git a/charts/op-proposer/Chart.yaml b/charts/op-proposer/Chart.yaml index 134778c4..4cd229b4 100644 --- a/charts/op-proposer/Chart.yaml +++ b/charts/op-proposer/Chart.yaml @@ -1,7 +1,7 @@ --- name: op-proposer apiVersion: v2 -version: 0.2.1 +version: 0.2.2 description: Celo implementation for op-proposer client (Optimism Rollup) home: https://clabs.co sources: diff --git a/charts/op-proposer/templates/certificate.yaml b/charts/op-proposer/templates/certificate.yaml index ac4dbeb5..04eee8c1 100644 --- a/charts/op-proposer/templates/certificate.yaml +++ b/charts/op-proposer/templates/certificate.yaml @@ -2,9 +2,9 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: - name: {{ template "op-proposer.fullname" . }} + name: {{ template "op-proposer.fullname" . }}-tls spec: - secretName: {{ template "op-proposer.fullname" . }} + secretName: {{ template "op-proposer.fullname" . }}-tls privateKey: algorithm: RSA encoding: PKCS1 diff --git a/charts/op-proposer/templates/statefulset.yaml b/charts/op-proposer/templates/statefulset.yaml index 8b1e96cf..a261736e 100644 --- a/charts/op-proposer/templates/statefulset.yaml +++ b/charts/op-proposer/templates/statefulset.yaml @@ -190,5 +190,5 @@ spec: {{- if .Values.config.signer.tls.enabled }} - name: pki secret: - secretName: {{ ternary (include "op-proposer.fullname" .) .Values.config.signer.tls.externalSecret.tlsSecretName .Values.config.signer.tls.certManager.enabled }} + secretName: {{ ternary (printf "%s-%s" (include "op-batcher.fullname" .) "tls" ) .Values.config.signer.tls.externalSecret.tlsSecretName .Values.config.signer.tls.certManager.enabled }} {{- end }} From 1ba98572e1ec63d71a8057b73bf58be477ef689b Mon Sep 17 00:00:00 2001 From: alvarof2 Date: Tue, 26 Nov 2024 17:17:03 +0000 Subject: [PATCH 2/2] [Automatic] - Update chart README.md --- charts/op-batcher/README.md | 2 +- charts/op-proposer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/op-batcher/README.md b/charts/op-batcher/README.md index 22307b41..9803d218 100644 --- a/charts/op-batcher/README.md +++ b/charts/op-batcher/README.md @@ -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) diff --git a/charts/op-proposer/README.md b/charts/op-proposer/README.md index 15975417..ea4e2d95 100644 --- a/charts/op-proposer/README.md +++ b/charts/op-proposer/README.md @@ -1,6 +1,6 @@ # op-proposer -![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-proposer client (Optimism Rollup)