diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..f3acef154 --- /dev/null +++ b/NOTICE @@ -0,0 +1,4 @@ +Copyright 2025 NVIDIA CORPORATION + +This product includes software developed at +NVIDIA CORPORATION (https://nvidia.com). diff --git a/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml b/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml index ec99798cc..d78c503c3 100644 --- a/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml +++ b/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml @@ -1,6 +1,21 @@ +# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 +# +# 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. # @@ -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" diff --git a/deployments/helm/nvidia-dra-driver-gpu/LICENSE b/deployments/helm/nvidia-dra-driver-gpu/LICENSE new file mode 120000 index 000000000..5853aaea5 --- /dev/null +++ b/deployments/helm/nvidia-dra-driver-gpu/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/deployments/helm/nvidia-dra-driver-gpu/NOTICE b/deployments/helm/nvidia-dra-driver-gpu/NOTICE new file mode 120000 index 000000000..295f6bdb3 --- /dev/null +++ b/deployments/helm/nvidia-dra-driver-gpu/NOTICE @@ -0,0 +1 @@ +../../../NOTICE \ No newline at end of file