Helm chart for the nine Webinar App.
The image.tag in values.yaml is automatically updated by the webinar-app CI/CD pipeline whenever a new release tag is pushed. ArgoCD watches this repo and syncs changes to the cluster.
helm install webinar-app . \
--namespace webinar \
--create-namespace \
--set image.repository=YOUR_REGISTRY_URL/webinar-app \
--set ingress.host=webinar.example.com