Try Devtron Enterprise!
Start Free Trial
LogoLogo
WebsiteDevtron demoGithub RepoJoin Discord
v0.6
v0.6
  • Introduction
  • Getting Started
  • Install Devtron
    • Install Devtron with CI/CD
    • Install Devtron with CI/CD and GitOps (Argo CD)
    • Install Devtron without Integrations
    • Install Devtron on Minikube, Microk8s, K3s, Kind, Cloud VMs
    • Demo on Popular Cloud Providers
    • Backup for Disaster Recovery
    • Uninstall Devtron
    • FAQs
  • Devtron Kubernetes Client
  • Configurations
    • Installation Configurations
    • Override Configurations
    • Ingress Setup
  • Global Configurations
    • Host URL
    • GitOps
    • Projects
    • Clusters & Environments
    • Git Accounts
    • Container/OCI Registry
    • Chart Repositories
    • Custom Charts
    • Authorization
      • SSO Login Services
        • Google
        • GitHub
        • GitLab
        • Microsoft
        • LDAP
        • OIDC
        • OpenShift
        • Example - Okta SSO
      • User Permissions
      • Permission Groups
      • API Tokens
    • Notifications
    • External Links
    • Catalog Framework
    • Scoped Variables
    • Pull Image Digest
    • Tags Policy
    • Lock Deployment Configuration
    • Image Promotion Policy
    • Filter Condition
    • Build Infra
  • Devtron Upgrade
    • Update Devtron from Devtron UI
    • 0.5.x-0.6.x
    • 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
        • Build Configuration
        • Base Deployment Template
          • Deployment
          • Rollout Deployment
          • Job and Cronjob
          • StatefulSets
        • GitOps Configuration
        • Workflow Editor
          • CI Pipeline
            • Pre-Build/Post-Build Stages
            • Override Build Configuration
          • CI Pipeline (Legacy)
          • CD Pipeline
        • ConfigMaps
        • Secrets
          • External Secret Operator (ESO)
            • AWS Secrets Manager
            • Google Secrets Manager
            • HashiCorp Vault
        • Protect Configuration
        • Environment Overrides
        • Deleting Application
      • Build and Deploy
        • Triggering CI
        • Triggering CD
        • Rollback Deployment
      • App Details
        • Debugging Deployment And Monitoring
        • Using Ephemeral Containers
        • Application Metrics
      • Overview
    • Jobs
      • Create a new job
      • Configurations
      • Workflow Editor
      • Trigger Job
      • Overview
    • Application Groups
    • Resource Browser
    • Charts
      • Charts Overview
      • Deploy & Observe
      • Examples
        • Deploying Mysql Helm Chart
        • Deploying MongoDB Helm Chart
      • Chart Group
    • Security
      • Security Scans
      • Security Policies
    • Bulk Edit
    • Integrations
      • Build and Deploy (CI/CD)
      • GitOps (Argo CD)
      • Vulnerability Scanning (Clair)
      • Notifications
      • Monitoring (Grafana)
    • Pipeline Plugins
      • Codacy
      • Copy Container Image
      • Dependency track - Maven & Gradle
      • Dependency track - NodeJS
      • Dependency track - Python
      • K6 Load Testing
      • Semgrep
      • SonarQube
      • SonarQube v1.1.0
  • Resources
    • Glossary
    • 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
      • Pull Helm Charts from OCI Registry
    • Telemetry Overview
    • Devtron on Graviton
    • Release Notes
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.