Skip to content

Commit 1bf2abc

Browse files
change name to backstage in Chart.yaml instead of values
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent 78b4795 commit 1bf2abc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ kubeVersion: ">= 1.19.0-0"
4040
maintainers:
4141
- name: Red Hat
4242
url: https://redhat.com
43-
name: redhat-developer-hub
43+
name: backstage
4444
type: application
4545
sources: []
4646
# This is the chart version. This version number should be incremented each time you make changes

charts/backstage/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
nameOverride: developer-hub
12
global:
23
dynamic:
34
# -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field.
@@ -32,7 +33,7 @@ global:
3233
# -- Upstream Backstage [chart configuration](https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml)
3334
# @default -- Use Openshift compatible settings
3435
upstream:
35-
nameOverride: backstage
36+
nameOverride: developer-hub
3637
backstage:
3738
image:
3839
registry: quay.io

0 commit comments

Comments
 (0)