A deployment is a change applied to a specific app environment.
You can create deployments to
Change the version of the app
Update the helm values of the app
... that is running in the App Environment.
Additionally deployments will be automatically created in the following events,
When a new App Environment is created.
When helm values are updated.
When a specific backup version is restored on to an existing app environment.
To create a deployment
Click "App Environments" option on the left navigation pane.
Select the App Environment from the list for which you want to make a deployment and select 'Deploy New Version'.
Pick the Deployment Version.
You can optionally update the "Helm Values".
Note: The final Helm values applied during deployment will extend from both the App Helm Values and Deployment Helm Values. In case of conflicting values between the two, the Deployment Helm Values will take precedence over the App Helm Values.Click "Deploy Now" button to start deploying the changes.
View all deployments
Navigate to the "Deployments" option in the left navigation pane to access the list of deployments across all App Environments.
View deployments of a app environment
Deployments specific to a App Environment can be found under App Environment settings section.
Click "App Environments" option on the left navigation pane.
Select the App Environment from the list for which you wish to view the deployments.
Click "Deployments" tab on the right pane to view the list of deployments for that App Environment.
Edit deployments
Deployments cannot be edited.
Delete deployments
Deployments cannot be deleted.