git: add autobackup-operator repository #69

Merged
benvin merged 1 commits from benvin/autobackup-operator-repo into main 2026-08-13 23:36:31 +10:00
Member

Provisions the Gitea repo for the autobackup-operator, a Kubernetes operator that creates S3 buckets and backup schedules from backups.unkin.net/* annotations on PVCs and CNPG clusters. Follows the convention established by sibling operator repos.

How:

  • Adds config/git.unkin.net/unkin/repository/autobackup-operator.yaml
  • Sets private: false, default_branch: main, default_delete_branch_after_merge: true, squash merge style
  • Applies main branch protection with pre-commit/test/build status checks (matching cephrgw-operator)
Provisions the Gitea repo for the autobackup-operator, a Kubernetes operator that creates S3 buckets and backup schedules from `backups.unkin.net/*` annotations on PVCs and CNPG clusters. Follows the convention established by sibling operator repos. How: - Adds `config/git.unkin.net/unkin/repository/autobackup-operator.yaml` - Sets `private: false`, `default_branch: main`, `default_delete_branch_after_merge: true`, squash merge style - Applies main branch protection with pre-commit/test/build status checks (matching cephrgw-operator)
unkin-agent added 1 commit 2026-08-13 23:32:04 +10:00
git: add autobackup-operator repository
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
c0d8d3d112
Provision the Gitea repo for the autobackup-operator, a Kubernetes
operator that creates S3 buckets and backup schedules from
backups.unkin.net/* annotations on PVCs and CNPG clusters. Matches the
convention of sibling operator repos (private=false, squash merges,
main branch protection with pre-commit/test/build checks).
benvin merged commit b2168a999b into main 2026-08-13 23:36:31 +10:00
benvin deleted branch benvin/autobackup-operator-repo 2026-08-13 23:36:31 +10:00
Sign in to join this conversation.