Skip to content

Commit a208356

Browse files
Bump Helm Chart and Dagger Version => v1.0.0-rc.8 (#1990)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: migmartri <migmartri@users.noreply.github.com>
1 parent a26f5f3 commit a208356

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.chainloop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This can indicate the next version and by default it will be marked as pre-release
2-
projectVersion: v1.0.0-rc.8
2+
projectVersion: v1.0.0-rc.9
33

44
# Experimental feature used by Chainloop labs shared workflow https://github.com/chainloop-dev/labs
55
# It maps the material names with location in disk so they get automatically attested

deployment/chainloop/Chart.yaml

+6-6
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.214.0
10+
version: 1.215.0
1111
# Do not update appVersion, this is handled automatically by the release process
12-
appVersion: v1.0.0-rc.7
12+
appVersion: v1.0.0-rc.8
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:v1.0.0-rc.7
35+
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.0.0-rc.8
3636
name: artifact-cas
37-
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.0.0-rc.7
37+
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.0.0-rc.8
3838
name: control-plane
39-
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.0.0-rc.7
39+
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.0.0-rc.8
4040
name: control-plane-migrations
41-
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.0.0-rc.7
41+
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.0.0-rc.8
4242
name: cli

deployment/chainloop/values.yaml

+3-3
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: "v1.0.0-rc.7"
141+
tag: "v1.0.0-rc.8"
142142

143143

144144
## @param controlplane.containerPorts.http controlplane HTTP container port
@@ -213,7 +213,7 @@ controlplane:
213213
image:
214214
registry: ghcr.io
215215
repository: chainloop-dev/chainloop/control-plane-migrations
216-
tag: "v1.0.0-rc.7"
216+
tag: "v1.0.0-rc.8"
217217
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
218218
ssl: false
219219

@@ -985,7 +985,7 @@ cas:
985985
image:
986986
registry: ghcr.io
987987
repository: chainloop-dev/chainloop/artifact-cas
988-
tag: "v1.0.0-rc.7"
988+
tag: "v1.0.0-rc.8"
989989

990990
## @param cas.containerPorts.http controlplane HTTP container port
991991
## @param cas.containerPorts.grpc controlplane gRPC container port

0 commit comments

Comments
 (0)