timflannagan / rukpak

Rukpak runs in a Kubernetes cluster and defines an API for installing cloud native bundle content
Apache License 2.0
0 stars 0 forks source link

generalize for other content sources #24

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

See https://github.com/operator-framework/rukpak/issues/164

https://github.com/timflannagan/rukpak/blob/8596bd58d6ec24bf9965ad5a3268031dd2210e34/internal/provisioner/plain/controllers/bundle_controller.go#L264


        return updateStatusUnpackFailing(u, fmt.Errorf("get bundle contents: %w", err))
    }

    // TODO: generalize for other content sources
    // See https://github.com/operator-framework/rukpak/issues/164
    bundleImageDigest, err := r.getBundleImageDigest(pod)
    if err != nil {
        return updateStatusUnpackFailing(u, fmt.Errorf("get bundle image digest: %w", err))
github-actions[bot] commented 2 years ago

Closed in 2166b326f600c76b73cbb907e41fddf0f81dbae9