File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This chart bootstraps a [Backstage](https://backstage.io/docs/deployment/docker)
20
20
- Kubernetes 1.19+
21
21
- Helm 3.2.0+
22
22
- PV provisioner support in the underlying infrastructure
23
- - [ Backstage container image] ( https://backstage.io/docs/deployment/docker )
23
+ - [ Backstage container image] ( https://backstage.io/docs/deployment/docker ) (by default this chart deploys vanilla upstream image without any modifications, users are encouraged to supply their own image)
24
24
25
25
## Installing the Chart
26
26
@@ -72,9 +72,9 @@ The command removes all the Kubernetes components associated with the chart and
72
72
73
73
| Name | Description | Value |
74
74
| ------------------------------- | -------------------------------------------------------------------- | --------------------------------------------------------------------------- |
75
- | ` backstage.image.registry ` | Backstage image registry | ` "" ` |
76
- | ` backstage.image.repository ` | Backstage image repository (required) | ` "" ` |
77
- | ` backstage.image.tag ` | Backstage image tag (required immutable tags are recommended) | ` "" ` |
75
+ | ` backstage.image.registry ` | Backstage image registry | ` ghcr.io ` |
76
+ | ` backstage.image.repository ` | Backstage image repository (required) | ` backstage/backstage ` |
77
+ | ` backstage.image.tag ` | Backstage image tag (required immutable tags are recommended) | ` latest ` |
78
78
| ` backstage.image.pullPolicy ` | Backstage image pull policy | ` IfNotPresent ` |
79
79
| ` backstage.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
80
80
| ` backstage.command ` | Override Backstage container command | ` ["node", "packages/backend"] ` |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.5.2
18
+ version : 0.5.3
19
19
20
20
dependencies :
21
21
- name : common
Original file line number Diff line number Diff line change 1
- backstage :
2
- image :
3
- registry : ghcr.io
4
- repository : janus-idp/redhat-backstage-build
5
- tag : latest
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ ingress:
86
86
87
87
backstage :
88
88
image :
89
- registry : " "
90
- repository : " "
91
- tag : " "
89
+ registry : ghcr.io
90
+ repository : backstage/backstage
91
+ tag : latest
92
92
# # Specify a imagePullPolicy
93
93
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
94
94
# # ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
You can’t perform that action at this time.
0 commit comments