-
Notifications
You must be signed in to change notification settings - Fork 6
Deploying VRO
Cheng edited this page Oct 16, 2024
·
68 revisions
VRO is deployed to the LHDI platform. To deploy to LHDI, Docker images for deployment must exist in the GHCR (GitHub Container Registry). We have migrated GitHub Actions to ArgoCD for deployments.
To perform a deployment:
- Confirm that the SecRel workflow (Snyk & Aqua gate check) scan passes and that the new Docker image has been published.
(only applies to
sandbox
,prod-test
,prod
deployments) - Navigate to the ArgoCD repo's deployment folder
- Find the service you want to deploy (e.g.
svc-bie-kafka
) - Update the image tag hash in the relevant yaml file(s) corresponding to the target environment(s) (e.g.,
dev.yaml
for the development environment) and update the image tag hash in the file. - Creating a PR and merging it into the main branch will trigger the deployment