Skip to content

Commit f67303f

Browse files
authored
fix(chart): render in Helm 3.18 (#2068)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent e4b5d59 commit f67303f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.227.0
10+
version: 1.227.1
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v1.4.2
1313

deployment/chainloop/templates/controlplane/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ data:
3838
{{- end }}
3939
cas_server:
4040
grpc:
41-
addr: {{ printf "%s-api:%.0f" (include "chainloop.cas.fullname" .) (coalesce .Values.cas.serviceAPI.port .Values.cas.serviceAPI.ports.http) }}
41+
addr: {{ printf "%s-api:%s" (include "chainloop.cas.fullname" .) (coalesce .Values.cas.serviceAPI.port .Values.cas.serviceAPI.ports.http) }}
4242
insecure: {{ empty (include "controlplane.tls-secret-name" .) }}
4343
download_url: {{ include "chainloop.cas.external_url" . }}/download
4444
{{- if .Values.cas.defaultMaxEntrySize }}

0 commit comments

Comments
 (0)