Skip to main content

ankra helm

Commands to manage Helm chart registries and registry credentials.

ankra helm credentials

Manage Helm registry credentials

ankra helm credentials create

Create a Helm registry credential with username and password. The password will be prompted interactively. Example: ankra helm credentials create —name my-cred —username user
Flags

ankra helm credentials delete

Delete a Helm registry credential
Flags

ankra helm credentials get

Get details of a Helm registry credential

ankra helm credentials list

List Helm registry credentials
Flags

ankra helm credentials update

Update a Helm registry credential’s username and password. The password will be prompted interactively. Example: ankra helm credentials update my-cred —username user
Flags

ankra helm registries

Manage Helm chart registries

ankra helm registries create

Create a Helm chart registry from a spec file (-f, JSON or YAML) or directly from —name and —url. In a spec file the registry must be nested under exactly one of “helm_oci_registry” or “helm_http_registry”: {“spec”: {“helm_oci_registry”: {“name”: “my-charts”, “url”: “oci://ghcr.io/acme/charts”}}} {“spec”: {“helm_http_registry”: {“name”: “my-charts”, “url”: “https://charts.example.com”}}} A flat {“name”: …, “url”: …} file is accepted and nested automatically, inferring the registry type from the URL scheme: oci:// creates an OCI registry, http:// or https:// an HTTP chart repository. The flag form uses the same inference. Examples: ankra helm registries create -f registry-spec.json ankra helm registries create -f registry-spec.yaml ankra helm registries create —name my-charts —url oci://ghcr.io/acme/charts ankra helm registries create —name my-charts —url https://charts.example.com
—credential-name my-cred —exclude-charts legacy-chart
Flags

ankra helm registries delete

Delete a Helm chart registry
Flags

ankra helm registries get

Get details of a Helm chart registry. The registry’s chart listing is paginated; use —page/—page-size to select which chart page the response (and -o json/yaml output) carries. Examples: ankra helm registries get bitnami ankra helm registries get bitnami —page 2 —page-size 100 -o json
Flags

ankra helm registries list

List Helm chart registries. Results are paginated (20 per page by default). Use —search to filter by name, —page/—page-size to navigate, or —all to fetch every page. Examples: ankra helm registries list —search bitnami ankra helm registries list —page 2 —page-size 100 ankra helm registries list —all ankra helm registries list —sort-by chart_count —sort-order desc
Flags

ankra helm registries sync

Trigger a manual sync of a Helm chart registry

ankra helm registries sync-jobs

List sync jobs for a Helm chart registry
Flags

ankra helm registries update

Update a Helm chart registry
Flags