Skip to content

Commit ecd2e2f

Browse files
authored
fix chart with nats info (#1639)
Signed-off-by: Miguel Martinez <[email protected]>
1 parent 7e729bc commit ecd2e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.155.0
10+
version: 1.155.1
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.137.0
1313

deployment/chainloop/templates/controlplane/secret-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ stringData:
6464
max_conn_idle_time: "{{ .Values.controlplane.externalDatabase.maxIdleTime }}"
6565
{{- end }}
6666
67-
{{- if and .Values.controlplane.nats.enabled }} }}
67+
{{- if and .Values.controlplane.nats.enabled }}
6868
nats_server:
6969
uri: {{ include "controlplane.nats.connection_string" . | quote }}
7070
{{- end }}

0 commit comments

Comments
 (0)