ankra helm
Commands to manage Helm chart registries and registry credentials.ankra helm credentials
Manage Helm registry credentialsankra 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| Flag | Default | Description |
|---|---|---|
--name | Credential name (required) | |
--username | Registry username (required) |
ankra helm credentials delete
Delete a Helm registry credential| Flag | Default | Description |
|---|---|---|
-f, --force | false | Skip confirmation prompt |
ankra helm credentials get
Get details of a Helm registry credentialankra helm credentials list
List Helm registry credentials| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
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| Flag | Default | Description |
|---|---|---|
--username | Registry username (required) |
ankra helm registries
Manage Helm chart registriesankra helm registries create
Create a Helm chart registry by providing a JSON spec file. Example: ankra helm registries create -f registry-spec.json| Flag | Default | Description |
|---|---|---|
-f, --file | Path to registry spec JSON file (required) |
ankra helm registries delete
Delete a Helm chart registry| Flag | Default | Description |
|---|---|---|
-f, --force | false | Skip confirmation prompt |
ankra helm registries get
Get details of a Helm chart registry| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra helm registries list
List Helm chart registries| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra helm registries sync
Trigger a manual sync of a Helm chart registryankra helm registries sync-jobs
List sync jobs for a Helm chart registry| Flag | Default | Description |
|---|---|---|
--page | 1 | Page number |
--page-size | 25 | Number of jobs per page |
ankra helm registries update
Update a Helm chart registry| Flag | Default | Description |
|---|---|---|
--read-job-interval | 0 | Seconds between automatic background syncs (required) |