mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[intel-gpu-plugin] Fix casing (#659)
* [intel-gpu-plugin] Fix casing * Fix README
This commit is contained in:
parent
47f775ff1d
commit
41841cd579
@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: intel-gpu-plugin
|
name: intel-gpu-plugin
|
||||||
version: 1.1.0
|
version: 1.2.0
|
||||||
appVersion: 0.19.0
|
appVersion: 0.19.0
|
||||||
description: The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware
|
description: The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# intel-gpu-plugin
|
# intel-gpu-plugin
|
||||||
|
|
||||||
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.0-informational?style=flat-square)
|
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.0-informational?style=flat-square)
|
||||||
|
|
||||||
The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware
|
The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ affinity:
|
|||||||
| fullnameOverride | string | `""` | |
|
| fullnameOverride | string | `""` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
|
||||||
| image.repository | string | `"intel/intel-gpu-plugin"` | Image repository |
|
| 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 | `[]` | |
|
| imagePullSecrets | list | `[]` | |
|
||||||
| nameOverride | string | `""` | |
|
| nameOverride | string | `""` | |
|
||||||
| nodeSelector | object | `{}` | |
|
| nodeSelector | object | `{}` | |
|
||||||
@ -101,7 +101,7 @@ affinity:
|
|||||||
| serviceAccount.annotations | object | `{}` | |
|
| serviceAccount.annotations | object | `{}` | |
|
||||||
| serviceAccount.create | bool | `true` | |
|
| serviceAccount.create | bool | `true` | |
|
||||||
| serviceAccount.name | string | `""` | |
|
| 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 |
|
| strategyType | string | `"Recreate"` | Specifies the strategy used to replace old Pods by new ones |
|
||||||
| tolerations | list | `[]` | |
|
| 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).
|
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]
|
### [1.1.0]
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
@ -139,6 +145,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
|
[1.2.0]: #1.2.0
|
||||||
[1.1.0]: #1.1.0
|
[1.1.0]: #1.1.0
|
||||||
[1.0.1]: #1.0.1
|
[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
|
- 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)
|
@ -9,6 +9,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).
|
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]
|
### [1.1.0]
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
@ -38,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
|
[1.2.0]: #1.2.0
|
||||||
[1.1.0]: #1.1.0
|
[1.1.0]: #1.1.0
|
||||||
[1.0.1]: #1.0.1
|
[1.0.1]: #1.0.1
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
@ -38,7 +38,7 @@ spec:
|
|||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
args:
|
args:
|
||||||
- -shared-dev-num
|
- -shared-dev-num
|
||||||
- {{ .Values.shared_device_number | quote }}
|
- {{ .Values.sharedDeviceNumber | quote }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: devfs
|
- name: devfs
|
||||||
mountPath: /dev/dri
|
mountPath: /dev/dri
|
||||||
|
@ -26,7 +26,7 @@ serviceAccount:
|
|||||||
|
|
||||||
# -- Number of containers sharing the same GPU device
|
# -- Number of containers sharing the same GPU device
|
||||||
# @default -- 1
|
# @default -- 1
|
||||||
shared_device_number: 1
|
sharedDeviceNumber: 1
|
||||||
|
|
||||||
# -- Key-value pairs to add as pod annotations
|
# -- Key-value pairs to add as pod annotations
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user