File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ description: Chainloop is an open source software supply chain control plane, a
77
88type : application
99# Bump the patch (not minor, not major) version on each change in the Chart Source code
10- version : 1.288 .0
10+ version : 1.289 .0
1111# Do not update appVersion, this is handled automatically by the release process
12- appVersion : v1.45.3
12+ appVersion : v1.45.4
1313
1414dependencies :
1515 - name : common
@@ -32,11 +32,11 @@ dependencies:
3232
3333annotations :
3434 images : |
35- - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.45.3
35+ - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.45.4
3636 name: artifact-cas
37- - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.45.3
37+ - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.45.4
3838 name: control-plane
39- - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.45.3
39+ - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.45.4
4040 name: control-plane-migrations
41- - image: ghcr.io/chainloop-dev/chainloop/cli:v1.45.3
41+ - image: ghcr.io/chainloop-dev/chainloop/cli:v1.45.4
4242 name: cli
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ controlplane:
138138 image :
139139 registry : ghcr.io
140140 repository : chainloop-dev/chainloop/control-plane
141- tag : " v1.45.3 "
141+ tag : " v1.45.4 "
142142
143143
144144 # # @param controlplane.containerPorts.http controlplane HTTP container port
@@ -216,7 +216,7 @@ controlplane:
216216 image :
217217 registry : ghcr.io
218218 repository : chainloop-dev/chainloop/control-plane-migrations
219- tag : " v1.45.3 "
219+ tag : " v1.45.4 "
220220 # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
221221 ssl : false
222222
993993 image :
994994 registry : ghcr.io
995995 repository : chainloop-dev/chainloop/artifact-cas
996- tag : " v1.45.3 "
996+ tag : " v1.45.4 "
997997
998998 # # @param cas.containerPorts.http controlplane HTTP container port
999999 # # @param cas.containerPorts.grpc controlplane gRPC container port
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010)
1111
1212const (
13- chainloopVersion = "v1.45.3 "
13+ chainloopVersion = "v1.45.4 "
1414)
1515
1616var execOpts = dagger.ContainerWithExecOpts {
You can’t perform that action at this time.
0 commit comments