Update Helm chart for aiq2-web: rename application, bump version to 2…#154
Conversation
…603.16.0-rc12, and update image repository tags for aiq-agent and aiq-frontend.
Greptile SummaryThis PR updates the Helm chart for the AI-Q web deployment: it renames the chart from Key changes:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Helm Chart: aiq2-web\nv2603.16.0-rc12"] --> B["Sub-chart: aiq v0.0.4\n(aiq-0.0.4.tgz)"]
B --> C["backend deployment\nnvcr.io/nvidia/blueprint/aiq-agent:2.0.0"]
B --> D["frontend deployment\nnvcr.io/nvidia/blueprint/aiq-frontend:2.0.0"]
B --> E["postgres deployment\nbitnami/postgresql:latest"]
C -->|"port 8000"| F["aiq-backend Service\nClusterIP"]
D -->|"port 3000"| G["aiq-frontend Service\nClusterIP + Ingress (nginx)"]
E -->|"port 5432"| H["aiq-postgres Service\nClusterIP"]
C -->|"DB URL"| H
D -->|"BACKEND_URL"| F
|
… repository to nvcr.io/nvidia/blueprint and bump version to 2.0.0.
…603.16.0-rc12, and update image repository tags for aiq-agent and aiq-frontend.