Description of problem:
Set up Red Hat Developer Hub using the ai-rhdh-installer on OpenShift 4.15+ with GitHub App auth, GitOps, Tekton, and Argo CD. Validate end-to-end scaffolding and deployment of an AI app using a registered AI Software Template.
Acceptance Criteria:
- RHDH is deployed via ai-rhdh-installer using Helm.
- GitHub App is configured and secrets injected.
- GitOps repo is created and Argo CD is connected.
- AI templates (e.g., RAG chatbot) are registered and visible in the UI.
- A template can scaffold a working AI app with source + GitOps repos.
- Tekton and Argo CD pipelines deploy the app successfully.
- Deployed app is accessible and responds to queries.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- <steps>