apiVersion: v1
kind: ConfigMap
metadata:
  name: nvidia-gpu-operator-22.9.1-d2iq-defaults
  namespace: ${releaseNamespace}
data:
  values.yaml: |-
    nfd:
      enabled: false
    driver:
      enabled: false
    devicePlugin:
      config:
        # Create a ConfigMap (default: false)
        create: false
    toolkit:

      # toolkit needs to be set on per OS
      # see: https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/getting-started.html#bare-metal-passthrough-with-default-configurations-on-centos
      # this comment explains the dependency on the hosts
      # version of libc.so
      # https://github.com/NVIDIA/gpu-operator/issues/72#issuecomment-742023528
      version: v1.11.0-ubuntu20.04
    gfd:
      enabled: true
    dcgm:
      enabled: true
      version:  3.1.3-1-ubuntu20.04
    dcgmExporter:
      enabled: true
      version: 3.1.3-3.1.2-ubuntu20.04
    validator:
      # we are using a newer version of the validator pod that
      # removes the compat libs from the container
      # this can cause a mismatch in cuda versions
      # see: https://github.com/NVIDIA/gpu-operator/issues/389#issuecomment-1215781064
      # for more details
      version: v22.9.1