Skip to content

Commit

Permalink
Update Chart description and builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
mason committed Sep 27, 2024
1 parent fa624d7 commit ce2e63d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion helm-chart/charts/csghub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apiVersion: v2
name: csghub
description: A Helm chart for Kubernetes
description: CSGHub is an open source, trustworthy large model asset management platform that can assist users in governing the assets involved in the lifecycle of LLM and LLM applications (datasets, model files, codes, etc).
home: https://opencsg.com
sources:
- https://github.com/OpenCSGs/CSGHub-helm

# A chart can be either an 'application' or a 'library' chart.
#
Expand Down
8 changes: 4 additions & 4 deletions helm-chart/charts/csghub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ global:
## The name of the database to connect to on the PostgreSQL server.
# database: "server"
## Sets the timezone for the database connection, ensuring time-based operations use the correct timezone.
# timezone: "Asia/Shanghai"
# timezone: "Asia/Shanghai"
## Specifies the location and credentials for accessing the external Object Storage (OSS) service.
objectStore: { }
## The endpoint URL of the object storage service.
Expand All @@ -154,7 +154,7 @@ global:
## The name of the bucket within the object storage service to be used.
# bucketName: "csghub-server"
## The region where the bucket is located within the object storage service.
# region: "cn-north-1"
# region: "cn-north-1"

## GitLab Shell configuration
## GitLab Shell is a SSH access and repository management software developed for GitLab.
Expand Down Expand Up @@ -303,7 +303,7 @@ global:
## Specifies the location of the Builder Docker image in the Builder.
repository: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub-space-builder
## Defines the specific version of the Builder image to use.
tag: v0.9.0
tag: v0.9.2
## Determines how the image should be pulled from the Builder.
pullPolicy: "IfNotPresent"
## List of image pull secrets.
Expand Down Expand Up @@ -360,7 +360,7 @@ global:
## This is the network port where the Runner service will listen for connections.
port: 8082
## Defines the Kubernetes namespace in which the runner will operate.
namespace: "app"
namespace: "space"
## Specifies the internal domain (from knative serving) name for the runner to use.
internalDomain:
- domain: app.internal
Expand Down

0 comments on commit ce2e63d

Please sign in to comment.