Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Container Registry
  • Getting started
    • All guides
    • Installing and configuring Docker
    • Authentication in Container Registry
      • Getting information about existing Helm charts
      • Pushing a Helm chart to a registry
      • Pulling a Helm chart from a registry
      • Deleting a Helm chart from a registry
    • Scanning Docker images for vulnerabilities
    • Creating a trigger for a registry
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

In this article:

  • Deleting a Helm chart locally
  • Deleting a Helm chart in a registry
  1. Step-by-step guides
  2. Managing a Helm chart
  3. Deleting a Helm chart from a registry

Deleting a Helm chart from a registry

Written by
Yandex Cloud
Updated at May 13, 2025
  • Deleting a Helm chart locally
  • Deleting a Helm chart in a registry

You can delete Helm charts in a Container Registry repository. Container Registry stores Helm charts the same way as conventional Docker Images.

Deleting a Helm chart locallyDeleting a Helm chart locally

CLI

To delete a Helm chart locally, run the command below:

helm repo remove cr.yandex/<registry_ID>/<Helm_chart_name>:<version>

Deleting a Helm chart in a registryDeleting a Helm chart in a registry

CLI

If you do not have the Yandex Cloud (CLI) command line interface yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

To delete a Helm chart uploaded to Container Registry, run the command you would use to delete Docker images:

yc container image delete <image_ID>

Was the article helpful?

Previous
Pulling a Helm chart from a registry
Next
Getting information about existing registries
© 2025 Direct Cursus Technology L.L.C.