Skip to content

kiali/deploy-backstage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published