Aaron Borden

Results 5 comments of Aaron Borden

If you have Docker Desktop available with Kubernetes, you can use these resource definitions to reproduce: https://gist.github.com/aaronborden-rivian/434132d8b2de4409f402cd8b69f084f9 `kubectl apply -f .`

I also see this error message, although we are only monitoring a single project with a lot of activity. Version: 0.5.4 via Helm chart

According to this [stackoverflow](https://stackoverflow.com/questions/61091826/in-kubernetes-will-go-container-use-all-cores-when-another-is-using-cores) post, `NumCPU` will return the number of system cores, which will be too high when running in a container with only a subset of CPUs. Can...

👋 I am absolutely in favor of implementing this feature and ask that this Helm chart example be clarified as part of this work. The [Helm chart inflation example](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/chart.md#performance) seems...

I can confirm that this configuration works for me. ```yaml # Chart.yaml version: "0.1.0" # pyproject.toml [tool.semantic_release] version_variable = [ "pyproject.toml:version", "Chart.yaml:version" ] ```