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
7
7
8
8
type : application
9
9
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10
- version : 1.286 .0
10
+ version : 1.287 .0
11
11
# Do not update appVersion, this is handled automatically by the release process
12
- appVersion : v1.45.1
12
+ appVersion : v1.45.2
13
13
14
14
dependencies :
15
15
- name : common
@@ -32,11 +32,11 @@ dependencies:
32
32
33
33
annotations :
34
34
images : |
35
- - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.45.1
35
+ - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.45.2
36
36
name: artifact-cas
37
- - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.45.1
37
+ - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.45.2
38
38
name: control-plane
39
- - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.45.1
39
+ - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.45.2
40
40
name: control-plane-migrations
41
- - image: ghcr.io/chainloop-dev/chainloop/cli:v1.45.1
41
+ - image: ghcr.io/chainloop-dev/chainloop/cli:v1.45.2
42
42
name: cli
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ controlplane:
138
138
image :
139
139
registry : ghcr.io
140
140
repository : chainloop-dev/chainloop/control-plane
141
- tag : " v1.45.1 "
141
+ tag : " v1.45.2 "
142
142
143
143
144
144
# # @param controlplane.containerPorts.http controlplane HTTP container port
@@ -216,7 +216,7 @@ controlplane:
216
216
image :
217
217
registry : ghcr.io
218
218
repository : chainloop-dev/chainloop/control-plane-migrations
219
- tag : " v1.45.1 "
219
+ tag : " v1.45.2 "
220
220
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
221
221
ssl : false
222
222
993
993
image :
994
994
registry : ghcr.io
995
995
repository : chainloop-dev/chainloop/artifact-cas
996
- tag : " v1.45.1 "
996
+ tag : " v1.45.2 "
997
997
998
998
# # @param cas.containerPorts.http controlplane HTTP container port
999
999
# # @param cas.containerPorts.grpc controlplane gRPC container port
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
)
11
11
12
12
const (
13
- chainloopVersion = "v1.45.1 "
13
+ chainloopVersion = "v1.45.2 "
14
14
)
15
15
16
16
var execOpts = dagger.ContainerWithExecOpts {
You can’t perform that action at this time.
0 commit comments