Skip to content

Commit 3500e3b

Browse files
Bump Helm Chart Version => v0.95.3 (#1177)
Signed-off-by: GitHub <[email protected]> Co-authored-by: javirln <[email protected]>
1 parent 006ccfe commit 3500e3b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 5 additions & 5 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.85.3
10+
version: 1.86.0
1111
# Do not update appVersion, this is handled automatically by the release process
12-
appVersion: v0.95.2
12+
appVersion: v0.95.3
1313

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

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

deployment/chainloop/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ controlplane:
124124
image:
125125
registry: ghcr.io
126126
repository: chainloop-dev/chainloop/control-plane
127-
tag: "v0.95.2"
127+
tag: "v0.95.3"
128128

129129

130130
## @param controlplane.containerPorts.http controlplane HTTP container port
@@ -171,7 +171,7 @@ controlplane:
171171
image:
172172
registry: ghcr.io
173173
repository: chainloop-dev/chainloop/control-plane-migrations
174-
tag: "v0.95.2"
174+
tag: "v0.95.3"
175175
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
176176
ssl: false
177177

@@ -637,7 +637,7 @@ cas:
637637
image:
638638
registry: ghcr.io
639639
repository: chainloop-dev/chainloop/artifact-cas
640-
tag: "v0.95.2"
640+
tag: "v0.95.3"
641641

642642
## @param cas.containerPorts.http controlplane HTTP container port
643643
## @param cas.containerPorts.grpc controlplane gRPC container port

0 commit comments

Comments
 (0)