Skip to content

Commit 8bb4104

Browse files
Bump Helm Chart Version => v0.93.8 (chainloop-dev#1100)
Signed-off-by: GitHub <[email protected]> Co-authored-by: jiparis <[email protected]>
1 parent 1c91aa0 commit 8bb4104

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.77.2
10+
version: 1.78.0
1111
# Do not update appVersion, this is handled automatically by the release process
12-
appVersion: v0.93.7
12+
appVersion: v0.93.8
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.93.7
35+
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.93.8
3636
name: artifact-cas
37-
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.93.7
37+
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.93.8
3838
name: control-plane
39-
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.93.7
39+
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.93.8
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.93.7
123+
tag: "v0.93.8"
124124

125125
## @param controlplane.tlsConfig.secret.name name of a secret containing TLS certificate to be used by the controlplane grpc server.
126126
tlsConfig:
@@ -153,7 +153,7 @@ controlplane:
153153
image:
154154
registry: ghcr.io
155155
repository: chainloop-dev/chainloop/control-plane-migrations
156-
tag: v0.93.7
156+
tag: "v0.93.8"
157157
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
158158
ssl: false
159159

@@ -543,7 +543,7 @@ cas:
543543
image:
544544
registry: ghcr.io
545545
repository: chainloop-dev/chainloop/artifact-cas
546-
tag: v0.93.7
546+
tag: "v0.93.8"
547547

548548
## @param cas.tlsConfig.secret.name name of a secret containing TLS certificate to be used by the controlplane grpc server.
549549
tlsConfig:

0 commit comments

Comments
 (0)