Deleting a Helm chart from a registry
Written by
Updated at August 12, 2024
You can delete Helm charts
Deleting 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 registry
CLI
If you do not have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. 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>