charts/charts/stable/intel-gpu-plugin/values.yaml
Rasmus Hermansen 0d2abb800f
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
2021-04-07 09:05:16 -04:00

62 lines
1.5 KiB
YAML

# Default values for intel-gpu-plugin.
image:
# -- Image repository
repository: intel/intel-gpu-plugin
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image tag. Possible values listed [here](https://hub.docker.com/r/intel/intel-gpu-plugin/tags)
tag: 0.20.0
# -- Specifies the strategy used to replace old Pods by new ones
strategyType: Recreate
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
# -- Number of containers sharing the same GPU device
# @default -- 1
sharedDeviceNumber: 1
# -- Key-value pairs to add as pod annotations
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}