nephio-project / nephio

Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which those workloads depend.
Apache License 2.0
112 stars 52 forks source link

Porch deltes package resources on update with identical package resources #813

Open liamfallon opened 1 month ago

liamfallon commented 1 month ago

In Porch, if an update is pushed to a package with resources identical to the existing resources, then Porch deletes all the resources in the package.

When Porch realizes there are no changes, it does not reset the resources to the original resource map correctly.

See https://github.com/nephio-project/porch/pull/123