Skip to content

Commit 126f47b

Browse files
authored
fix(deployment): chart should work with old version of code (#306)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 35ff398 commit 126f47b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Chainloop is an open source software supply chain control plane, a
44

55
type: application
66
# Bump the patch (not minor, not major) version on each change in the Chart Source code
7-
version: 1.10.3
7+
version: 1.10.4
88
# Do not update appVersion, this is handled automatically by the release process
99
appVersion: v0.15.0
1010

deployment/chainloop/templates/cas/config.secret.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ stringData:
1717
credentials_service: {{- include "chainloop.credentials_service_settings" . | indent 6 }}
1818
auth:
1919
public_key_path: "/tmp/cas.public.pem"
20+
# Deprecated, use public_key_path instead. Remove option once release of the app 0.15+ is out.
21+
robot_account_public_key_path: "/tmp/cas.public.pem"
2022
# TODO: add observability

0 commit comments

Comments
 (0)