sudo dnf install helm
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add backstage https://backstage.github.io/charts
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
make deploy
BACKSTAGE_REGISTRY ?= quay.io
BACKSTAGE_REPOSITORY ?= redhat-developer/backstage
BACKSTAGE_TAG ?= latest
Helm Charts | Description | Repo |
---|---|---|
Janus Showcase | Community | janus-idp/backstage-showcase |
RHDH | Community Preview | redhat-developer/backstage |
RHDH | RedHat | rhdh/rhdh-hub-rhel9 |
Test a Showcase PR => Check your tag in quay repo
BACKSTAGE_REPOSITORY=janus-idp/backstage-showcase BACKSTAGE_TAG=<Your tag> make deploy