[go: up one dir, main page]

Helm Deployment for Azure

Enable Hummingbird AI Analysis for Pipelines

Pipelines are powered by Opsera’s Hummingbird AI, a cutting-edge AI technology introduced by Opsera to leverage the power of generative Al across your software delivery lifecycle. The AI analysis, summarizes the CI/CD pipelines that are executed, enabling users to step back and assess deployment pipelines holistically, rather than getting caught up in isolated step-by-step evaluations when issues arise. To learn more, read here. This feature is enabled on request. To have this enabled for your Pipelines, please get in touch with us at [email protected]

Using Helm, you can makes updates and rollback of applications more efficient and improves team collaboration. Unlike traditional package managers for Kubernetes, Helm simplifies automated management (install, update, or uninstall) of packages for Kubernetes applications.

To create Deploy step for Azure using Helm

  1. Open the pipeline and click + to create a new step.

  2. In the Step Setup, enter a step name (Example: Deploy), choose the Tool and click Save.

  3. In the Step Settings, enter the following details:

  • Source Code Management Tool Type: Select the SCM tool typeS from the dropdown.

  • Source Code Management Tool: Select the configured Tool .

  • Branch: Azure: Select a branch of the chosen tool.

  • Git File Path: Enter the git file path.

  • Cloud Provider: Choose the cloud provider as Azure.

  • Azure Tool: Choose the Azure tool from the dropdown.

  • Azure Credentials: Choose the Azure credentials from the dropdown.

  • Name Space: Choose the name space from the dropdown.

  • Input File Name: Enter the input file name

  • Service Name: Enter the service name

  • Environment Variables: Enable Specify Environment Variables. Add parameters and assign key-value for them.

  • Click Save.

Last updated

Was this helpful?