Skip to content

Commit 2bbc3cb

Browse files
masonCheinTian
authored andcommitted
fix: fixed several minor bugs
1 parent 706ac45 commit 2bbc3cb

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

charts/runner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Responsible for deploying and managing application instances in the
55
home: https://opencsg.com
66
icon: https://cdn.jsdelivr.net/gh/OpenCSGs/images/favicon.png
77
sources:
8-
- https://github.com/OpenCSGs/runner-charts
8+
- https://github.com/OpenCSGs/csghub-charts
99

1010
# A chart can be either an 'application' or a 'library' chart.
1111
#

charts/runner/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Visit CSGHub-Runner using following endpoint:
88
endpoint: {{ include "runner.external.endpoint" . }}
99

1010
For more details, visit:
11-
https://github.com/OpenCSGs/runner-charts
11+
https://github.com/OpenCSGs/csghub-charts

charts/runner/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,8 @@ global:
9696
## Use path-style addressing for the bucket (vs virtual-hosted style)
9797
# pathStyle: true
9898

99-
## Clearly identify the running mode, root means running as a subchart
100-
chartContext:
101-
isBuiltIn: false
102-
10399
######################################################
104-
## For CSGHub Local Configuration
100+
## For CSGHub Runner Local Configuration
105101
######################################################
106102
## External CSGHub URL for accessing the hub interface
107103
externalUrl: "https://csghub.example.com"

0 commit comments

Comments
 (0)