Skip to content

Commit

Permalink
feat: bump toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2g committed Oct 7, 2024
1 parent 280868d commit ac0ac4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag%}
url: https://github.com/NVIDIA/k8s-device-plugin
- container_image: nvcr.io/nvidia/k8s/container-toolkit:v1.15.0-ubuntu20.04
- container_image: nvcr.io/nvidia/k8s/container-toolkit:v1.16.2-ubuntu20.04
sources:
- license_path: LICENSE
ref: ${image_tag%-ubuntu20.04}
Expand Down
6 changes: 3 additions & 3 deletions services/nvidia-gpu-operator/24.6.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ data:
config:
# Create a ConfigMap (default: false)
create: false
repository: ghcr.io/mesosphere/dkp-container-images/nvcr.io/nvidia
version: v0.16.2-ubi8
repository: nvcr.io/nvidia
version: v0.16.2
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.15.0-ubuntu20.04
version: v1.16.2-ubuntu20.04
gfd:
# gfd is no longer published a standalone helm chart or image and instead uses
# the k8s-device-plugin image.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nvcr.io/nvidia/k8s/container-toolkit:{{ regexReplaceAllLiteral "-.+$" .Values.toolkit.version "" }}-ubuntu20.04
ghcr.io/mesosphere/dkp-container-images/nvcr.io/nvidia/k8s/container-toolkit:{{ regexReplaceAllLiteral "-.+$" .Values.toolkit.version "" }}-ubi8-d2iq.0
nvcr.io/nvidia/k8s/container-toolkit:{{ regexReplaceAllLiteral "-.+$" .Values.toolkit.version "" }}-ubi8-d2iq.0
nvcr.io/nvidia/cloud-native/gpu-operator-validator:{{ .Values.validator.version }}
nvcr.io/nvidia/cloud-native/dcgm:{{ .Values.dcgm.version }}
nvcr.io/nvidia/k8s/dcgm-exporter:{{ .Values.dcgmExporter.version }}
Expand Down

0 comments on commit ac0ac4b

Please sign in to comment.