Skip to content

Commit

Permalink
doc: document building the Chart
Browse files Browse the repository at this point in the history
As part of #257 a new script introduced for building helm charts for release.
This commit adds documentation for the script.

Signed-off-by: faganihajizada <[email protected]>
  • Loading branch information
faganihajizada committed Mar 7, 2025
1 parent 6861583 commit be03e17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployments/helm/nvidia-dra-driver-gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Dynamic Resource Allocation (DRA) for NVIDIA GPUs in Kubernetes

![Version: v25.2.0](https://img.shields.io/badge/Version-v25.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.2.0](https://img.shields.io/badge/AppVersion-v25.2.0-informational?style=flat-square)
![Version: v25.3.0](https://img.shields.io/badge/Version-v25.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.3.0](https://img.shields.io/badge/AppVersion-v25.3.0-informational?style=flat-square)

## Dynamic Resource Allocation (DRA) for NVIDIA GPUs in Kubernetes

Expand All @@ -29,6 +29,10 @@ $ helm upgrade -i --create-namespace --namespace nvidia nvidia-dra-driver-gpu .
> Note: The controller is designed to run as a single instance per cluster. Please avoid running multiple instances of the controller in the same cluster at same time.
## Building the Chart

The [package-helm-charts.sh](./hack/package-helm-charts) helper script can be used to build the helm chart

## Values

| Key | Type | Default | Description |
Expand Down
4 changes: 4 additions & 0 deletions deployments/helm/nvidia-dra-driver-gpu/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ $ helm upgrade -i --create-namespace --namespace nvidia nvidia-dra-driver-gpu .

> Note: The controller is designed to run as a single instance per cluster. Please avoid running multiple instances of the controller in the same cluster at same time.

## Building the Chart

The [package-helm-charts.sh](./hack/package-helm-charts) helper script can be used to build the helm chart

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}

0 comments on commit be03e17

Please sign in to comment.