Skip to content

Commit af7f307

Browse files
Bump Helm Chart Version => v0.95.1 (#1165)
Signed-off-by: GitHub <[email protected]> Co-authored-by: migmartri <[email protected]>
1 parent d0a9f00 commit af7f307

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.83.4
10+
version: 1.84.0
1111
# Do not update appVersion, this is handled automatically by the release process
12-
appVersion: v0.95.0
12+
appVersion: v0.95.1
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.0
35+
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.95.1
3636
name: artifact-cas
37-
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.95.0
37+
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.95.1
3838
name: control-plane
39-
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.95.0
39+
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.95.1
4040
name: control-plane-migrations

deployment/chainloop/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ controlplane:
120120
image:
121121
registry: ghcr.io
122122
repository: chainloop-dev/chainloop/control-plane
123-
tag: "v0.95.0"
123+
tag: "v0.95.1"
124124

125125

126126
## @param controlplane.containerPorts.http controlplane HTTP container port
@@ -167,7 +167,7 @@ controlplane:
167167
image:
168168
registry: ghcr.io
169169
repository: chainloop-dev/chainloop/control-plane-migrations
170-
tag: "v0.95.0"
170+
tag: "v0.95.1"
171171
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
172172
ssl: false
173173

@@ -633,7 +633,7 @@ cas:
633633
image:
634634
registry: ghcr.io
635635
repository: chainloop-dev/chainloop/artifact-cas
636-
tag: "v0.95.0"
636+
tag: "v0.95.1"
637637

638638
## @param cas.containerPorts.http controlplane HTTP container port
639639
## @param cas.containerPorts.grpc controlplane gRPC container port

0 commit comments

Comments
 (0)