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:
Rasmus Hermansen 2021-04-07 15:05:16 +02:00 committed by GitHub
parent a227188fae
commit 0d2abb800f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
name: intel-gpu-plugin
version: 1.2.1
appVersion: 0.19.0
version: 1.2.2
appVersion: 0.20.0
description: The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware
keywords:
- kubernetes

View File

@ -6,7 +6,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- 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
strategyType: Recreate