From ecd2e2f26fcd892354c87e29a92400a39aaa578a Mon Sep 17 00:00:00 2001 From: Miguel Martinez Trivino Date: Tue, 10 Dec 2024 13:24:48 +0100 Subject: [PATCH] fix chart with nats info (#1639) Signed-off-by: Miguel Martinez --- deployment/chainloop/Chart.yaml | 2 +- deployment/chainloop/templates/controlplane/secret-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index aefc8f92d..abefe5b37 100644 --- a/deployment/chainloop/Chart.yaml +++ b/deployment/chainloop/Chart.yaml @@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a type: application # Bump the patch (not minor, not major) version on each change in the Chart Source code -version: 1.155.0 +version: 1.155.1 # Do not update appVersion, this is handled automatically by the release process appVersion: v0.137.0 diff --git a/deployment/chainloop/templates/controlplane/secret-config.yaml b/deployment/chainloop/templates/controlplane/secret-config.yaml index 1748d8cbf..9b6843cac 100644 --- a/deployment/chainloop/templates/controlplane/secret-config.yaml +++ b/deployment/chainloop/templates/controlplane/secret-config.yaml @@ -64,7 +64,7 @@ stringData: max_conn_idle_time: "{{ .Values.controlplane.externalDatabase.maxIdleTime }}" {{- end }} - {{- if and .Values.controlplane.nats.enabled }} }} + {{- if and .Values.controlplane.nats.enabled }} nats_server: uri: {{ include "controlplane.nats.connection_string" . | quote }} {{- end }}