mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
Updated intel-gpu-plugin image tag to latest stable (#760)
* Updated intel-gpu-plugin image tag to latest stable version upgraded from 0.19.0 to 0.20.0 * Updated chart version for intel-gpu-plugin * Updated intel-gpu-plugin chart appVersion
This commit is contained in:
parent
a227188fae
commit
0d2abb800f
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: intel-gpu-plugin
|
name: intel-gpu-plugin
|
||||||
version: 1.2.1
|
version: 1.2.2
|
||||||
appVersion: 0.19.0
|
appVersion: 0.20.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:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
|
@ -6,7 +6,7 @@ image:
|
|||||||
# -- Image pull policy
|
# -- Image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- Image tag. Possible values listed [here](https://hub.docker.com/r/intel/intel-gpu-plugin/tags)
|
# -- Image tag. Possible values listed [here](https://hub.docker.com/r/intel/intel-gpu-plugin/tags)
|
||||||
tag: 0.19.0
|
tag: 0.20.0
|
||||||
|
|
||||||
# -- Specifies the strategy used to replace old Pods by new ones
|
# -- Specifies the strategy used to replace old Pods by new ones
|
||||||
strategyType: Recreate
|
strategyType: Recreate
|
||||||
|
Loading…
Reference in New Issue
Block a user