Let shopping-bot own its Kubernetes release #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "furina/self-deploy"
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?
Moves the shopping-bot Kubernetes manifests into this repository and extends the Forgejo workflow with an immutable-digest deploy job on the privileged
stargatehost runner. The release applies storage and Service resources, renders the Deployment with the built digest, waits for rollout, and verifies the deployed image.The runtime pull secret now exists and stargate-manifests #14 has already cut the live Deployment over to Zot. After this PR completes its first successful self-deploy, merge stargate-manifests #15 to remove the old manifest owner.
Validation: manifests passed server-side dry-run against stargate; workflow and manifest YAML passed Prettier validation.