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 }}