You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# helm registry --help
This command consists of multiple subcommands to interact with registries.
Usage:
helm registry [command]
Available Commands:
login login to a registry
logout logout from a registry
the feature like this: registry_usernameregistry_password
Is there any progress or plans for when the PR will be implemented? We are in the process of migrating all our private helm-repositories to OCI-only. This is the last problem that is preventing us from finishing.
SUMMARY
support
helm registry login
the feature like this:
registry_username
registry_password
ISSUE TYPE
i have try this
#429 (comment)
but i have a docker registry with basic auth, so it error with
401 Unauthorized
temporary solution
COMPONENT NAME
kubernetes.core.helm
ADDITIONAL INFORMATION
helm registry login will support oci registry like docker registry or harbor registry with username and password.
The text was updated successfully, but these errors were encountered: