Skip to content

Commit 7fc658e

Browse files
Bump Helm Chart Version => v0.94.2 (#1120)
Signed-off-by: GitHub <[email protected]> Co-authored-by: jiparis <[email protected]>
1 parent dd766f4 commit 7fc658e

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

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

@@ -547,7 +547,7 @@ cas:
547547
image:
548548
registry: ghcr.io
549549
repository: chainloop-dev/chainloop/artifact-cas
550-
tag: "v0.94.1"
550+
tag: "v0.94.2"
551551

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

0 commit comments

Comments
 (0)