diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index c1193078c..51aceb826 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.78.0 +version: 1.79.0 # Do not update appVersion, this is handled automatically by the release process -appVersion: v0.93.8 +appVersion: v0.94.0 dependencies: - name: common @@ -32,9 +32,9 @@ dependencies: annotations: images: | - - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.93.8 + - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.94.0 name: artifact-cas - - image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.93.8 + - image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.94.0 name: control-plane - - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.93.8 + - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.94.0 name: control-plane-migrations \ No newline at end of file diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index 7c5b98df9..582000d6a 100644 --- a/deployment/chainloop/values.yaml +++ b/deployment/chainloop/values.yaml @@ -120,7 +120,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane - tag: "v0.93.8" + tag: "v0.94.0" ## @param controlplane.tlsConfig.secret.name name of a secret containing TLS certificate to be used by the controlplane grpc server. tlsConfig: @@ -153,7 +153,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane-migrations - tag: "v0.93.8" + tag: "v0.94.0" # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15 ssl: false @@ -543,7 +543,7 @@ cas: image: registry: ghcr.io repository: chainloop-dev/chainloop/artifact-cas - tag: "v0.93.8" + tag: "v0.94.0" ## @param cas.tlsConfig.secret.name name of a secret containing TLS certificate to be used by the controlplane grpc server. tlsConfig: