Skip to content

Commit

Permalink
fix chart with nats info (#1639)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
  • Loading branch information
migmartri authored Dec 10, 2024
1 parent 7e729bc commit ecd2e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ecd2e2f

Please sign in to comment.