Documentation
¶
Index ¶
Constants ¶
View Source
const (
HelmCredentialsFileBasename = ".config/helm/registry/config.json"
)
Variables ¶
View Source
var (
ErrNoRelease = errors.New("no release found")
)
Functions ¶
func PullPreflightFromOCI ¶
func PullSpecsFromOCI ¶ added in v0.76.0
PullSpecsFromOCI pulls both the preflight and support bundle specs from the given URI
The URI is expected to be the same as the one used to install your KOTS application Example oci://registry.replicated.com/app-slug/unstable will endup pulling preflights from "registry.replicated.com/app-slug/unstable/replicated-preflight:latest" and support bundles from "registry.replicated.com/app-slug/unstable/replicated-supportbundle:latest" Both images have their own media types created when publishing KOTS OCI image. NOTE: This only works with replicated registries for now and for KOTS applications only
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.