A Crossplane Configuration package that installs the Backstage developer portal Helm chart with a minimal, stable interface.
helm-backstage renders a single Helm release for Backstage. It exposes only the inputs needed
for chart values, namespace, and release name, keeping the interface stable while allowing full Helm overrides.
- Minimal Helm interface: values and overrideAllValues with stable defaults
- Predictable naming: defaults to
<clusterName>-backstagein thebackstagenamespace - GitOps friendly: ships a
.gitops/deploy chart
- Crossplane installed in the cluster
- Crossplane providers:
provider-helm(>=v1.0.6)
- Crossplane function:
function-auto-ready(>=v0.6.0)
apiVersion: pkg.crossplane.io/v1
kind: Configuration
metadata:
name: helm-backstage
spec:
package: ghcr.io/hops-ops/helm-backstage:latestapiVersion: helm.hops.ops.com.ai/v1alpha1
kind: Backstage
metadata:
name: backstage
namespace: example-env
spec:
clusterName: example-cluster
values:
backstage:
appConfig:
app:
title: Developer Portal
baseUrl: http://localhost:3000
postgresql:
enabled: truemake render
make validate
make test