Kirill

Results 3 issues of Kirill

We should configure keys for cosign and add section in `README` for verifying images. After we published release v0.0.1, [pipeline](https://github.com/aenix-io/etcd-operator/actions/runs/8386525454/job/22967060947) successfully built image but cosign failed.

bug

- Changed `ENVTEST_K8S_VERSION` to `1.30.0` as there's no tool chains for version `1.30.1` - Implemented auto setting `quota-backend-bytes` for requested PVC / emptyDir size Possible problems: - After changing requested...

ok-to-test
feature
controllers

When enabling `.Values.persistence.enabled`, PVC is to be created and mounted. But the problem is that tempo works as user `1001` and cannot create directory in PVC mounted as root. So,...