Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Copyright 2025 NVIDIA CORPORATION

This product includes software developed at
NVIDIA CORPORATION (https://nvidia.com).
23 changes: 20 additions & 3 deletions deployments/helm/nvidia-dra-driver-gpu/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copy link
Collaborator Author

@jgehrcke jgehrcke Mar 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question about "AFFILIATES" @elezar . Also wondered about this specific wording. But I don't want to understand/resolve this today.

We got this instruction:

ensure the Helm chart has the NVIDIA copyright and Apache License header: url-to-confluence-page

I copy & pasted verbatim from there.

# SPDX-License-Identifier: Apache-2.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taken from internal Wiki page.

#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: v2
name: nvidia-dra-driver-gpu
description: A Helm chart for Kubernetes
description: Official Helm chart for the Kubernetes DRA driver for NVIDIA GPUs

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

# Note(JP): this currently defines the default `tag` value in a k8s
# image specification. A "v" is prefixed in our template helpers to ensure consistency.
# Note(jgehrcke): templating logic consumes `appVersion` for building the default
# `tag` value used in a k8s image specification. That logic expects the version
# number below to not have a "v" prefix (a "v" is added by said logic to yield a
# valid image reference).
appVersion: "25.3.0-rc.1"
1 change: 1 addition & 0 deletions deployments/helm/nvidia-dra-driver-gpu/LICENSE
1 change: 1 addition & 0 deletions deployments/helm/nvidia-dra-driver-gpu/NOTICE