kingdonb / stats-tracker-ghcr

Tracking GHCR download counts for FluxCD
0 stars 0 forks source link

Rails #6

Closed kingdonb closed 1 year ago

kingdonb commented 1 year ago

Let's use this rails generator, instructions courtesy of ChatGPT, so we have the database models that mirror what our Kubernetes operator has done. Then we don't need to parse any logs, we don't need to query Kubernetes state after the operator finished with its job; we can just interact with the database. Surely nothing bad can happen if we make it like this.

🤞

kingdonb commented 1 year ago

This will close #11 (it is still WIP)

kingdonb commented 1 year ago

Let's try the workflow dispatch actions