Conversation
gravufo
force-pushed
the
fix/namespace-repository-scope
branch
from
September 11, 2026 03:22
792a7af to
c0e6379
Compare
gravufo
force-pushed
the
fix/namespace-repository-scope
branch
from
September 11, 2026 03:25
c0e6379 to
e02173b
Compare
MisterMX
reviewed
Sep 18, 2026
Collaborator
|
Not sure if we should backport this change? Namespace scope is the correct one but there might be someone who relies on that resource being cluster scoped, though I think it is unlikely. |
gravufo
force-pushed
the
fix/namespace-repository-scope
branch
from
September 18, 2026 17:02
e02173b to
e26c518
Compare
Collaborator
Author
wasn't planning on backporting it, will be released in v0.17.0. |
Change the Repository resource scope from Cluster to Namespaced and regenerate the corresponding CRD. Remove the placeholder commit used to trigger PR creation. Signed-off-by: Christian Artin <gravufo@gmail.com>
gravufo
force-pushed
the
fix/namespace-repository-scope
branch
from
September 18, 2026 22:26
e26c518 to
fbc22c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #377: Cannot apply cluster scoped composed Repository resource for a namespaced composite resource.
Changes
Updated
apis/namespace/repositories/v1alpha1/repository_types.go:scope=Clustertoscope=NamespacedRegenerated
package/crds/repositories.m.argocd.crossplane.io_repositories.yaml:ClustertoNamespacedTesting
Make generate was run and we can see the XRD is now namespace scoped.