Skip to main content
Make Deployments
Nishan avatar
Written by Nishan
Updated over a week ago

A deployment is a change applied to a specific app environment.

You can create deployments to

  1. Change the version of the app

  2. Update the helm values of the app

... that is running in the App Environment.

Additionally deployments will be automatically created in the following events,

  1. When a new App Environment is created.

  2. When helm values are updated.

  3. When a specific backup version is restored on to an existing app environment.

To create a deployment​

  1. Click "App Environments" option on the left navigation pane.

  2. Select the App Environment from the list for which you want to make a deployment and select 'Deploy New Version'.

  3. Pick the Deployment Version.

  4. 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.

  5. 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.

  1. Click "App Environments" option on the left navigation pane.

  2. Select the App Environment from the list for which you wish to view the deployments.

  3. 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.

Did this answer your question?