Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CODEOWNERS
# Last-match-wins: put broader patterns above more specific ones.
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
* @flamingo-stack/devops-engineers
/.github/CODEOWNERS @flamingo-stack/devops-engineers
33 changes: 33 additions & 0 deletions regsync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,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
Expand Down