# Functions
GetDockerhubHelmRepository retrieves the Dockerhub Helm repository based on the given path and repository.
GetGithubHelmRepository retrieves the GitHub packages repository based on the given path and repository.
GetHarborRepository retrieves the Harbor packages repository based on the given path and repository.
GetOCIRepoList retrieves the OCI packages repository based on the given path and repository.
No description provided by the author
NewCoreHelmWrapper returns a new helmWrapper instance.
NewHelmWrapper returns a new helmWrapper instance.
No description provided by the author
No description provided by the author
ParseDigestFromPullOut extracts the sha256 digest from the `helm pull` output string.
ReleaseLog generates a log slice for a Helm release object.
RepoAdd adds a chart repository inspire by https://github.com/helm/helm/blob/dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db/cmd/helm/repo_add.go some difference with `helm repo add` command 1.
RepoRemove inspire by https://github.com/helm/helm/blob/dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db/cmd/helm/repo_remove.go#L117 some difference with `helm repo remove` command 1.
RepoUpdate inspire by https://github.com/helm/helm/blob/dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db/cmd/helm/repo_update.go#L117 some difference with `helm repo update` command 1.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CoreHelmWrapper is a wrapper for helm command.
HelmWrapper is a wrapper for helm command.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
ReleaseWorkerPool handle all helm action.we can mock it for testing.
# Type aliases
No description provided by the author