Skip to content

Commit 2129a62

Browse files
Bump Helm Chart and Dagger Version => v0.96.20 (chainloop-dev#1404)
Signed-off-by: GitHub <[email protected]> Co-authored-by: javirln <[email protected]>
1 parent 0383e20 commit 2129a62

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.105.0
10+
version: 1.106.0
1111
# Do not update appVersion, this is handled automatically by the release process
12-
appVersion: v0.96.19
12+
appVersion: v0.96.20
1313

1414
dependencies:
1515
- name: common
@@ -32,11 +32,11 @@ dependencies:
3232

3333
annotations:
3434
images: |
35-
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.96.19
35+
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.96.20
3636
name: artifact-cas
37-
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.96.19
37+
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.96.20
3838
name: control-plane
39-
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.19
39+
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.20
4040
name: control-plane-migrations
41-
- image: ghcr.io/chainloop-dev/chainloop/cli:v0.96.19
41+
- image: ghcr.io/chainloop-dev/chainloop/cli:v0.96.20
4242
name: cli

deployment/chainloop/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ controlplane:
138138
image:
139139
registry: ghcr.io
140140
repository: chainloop-dev/chainloop/control-plane
141-
tag: "v0.96.19"
141+
tag: "v0.96.20"
142142

143143

144144
## @param controlplane.containerPorts.http controlplane HTTP container port
@@ -192,7 +192,7 @@ controlplane:
192192
image:
193193
registry: ghcr.io
194194
repository: chainloop-dev/chainloop/control-plane-migrations
195-
tag: "v0.96.19"
195+
tag: "v0.96.20"
196196
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
197197
ssl: false
198198

@@ -915,7 +915,7 @@ cas:
915915
image:
916916
registry: ghcr.io
917917
repository: chainloop-dev/chainloop/artifact-cas
918-
tag: "v0.96.19"
918+
tag: "v0.96.20"
919919

920920
## @param cas.containerPorts.http controlplane HTTP container port
921921
## @param cas.containerPorts.grpc controlplane gRPC container port

extras/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
chainloopVersion = "v0.96.19"
13+
chainloopVersion = "v0.96.20"
1414
)
1515

1616
var execOpts = dagger.ContainerWithExecOpts{

0 commit comments

Comments
 (0)