Right now, the process to deploy this operator on a Kubernetes cluster is not straightforward. Also, it's prone to issues like #88 since every time you build it, a dependency can break. Having releases would avoid this.
Rather than using make, you could add a goreleaser+github action rather quickly, to build binary+docker image and push releases directly to github / ghcr.io
Right now, the process to deploy this operator on a Kubernetes cluster is not straightforward. Also, it's prone to issues like #88 since every time you build it, a dependency can break. Having releases would avoid this.
Rather than using
make, you could add a goreleaser+github action rather quickly, to build binary+docker image and push releases directly to github / ghcr.io