Backstage Helm Charts
Go to file
Joshua Jackson be5b46d4c8
Feature: Resource Limits for backstage container (#27)
2022-12-15 16:20:12 +01:00
.github docs: Use helm-docs with a proper template (#18) 2022-12-13 08:38:18 +01:00
charts Feature: Resource Limits for backstage container (#27) 2022-12-15 16:20:12 +01:00
.gitignore Adding release_name to the instructions The release_name was missing in the instructions (#32) 2022-12-15 12:32:29 +01:00
.helmignore Initial version 2022-05-17 13:57:19 +02:00
.pre-commit-config.yaml docs: Use helm-docs with a proper template (#18) 2022-12-13 08:38:18 +01:00
LICENSE chore: Add license (#7) 2022-12-12 15:35:36 +01:00
NOTICE chore: Add license (#7) 2022-12-12 15:35:36 +01:00
README.md Adding release_name to the instructions The release_name was missing in the instructions (#32) 2022-12-15 12:32:29 +01:00
ct-install.yaml chore: Add CI tests (#8) 2022-12-06 15:16:22 -06:00
ct.yaml chore: Add CI tests (#8) 2022-12-06 15:16:22 -06:00

README.md

Backstage Helm Chart

Backstage is an open platform for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly — without compromising autonomy.

Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

Usage

Charts are available in the following formats:

Installing from the Chart Repository

The following command can be used to add the chart repository:

helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add backstage https://backstage.github.io/charts

Once the chart has been added, install one of the available charts:

helm upgrade -i <release_name> backstage/backstage

Installing from an OCI Registry

Charts are also available in OCI format. The list of available charts can be found here.

Install one of the available charts:

helm upgrade -i <release_name> oci://ghcr.io/backstage/charts/backstage --version=<version>

Backstage Chart

More information can be found by inspecting the backstage chart.