Deleting a Helm chart from a registry
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.il.nebius.cloud/<registry ID>/<Helm chart name>:<version>
Deleting a Helm chart in a registry
CLI
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>