This document discusses the future of package management for Kubernetes applications. It envisions declarative Kubernetes APIs that enable automated updates of packaged software. Packages would be distributed as immutable bundles in OCI registries so the exact software versions are known. A layered approach is proposed where different tools can be used for their intended purpose, such as using Kubernetes resources, YAML, or the kapp CLI. The imgpkg CLI is demonstrated as a tool for pushing, copying, and pulling bundles stored in OCI registries. The document encourages readers to help build the future of package management through the Carvel project.