Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
CD - Build & Deploy / build-and-push (push) Has been cancelled
CD - Build & Deploy / package-helm (push) Has been cancelled
CD - Build & Deploy / deploy-staging (push) Has been cancelled
CD - Build & Deploy / deploy-production (push) Has been cancelled
CD - Build & Deploy / release (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / security (push) Has been cancelled
Changes: - Add templates/docker-registry.yaml to auto-create imagePullSecret - Add registrySecret config to values.yaml (disabled by default) - Enable registrySecret in values-production.yaml with placeholders - Secret auto-generates from username/password in values Usage in ArgoCD: 1. Set parameters in UI: - registrySecret.username: <your-username> - registrySecret.password: <your-password> 2. Sync the app 3. Secret will be auto-created and used for image pull No manual kubectl commands needed!