Skip to content

Commit

Permalink
update gpu-resource-driver chart to v0.6.0 (#62)
Browse files Browse the repository at this point in the history
* update gpu resource driver chart to v0.6.0

Signed-off-by: Oksana Baranova <[email protected]>
  • Loading branch information
oxxenix authored Oct 29, 2024
1 parent 1686b27 commit 5f43b0d
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 546 deletions.
4 changes: 2 additions & 2 deletions charts/intel-gpu-resource-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: intel-gpu-resource-driver
description: A Helm chart for a Dynamic Resource Allocation (DRA) Intel GPU Resource Driver

type: application
version: 0.5.1
appVersion: "v0.5.1"
version: 0.6.0
appVersion: "v0.6.0"
2 changes: 1 addition & 1 deletion charts/intel-gpu-resource-driver/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 Intel Corporation
Copyright 2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
8 changes: 2 additions & 6 deletions charts/intel-gpu-resource-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ helm repo update
You can execute `helm search repo intel` command to see pulled charts [optional].

## Install Helm Chart
CRDs of the GPU driver are installed as part of the chart first.

```
helm install intel-gpu-resource-driver intel/intel-gpu-resource-driver
```
Expand Down Expand Up @@ -45,9 +43,7 @@ You may also run `helm show values` on this chart's dependencies for additional
| image.repository | string | `intel` |
| image.name | string | `"intel-gpu-resource-driver"` |
| image.pullPolicy | string | `"IfNotPresent"` |
| image.tag | string | `"v0.5.1"` |

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.
| image.tag | string | `"v0.6.0"` |

> [!Note]
> 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
> 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

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5f43b0d

Please sign in to comment.