From 0281deae52d2c58afc9052237cd1311ee42a227a Mon Sep 17 00:00:00 2001 From: Miguel Martinez Date: Wed, 19 Feb 2025 13:33:04 +0100 Subject: [PATCH] fix(chart): typo Signed-off-by: Miguel Martinez --- deployment/chainloop/Chart.yaml | 2 +- deployment/chainloop/templates/controlplane/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index 641430255..02b9e2b8c 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.185.0 +version: 1.185.1 # Do not update appVersion, this is handled automatically by the release process appVersion: v0.167.0 diff --git a/deployment/chainloop/templates/controlplane/deployment.yaml b/deployment/chainloop/templates/controlplane/deployment.yaml index 39ad19435..ef6d750a8 100644 --- a/deployment/chainloop/templates/controlplane/deployment.yaml +++ b/deployment/chainloop/templates/controlplane/deployment.yaml @@ -231,7 +231,7 @@ spec: {{- if and .Values.controlplane.keylessSigning.enabled }} {{- range $index, $backend := .Values.controlplane.keylessSigning.backends }} - name: sign-backend-{{$backend.type | lower}}-{{$index}} - secrets: + secret: secretName: {{ include "chainloop.controlplane.fullname" $ }}-keyless-{{$backend.type | lower}}-{{$index}} {{- end }} {{- end }}