diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index 7404d1faa..15d87bcb7 100644 --- a/deployment/chainloop/Chart.yaml +++ b/deployment/chainloop/Chart.yaml @@ -3,7 +3,7 @@ name: chainloop description: Chainloop is an open source software supply chain control plane, a single source of truth for artifacts plus a declarative attestation crafting process. type: application -version: 1.0.2 +version: 1.0.3 appVersion: v0.8.98 dependencies: diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index 47ea1e7ea..27aa4bd03 100644 --- a/deployment/chainloop/values.yaml +++ b/deployment/chainloop/values.yaml @@ -384,8 +384,6 @@ controlplane: resources: # GKE auto-pilot min # https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-resource-requests#min-max-requests - cpu: 250m - memory: 512Mi requests: cpu: 250m memory: 512Mi @@ -557,8 +555,6 @@ cas: resources: # GKE auto-pilot min # https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-resource-requests#min-max-requests - cpu: 250m - memory: 512Mi requests: cpu: 250m memory: 512Mi