From 413efd61da802dac774d7ef7b46f00d73ddd586c 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 ca681eb..a826f1d 100644 --- a/regsync-config.yaml +++ b/regsync-config.yaml @@ -495,6 +495,39 @@ sync: # 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]+' + + # --------------------------------------------------------------------------- + # 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 From aaaaa01bd001e9f5689636893307c9d051dc6ae8 Mon Sep 17 00:00:00 2001 From: Ivan Khropachov Date: Thu, 10 Sep 2026 11:56:22 +0300 Subject: [PATCH 2/2] Update Crossplane --- regsync-config.yaml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/regsync-config.yaml b/regsync-config.yaml index a826f1d..5a86a79 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 + # Includes: Crossplane, provider-family-gcp, provider-gcp-cloudplatform, provider-gcp-storage # --------------------------------------------------------------------------- - source: xpkg.crossplane.io/crossplane/crossplane @@ -522,32 +522,8 @@ 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 + - source: xpkg.upbound.io/upbound/provider-gcp-storage + target: ${TARGET_REGISTRY}/upbound/provider-gcp-storage type: repository tags: semverRange: