diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index c5aaa888a..2e1e53f40 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.288.0 +version: 1.289.0 # Do not update appVersion, this is handled automatically by the release process -appVersion: v1.45.3 +appVersion: v1.45.4 dependencies: - name: common @@ -32,11 +32,11 @@ dependencies: annotations: images: | - - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.45.3 + - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.45.4 name: artifact-cas - - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.45.3 + - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.45.4 name: control-plane - - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.45.3 + - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.45.4 name: control-plane-migrations - - image: ghcr.io/chainloop-dev/chainloop/cli:v1.45.3 + - image: ghcr.io/chainloop-dev/chainloop/cli:v1.45.4 name: cli diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index 9502f65cd..58cfadab7 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: "v1.45.3" + tag: "v1.45.4" ## @param controlplane.containerPorts.http controlplane HTTP container port @@ -216,7 +216,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane-migrations - tag: "v1.45.3" + tag: "v1.45.4" # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15 ssl: false @@ -993,7 +993,7 @@ cas: image: registry: ghcr.io repository: chainloop-dev/chainloop/artifact-cas - tag: "v1.45.3" + tag: "v1.45.4" ## @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 bae6e815e..1742a3f74 100644 --- a/extras/dagger/main.go +++ b/extras/dagger/main.go @@ -10,7 +10,7 @@ import ( ) const ( - chainloopVersion = "v1.45.3" + chainloopVersion = "v1.45.4" ) var execOpts = dagger.ContainerWithExecOpts{