Skip to content

Commit

Permalink
chore(deployment): record CLI in Helm Chart images annotations (#1270)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez <[email protected]>
  • Loading branch information
migmartri authored Aug 26, 2024
1 parent 5868ec0 commit a0ac27a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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.92.0
version: 1.92.1
# Do not update appVersion, this is handled automatically by the release process
appVersion: v0.96.3

Expand Down Expand Up @@ -38,3 +38,5 @@ annotations:
name: control-plane
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.3
name: control-plane-migrations
- image: ghcr.io/chainloop-dev/chainloop/cli:v0.96.3
name: cli

0 comments on commit a0ac27a

Please sign in to comment.