From 2cffdbc6d4dc777f8767f513becf9b6ebebee583 Mon Sep 17 00:00:00 2001 From: Ivan Khropachov Date: Thu, 10 Sep 2026 09:45:44 +0300 Subject: [PATCH 1/2] Crossplane Image --- regsync-config.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/regsync-config.yaml b/regsync-config.yaml index 5a86a79..5ebd557 100644 --- a/regsync-config.yaml +++ b/regsync-config.yaml @@ -531,6 +531,39 @@ sync: allow: - 'v[0-9]+\.[0-9]+\.[0-9]+' + # --------------------------------------------------------------------------- + # Infrastructure as Code + # Crossplane control plane and its GCP provider packages (OCI xpkg artifacts) + # Includes: Crossplane, provider-family-gcp, provider-gcp-cloudplatform + # --------------------------------------------------------------------------- + + - source: xpkg.crossplane.io/crossplane/crossplane + target: ${TARGET_REGISTRY}/crossplane/crossplane + type: repository + tags: + semverRange: + - ">=2.3.5" + allow: + - 'v[0-9]+\.[0-9]+\.[0-9]+' + + - source: xpkg.upbound.io/upbound/provider-family-gcp + target: ${TARGET_REGISTRY}/upbound/provider-family-gcp + type: repository + tags: + semverRange: + - ">=3.0.0" + allow: + - 'v[0-9]+\.[0-9]+\.[0-9]+' + + - source: xpkg.upbound.io/upbound/provider-gcp-cloudplatform + target: ${TARGET_REGISTRY}/upbound/provider-gcp-cloudplatform + type: repository + tags: + semverRange: + - ">=3.0.0" + allow: + - 'v[0-9]+\.[0-9]+\.[0-9]+' + # --------------------------------------------------------------------------- # Kubernetes Infrastructure # Core K8s components for certificates, ingress, DNS, and cluster management From f9e1bcbb45239822425511f35aab28c7cb362f9d Mon Sep 17 00:00:00 2001 From: Ivan Khropachov Date: Wed, 16 Sep 2026 10:55:14 +0300 Subject: [PATCH 2/2] Crossplane kms.gcp --- regsync-config.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/regsync-config.yaml b/regsync-config.yaml index 5ebd557..08e01d5 100644 --- a/regsync-config.yaml +++ b/regsync-config.yaml @@ -492,7 +492,7 @@ sync: # --------------------------------------------------------------------------- # Infrastructure as Code # Crossplane control plane and its GCP provider packages (OCI xpkg artifacts) - # Includes: Crossplane, provider-family-gcp, provider-gcp-cloudplatform, provider-gcp-storage + # Includes: Crossplane, provider-family-gcp, provider-gcp-cloudplatform, provider-gcp-kms, provider-gcp-storage # --------------------------------------------------------------------------- - source: xpkg.crossplane.io/crossplane/crossplane @@ -522,6 +522,15 @@ sync: allow: - 'v[0-9]+\.[0-9]+\.[0-9]+' + - source: xpkg.upbound.io/upbound/provider-gcp-kms + target: ${TARGET_REGISTRY}/upbound/provider-gcp-kms + type: repository + tags: + semverRange: + - ">=3.0.0" + allow: + - 'v[0-9]+\.[0-9]+\.[0-9]+' + - source: xpkg.upbound.io/upbound/provider-gcp-storage target: ${TARGET_REGISTRY}/upbound/provider-gcp-storage type: repository