Skip to content

Commit 85f7263

Browse files
authored
fix(chart): typo (#1838)
Signed-off-by: Miguel Martinez <[email protected]>
1 parent b26a53c commit 85f7263

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

deployment/chainloop/templates/controlplane/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ spec:
231231
{{- if and .Values.controlplane.keylessSigning.enabled }}
232232
{{- range $index, $backend := .Values.controlplane.keylessSigning.backends }}
233233
- name: sign-backend-{{$backend.type | lower}}-{{$index}}
234-
secrets:
234+
secret:
235235
secretName: {{ include "chainloop.controlplane.fullname" $ }}-keyless-{{$backend.type | lower}}-{{$index}}
236236
{{- end }}
237237
{{- end }}

0 commit comments

Comments
 (0)