Login to OmniDeq GUI https://app.cloudhedge.io/OR "omnideq-appliance-url" and navigate to Cruize -> Application Blueprints
We have created a sample application Blueprint called as ‘eshop’. We will be using “v1” version for the promotion
Promote application blueprint of version ‘v1’ to stg/prd environment
Execute the below command to publish the application blueprint to the gitops dev
environment.
# Execute the following command
chctl cruize promote --source "eks-dev-01" --applicationName "eshop" --target "od-eks-stg-01" --appBlueprintVersion v1
The above command will promote eshop application artifacts to the git repository monitored by ArgoCD in the EKS cluster "od-eks-dev-01". This ArgoCD will try to deploy this application to the "od-eks-stg-01" EKS cluster. You can check the status of the deployment by navigating to the ArgoCD UI - https://localhost:8443