Banst
Banst
### What version of CUE are you using (`cue version`)? $ cue version cue version v0.11.0-alpha.3 go version go1.23.2 -buildmode exe -compiler gc -trimpath true CGO_ENABLED 0 GOARCH arm64 GOOS...
The Helm `app.kubernetes.io/version` label is not sanitized. This can lead to incorrect template generation on some system updating the version. For example with flux, we need to use an OCI...
**Describe the bug** Repo create hangs indefinitely **To Reproduce** Steps to reproduce the behavior: 1. `ssh -p 23231 -i ~/.ssh/id_ed25519 mydomain.com repo create foo` **Expected behavior** Repo created. **Environment (please...
I think it would be beneficial for user to replace the taint example (`kubeip.com/not-ready`) by a startup taint (`startup-taint.cluster-autoscaler.kubernetes.io/kubeip-not-ready` or equivalent). This would avoid a chicken and egg scheduling issue,...
### What version of CUE are you using (`cue version`)? $ cue version cue version (devel) go version go1.20.7 -buildmode exe -compiler gc CGO_ENABLED 1 GOARCH arm64 GOOS darwin ###...
```tera resources: - sa.yaml {% for project in projects %} - iam-bindings/{{project}}.yaml {% endfor %} ``` gives ```yaml resources: - sa.yaml - iam-bindings/project-id-test.yaml ``` ```tera resources: - sa.yaml {% for...
### Feature Description If I’m correct, currently go-git doesn’t support [gitremote-helpers](https://git-scm.com/docs/gitremote-helpers). This makes onboarding custom protocol like [radicle](https://radicle.xyz/) challenging or nearly impossible natively. Is support of gitremote-helpers in consideration in...