From a2f198a3a795c41dcda2465dd4a6d20a6a32b24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Patroix?= Date: Tue, 23 Jan 2024 20:23:13 +0100 Subject: [PATCH] Update cert manager api version --- helm/tezos-api-gateway/templates/certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/tezos-api-gateway/templates/certificate.yaml b/helm/tezos-api-gateway/templates/certificate.yaml index 847dcd2..ab4133a 100644 --- a/helm/tezos-api-gateway/templates/certificate.yaml +++ b/helm/tezos-api-gateway/templates/certificate.yaml @@ -1,6 +1,6 @@ {{- if .Values.rabbitmq.auth.tls.enabled }} kind: Certificate -apiVersion: cert-manager.io/v1alpha2 +apiVersion: cert-manager.io/v1 metadata: name: {{ include "tezos-api-gateway.serviceAccountName" . }}-rabbitmq namespace: {{ .Release.Namespace }}