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
16 changes: 16 additions & 0 deletions regsync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,22 @@ sync:
allow:
- '[0-9]+\.[0-9]+\.[0-9]+'

# ---------------------------------------------------------------------------
# Infrastructure as Code
# Helm chart for the Crossplane control plane
# Includes: Crossplane
# ---------------------------------------------------------------------------

# Crossplane publishes no OCI chart; chartproxy fronts the HTTP repo, same as nats above.
- source: chartproxy.container-registry.com/charts.crossplane.io/stable/crossplane
target: ${TARGET_REGISTRY}/helm-charts/crossplane
type: repository
tags:
semverRange:
- ">=2.3.5"
allow:
- '[0-9]+\.[0-9]+\.[0-9]+'

# ---------------------------------------------------------------------------
# Networking & Tunneling
# Helm charts for secure tunneling and development tools
Expand Down
Loading