Try Devtron Enterprise!
Start Free Trial
LogoLogo
WebsiteDevtron demoGithub RepoJoin Discord
v0.5
v0.5
  • Overview
  • Getting Started
    • Install Devtron
      • Install Devtron with CI/CD integration
      • Install Devtron
      • Install Devtron on Minikube, Microk8s, K3s, Kind
      • Installation Configurations
      • Override Configurations
      • Ingress setup for Devtron Installation
    • Global Configurations
      • GitOps
      • Projects
      • Cluster And Environments
        • Namespaces And Environments
      • Git Accounts
      • Container Registries
      • Chart Repositories
      • Custom charts
      • SSO Login Service
      • Authorization
        • User Permissions
        • Permission Groups
        • API Tokens
      • Manage Notification
      • External links
    • Devtron Upgrade
      • Update Devtron from Devtron UI
      • 0.4.x-0.5.x
      • 0.4.x-0.4.x
      • 0.3.x-0.4.x
      • 0.3.x-0.3.x
      • 0.2.x-0.3.x
  • Usage
    • Applications
      • Create a new application
      • Clone an existing application
      • Deploy a sample application
      • App Configuration
        • Git Repository
        • Docker Build Configuration
        • Deployment Template
          • Deployment
          • Rollout Deployment
          • Job and Cronjob
        • Workflow Overview
        • CI Pipeline
          • Pre-Build/Post-Build Tasks
        • CI Pipeline (Legacy)
        • CD Pipeline
        • Config Maps
        • Secrets
        • Environment Overrides
        • Deleting Application
      • Build and Deploy
        • Triggering CI
        • Triggering CD
      • App Details
        • Debugging Deployment And Monitoring
        • Application Metrics
    • Charts
      • Charts Overview
      • Deploy & Observe
      • Examples
        • Deploying Mysql Helm Chart
        • Deploying MongoDB Helm Chart
      • Chart Group
    • Security
    • Bulk Edit
    • Integrations
  • Resources
    • Troubleshooting
    • Use Cases
      • Devtron Generic Helm Chart To Run CronJob Or One Time Job
      • Connect SpringBoot with Mysql Database
      • Connect Expressjs With Mongodb Database
      • Connect Django With Mysql Database
    • Telemetry Overview
  • Deprecated
    • Hyperion
Powered by GitBook
On this page
  • Introduction
  • 1. Discover the chart from the Chart Store
  • 2. Configure the Chart
  • 3. Status of Deployment
  • 4. Update or Upgrade Chart
  • 5. Chart Details and Delete Charts

Was this helpful?

Export as PDF
  1. Usage
  2. Charts

Deploy & Observe

PreviousCharts OverviewNextExamples

Last updated 2 years ago

Was this helpful?

Introduction

Discover, Create, Deploy, Update, Upgrade, Delete charts.

1. Discover the chart from the Chart Store

Select the Charts section from the left pane, you will be landed to the Chart Store page. Search nginx or any other charts in search filter.

Click on chart and it will redirect you to Chart Details page where you can see a number of instances deployed by using the same chart.

2. Configure the Chart

After selecting the version and values, click on Deploy

Enter the following details, to deploy chart:

Key
Description

App Name

Name of the Chart Unique

Project

Project in which you want to deploy the chart

Environment

Environment in which you want to deploy the chart

Chart Version

Chart version

Chart Value

Latest default value or create a custom value

you can choose any chart version, values and update it on values.yaml

Click on Deploy to deploy the Chart

3. Status of Deployment

After clicking on Deploy you will land on a page that shows the status of the deployment of the Chart.

The status of the chart should be Healthy. It might take a few seconds after initiating the deployment of the chart. In case the status of the deployment is Degraded or takes a long time to get deployed, click on Details in Application Status section on the same page or check the logs of the pods to debug the issue.

  1. Shows status of deployed chart.

  2. Shows the controller service accounts being used.

  3. Clicking on values will land you on the page where you can update, upgrade or delete chart.

  4. Clicking on View Chart will land you to the page where you can see all the running instances of this chart.

To see deployment history of Helm application, click on Deployment history from App details page.

4. Update or Upgrade Chart

For update you can change its chart version or values.yaml and then click on Update And Deploy.

For upgrade click on Repo/Chart field and search any chart name like nginx-ingress and change values corresponding to that chart and Click on Update And Deploy.

After an update or upgrade you again will land on App Detail page, where you can check pods and service name.

5. Chart Details and Delete Charts

By clicking on View Chart in Chart Used section on App Details page, it will redirect you to Chart Details page where you can see number of instances installed by this chart and also you can delete the chart instance from here.