Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.06 KB

deploy-backstage

Install helm

sudo dnf install helm

Install repos

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

Deploy Backstage

make deploy

Configure the image to deploy

Default values

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