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 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

View File

@ -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