Skip to content

Commit

Permalink
Bump Helm Chart Version => v0.96.2 (chainloop-dev#1260)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: jiparis <[email protected]>
  • Loading branch information
github-actions[bot] and jiparis authored Aug 21, 2024
1 parent 25757a2 commit 858fcf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions deployment/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: Chainloop is an open source software supply chain control plane, a

type: application
# Bump the patch (not minor, not major) version on each change in the Chart Source code
version: 1.90.0
version: 1.91.0
# Do not update appVersion, this is handled automatically by the release process
appVersion: v0.96.1
appVersion: v0.96.2

dependencies:
- name: common
Expand All @@ -32,9 +32,9 @@ dependencies:

annotations:
images: |
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.96.1
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.96.2
name: artifact-cas
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.96.1
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.96.2
name: control-plane
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.1
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.2
name: control-plane-migrations
6 changes: 3 additions & 3 deletions deployment/chainloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ controlplane:
image:
registry: ghcr.io
repository: chainloop-dev/chainloop/control-plane
tag: "v0.96.1"
tag: "v0.96.2"


## @param controlplane.containerPorts.http controlplane HTTP container port
Expand Down Expand Up @@ -194,7 +194,7 @@ controlplane:
image:
registry: ghcr.io
repository: chainloop-dev/chainloop/control-plane-migrations
tag: "v0.96.1"
tag: "v0.96.2"
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
ssl: false

Expand Down Expand Up @@ -917,7 +917,7 @@ cas:
image:
registry: ghcr.io
repository: chainloop-dev/chainloop/artifact-cas
tag: "v0.96.1"
tag: "v0.96.2"

## @param cas.containerPorts.http controlplane HTTP container port
## @param cas.containerPorts.grpc controlplane gRPC container port
Expand Down

0 comments on commit 858fcf7

Please sign in to comment.