Skip to main content
Version: v1.15

Proxied configuration

API Version Information

This guide applies to all supported versions (v1.9-v1.14+) for self-hosted deployments in proxied environments. Proxy configuration procedures are consistent across versions.

For version-specific deployment considerations, see the .

When you install Upbound with Helm in a proxied environment, please update the specified registry with your internal registry.

helm -n upbound-system upgrade --install spaces \
oci://xpkg.upbound.io/spaces-artifacts/spaces \
--version "${SPACES_VERSION}" \
--set "ingress.host=${SPACES_ROUTER_HOST}" \
--set "account=${UPBOUND_ACCOUNT}" \
--set "authentication.hubIdentities=true" \
--set "authorization.hubRBAC=true" \
--set "registry=registry.company.corp/spaces" \
--set "controlPlanes.uxp.registryOverride=registry.company.corp/xpkg.upbound.io" \
--set "controlPlanes.uxp.repository=registry.company.corp/spaces" \
--wait