|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
# intel-gpu-plugin
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware
|
|
|
|
|
|
|
|
|
|
@@ -90,7 +90,7 @@ affinity:
|
|
|
|
|
| fullnameOverride | string | `""` | |
|
|
|
|
|
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
|
|
|
|
|
| image.repository | string | `"intel/intel-gpu-plugin"` | Image repository |
|
|
|
|
|
| image.tag | string | `"0.18.1"` | Image tag. Possible values listed [here](https://hub.docker.com/r/intel/intel-gpu-plugin/tags) |
|
|
|
|
|
| image.tag | string | `"0.19.0"` | Image tag. Possible values listed [here](https://hub.docker.com/r/intel/intel-gpu-plugin/tags) |
|
|
|
|
|
| imagePullSecrets | list | `[]` | |
|
|
|
|
|
| nameOverride | string | `""` | |
|
|
|
|
|
| nodeSelector | object | `{}` | |
|
|
|
|
|
@@ -101,7 +101,7 @@ affinity:
|
|
|
|
|
| serviceAccount.annotations | object | `{}` | |
|
|
|
|
|
| serviceAccount.create | bool | `true` | |
|
|
|
|
|
| serviceAccount.name | string | `""` | |
|
|
|
|
|
| shared_device_number | int | 1 | Number of containers sharing the same GPU device |
|
|
|
|
|
| sharedDeviceNumber | int | 1 | Number of containers sharing the same GPU device |
|
|
|
|
|
| strategyType | string | `"Recreate"` | Specifies the strategy used to replace old Pods by new ones |
|
|
|
|
|
| tolerations | list | `[]` | |
|
|
|
|
|
|
|
|
|
|
@@ -111,6 +111,12 @@ All notable changes to this application Helm chart will be documented in this fi
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
|
|
### [1.2.0]
|
|
|
|
|
|
|
|
|
|
#### Fixed
|
|
|
|
|
|
|
|
|
|
- Renamed the `shared_device_number` value to `sharedDeviceNumber`.
|
|
|
|
|
|
|
|
|
|
### [1.1.0]
|
|
|
|
|
|
|
|
|
|
#### Added
|
|
|
|
|
@@ -139,6 +145,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
|
|
|
|
|
|
- N/A
|
|
|
|
|
|
|
|
|
|
[1.2.0]: #1.2.0
|
|
|
|
|
[1.1.0]: #1.1.0
|
|
|
|
|
[1.0.1]: #1.0.1
|
|
|
|
|
|
|
|
|
|
@@ -150,4 +157,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
|
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
|
|
|
|
|
|
|
|
|
----------------------------------------------
|
|
|
|
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
|
|
|
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|