Onboard minio-api to Woodpecker CI pipeline #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Repo
forgejo_admin/minio-apiUser Story
As a platform operator, I want minio-api in Woodpecker CI so that merges trigger automated builds, image pushes, and kustomize tag updates — completing the GitOps pipeline for this service.
Context
minio-api is a FastAPI REST service wrapping minio-sdk (27 tests). It currently has no CI pipeline. The kustomize-tag rollout (pal-e-platform #206) is blocked until this repo is onboarded to Woodpecker.
Scope
.woodpecker.yamlpipeline (test, build, push to Harbor, update-kustomize-tag step)forgejo_token, Harbor registry creds)File Targets
.woodpecker.yaml(new)Acceptance Criteria
.woodpecker.yamlwith test + build + push + update-kustomize-tag stepsforgejo_tokensecret provisionedTest Expectations
kubectl get application minio-api -n argocdto verify ArgoCD syncConstraints
scripts/update-kustomize-tag.shfrom pal-e-platformChecklist
.woodpecker.yamlforgejo_tokensecretRelated
forgejo_admin/pal-e-platform#206— parent rollout issueforgejo_admin/pal-e-platform#205— reusable script PRforgejo_admin/basketball-api#192— reference implementation