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+
116apiVersion : v2
217name : 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).
2946appVersion : " 25.3.0-rc.1"
0 commit comments