Skip to content

Commit f265df2

Browse files
authored
Merge pull request NVIDIA#282 from jgehrcke/jp/helm-apply-license
Helm chart: apply license, update description
2 parents ac08684 + 6d2fee1 commit f265df2

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

NOTICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Copyright 2025 NVIDIA CORPORATION
2+
3+
This product includes software developed at
4+
NVIDIA CORPORATION (https://nvidia.com).

deployments/helm/nvidia-dra-driver-gpu/Chart.yaml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
116
apiVersion: v2
217
name: nvidia-dra-driver-gpu
3-
description: A Helm chart for Kubernetes
18+
description: Official Helm chart for the Kubernetes DRA driver for NVIDIA GPUs
419

520
# A chart can be either an 'application' or a 'library' chart.
621
#
@@ -24,6 +39,8 @@ version: 25.3.0-rc.1
2439
# follow Semantic Versioning. They should reflect the version the application is using.
2540
# It is recommended to use it with quotes.
2641

27-
# Note(JP): this currently defines the default `tag` value in a k8s
28-
# image specification. A "v" is prefixed in our template helpers to ensure consistency.
42+
# Note(jgehrcke): templating logic consumes `appVersion` for building the default
43+
# `tag` value used in a k8s image specification. That logic expects the version
44+
# number below to not have a "v" prefix (a "v" is added by said logic to yield a
45+
# valid image reference).
2946
appVersion: "25.3.0-rc.1"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../LICENSE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../NOTICE

0 commit comments

Comments
 (0)