Skip to content

Commit

Permalink
fix(chart): typo (chainloop-dev#1838)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez <[email protected]>
  • Loading branch information
migmartri authored Feb 19, 2025
1 parent b26a53c commit 85f7263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 85f7263

Please sign in to comment.