Skip to content

Commit

Permalink
fix(deployment): chart should work with old version of code (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
  • Loading branch information
migmartri committed Aug 21, 2023
1 parent 35ff398 commit 126f47b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.10.3
version: 1.10.4
# Do not update appVersion, this is handled automatically by the release process
appVersion: v0.15.0

Expand Down
2 changes: 2 additions & 0 deletions deployment/chainloop/templates/cas/config.secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ stringData:
credentials_service: {{- include "chainloop.credentials_service_settings" . | indent 6 }}
auth:
public_key_path: "/tmp/cas.public.pem"
# Deprecated, use public_key_path instead. Remove option once release of the app 0.15+ is out.
robot_account_public_key_path: "/tmp/cas.public.pem"
# TODO: add observability

0 comments on commit 126f47b

Please sign in to comment.