diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index b90dfa21c..b18bcc4b9 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.91.0 +version: 1.92.0 # Do not update appVersion, this is handled automatically by the release process -appVersion: v0.96.2 +appVersion: v0.96.3 dependencies: - name: common @@ -32,9 +32,9 @@ dependencies: annotations: images: | - - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.96.2 + - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.96.3 name: artifact-cas - - image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.96.2 + - image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.96.3 name: control-plane - - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.2 + - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.96.3 name: control-plane-migrations diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index fe49472df..fd0e17fb0 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.2" + tag: "v0.96.3" ## @param controlplane.containerPorts.http controlplane HTTP container port @@ -194,7 +194,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane-migrations - tag: "v0.96.2" + tag: "v0.96.3" # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15 ssl: false @@ -917,7 +917,7 @@ cas: image: registry: ghcr.io repository: chainloop-dev/chainloop/artifact-cas - tag: "v0.96.2" + tag: "v0.96.3" ## @param cas.containerPorts.http controlplane HTTP container port ## @param cas.containerPorts.grpc controlplane gRPC container port