Skip to content

Commit 5f43b0d

Browse files
authored
update gpu-resource-driver chart to v0.6.0 (#62)
* update gpu resource driver chart to v0.6.0 Signed-off-by: Oksana Baranova <[email protected]>
1 parent 1686b27 commit 5f43b0d

14 files changed

+63
-546
lines changed

charts/intel-gpu-resource-driver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: intel-gpu-resource-driver
33
description: A Helm chart for a Dynamic Resource Allocation (DRA) Intel GPU Resource Driver
44

55
type: application
6-
version: 0.5.1
7-
appVersion: "v0.5.1"
6+
version: 0.6.0
7+
appVersion: "v0.6.0"

charts/intel-gpu-resource-driver/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023 Intel Corporation
1+
Copyright 2024 Intel Corporation
22
SPDX-License-Identifier: Apache-2.0
33

44
Licensed under the Apache License, Version 2.0 (the "License");

charts/intel-gpu-resource-driver/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ helm repo update
1616
You can execute `helm search repo intel` command to see pulled charts [optional].
1717

1818
## Install Helm Chart
19-
CRDs of the GPU driver are installed as part of the chart first.
20-
2119
```
2220
helm install intel-gpu-resource-driver intel/intel-gpu-resource-driver
2321
```
@@ -45,9 +43,7 @@ You may also run `helm show values` on this chart's dependencies for additional
4543
| image.repository | string | `intel` |
4644
| image.name | string | `"intel-gpu-resource-driver"` |
4745
| image.pullPolicy | string | `"IfNotPresent"` |
48-
| image.tag | string | `"v0.5.1"` |
49-
50-
If you change the image tag to be used in Helm chart deployment, ensure that the version of the container image is consistent with CRDs and deployment YAMLs - they might change between releases.
46+
| image.tag | string | `"v0.6.0"` |
5147

5248
> [!Note]
53-
> Helm does not support _upgrading_ (or deleting) CRDs to prevent data loss. Only installing CRDs is supported. Details: https://github.com/helm/community/blob/main/hips/hip-0011.md
49+
> When upgrading, CRDs from previous version need to be removed manually because Helm supports neither upgrading nor deleting CRDs, see: https://github.com/helm/community/blob/main/hips/hip-0011.md

charts/intel-gpu-resource-driver/crds/gpu.resource.intel.com_gpuallocationstates.yaml

Lines changed: 0 additions & 191 deletions
This file was deleted.

charts/intel-gpu-resource-driver/crds/gpu.resource.intel.com_gpuclaimparameters.yaml

Lines changed: 0 additions & 83 deletions
This file was deleted.

charts/intel-gpu-resource-driver/crds/gpu.resource.intel.com_gpuclassparameters.yaml

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)