Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion regsync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -522,6 +522,15 @@ sync:
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
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
Expand Down
Loading