From 87dd4ec301d3df289b8ac6f8e6c83159a651a616 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:36:06 +0200 Subject: [PATCH] Bump Helm Chart and Dagger Version => v0.96.21 (#1406) Signed-off-by: GitHub Co-authored-by: migmartri --- deployment/chainloop/Chart.yaml | 12 ++++++------ deployment/chainloop/values.yaml | 6 +++--- extras/dagger/main.go | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index d8a52193a..5a7d5f687 100644 --- a/deployment/chainloop/Chart.yaml +++ b/deployment/chainloop/Chart.yaml @@ -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.106.0 +version: 1.107.0 # Do not update appVersion, this is handled automatically by the release process -appVersion: v0.96.20 +appVersion: v0.96.21 dependencies: - name: common @@ -32,11 +32,11 @@ dependencies: annotations: images: | - - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.96.20 + - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.96.21 name: artifact-cas - - image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.96.20 + - image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.96.21 name: control-plane - - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.20 + - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.21 name: control-plane-migrations - - image: ghcr.io/chainloop-dev/chainloop/cli:v0.96.20 + - image: ghcr.io/chainloop-dev/chainloop/cli:v0.96.21 name: cli diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index 9adcdd1bf..9d5e8595e 100644 --- a/deployment/chainloop/values.yaml +++ b/deployment/chainloop/values.yaml @@ -138,7 +138,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane - tag: "v0.96.20" + tag: "v0.96.21" ## @param controlplane.containerPorts.http controlplane HTTP container port @@ -192,7 +192,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane-migrations - tag: "v0.96.20" + tag: "v0.96.21" # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15 ssl: false @@ -915,7 +915,7 @@ cas: image: registry: ghcr.io repository: chainloop-dev/chainloop/artifact-cas - tag: "v0.96.20" + tag: "v0.96.21" ## @param cas.containerPorts.http controlplane HTTP container port ## @param cas.containerPorts.grpc controlplane gRPC container port diff --git a/extras/dagger/main.go b/extras/dagger/main.go index 664033576..ad86452b1 100644 --- a/extras/dagger/main.go +++ b/extras/dagger/main.go @@ -10,7 +10,7 @@ import ( ) const ( - chainloopVersion = "v0.96.20" + chainloopVersion = "v0.96.21" ) var execOpts = dagger.ContainerWithExecOpts{