kpt icon indicating copy to clipboard operation
kpt copied to clipboard

porch should ignore tags that are not associated with any package

Open natasha41575 opened this issue 2 years ago • 0 comments

Proposed fix for https://github.com/GoogleContainerTools/kpt/issues/3407

Basically ignore tags that don't have a package name in front of the version, and ignore tags that throw errors. As we see in the kpt repo, a tag like v0.33.0 is a release tag and not associated with any package. In the kustomize repo, we have release tags like kustomize/v1.2.3 that look like package revision tags, but aren't. If users have repos with similar release tagging schemas, porch should not throw an error when it encounters those tags.

An alternative would be to change the porch tagging scheme, making it have a unique porch prefix or something.

natasha41575 avatar Aug 02 '22 19:08 natasha41575

ping @mortent

natasha41575 avatar Aug 15 '22 17:08 natasha41575