Skip to content

Commit c141736

Browse files
authored
feat(chart): configure CP-CAS TLS flag (#1020)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 2a29b28 commit c141736

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.66.1
10+
version: 1.66.2
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.92.3
1313

deployment/chainloop/templates/controlplane/config.configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ data:
3535
cas_server:
3636
grpc:
3737
addr: {{ printf "%s-api:%.0f" (include "chainloop.cas.fullname" .) .Values.cas.serviceAPI.port }}
38-
insecure: true
38+
insecure: {{ empty .Values.cas.tlsConfig.secret.name }}
3939
download_url: {{ include "chainloop.cas.external_url" . }}/download
4040
plugins_dir: {{ .Values.controlplane.pluginsDir }}
4141
referrer_shared_index:

0 commit comments

Comments
 (0)