Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump gpu-operator to v23.6.1 #1536

Merged
merged 4 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ignore:
# - url: https://github.com/NVIDIA/DCGM
# ref: ${image_tag}
# license_path: LICENSE
- nvcr.io/nvidia/cloud-native/dcgm:3.1.7-1-ubuntu20.04
- nvcr.io/nvidia/cloud-native/dcgm:3.1.8-1-ubuntu20.04

# Incorrect mapping was provided
# - container_image: docker.io/bitnami/kubectl:1.19.7
Expand Down Expand Up @@ -422,22 +422,22 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/stakater/Reloader
- container_image: nvcr.io/nvidia/cloud-native/gpu-operator-validator:v23.3.2
- container_image: nvcr.io/nvidia/cloud-native/gpu-operator-validator:v23.6.1
sources:
- license_path: validator/LICENSE
ref: ${image_tag}
url: https://github.com/NVIDIA/gpu-operator
- container_image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-ubi8
- container_image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.1-ubi8
sources:
- license_path: LICENSE
ref: ${image_tag%-ubi8}
url: https://github.com/NVIDIA/gpu-feature-discovery
- container_image: nvcr.io/nvidia/gpu-operator:v23.3.2
- container_image: nvcr.io/nvidia/gpu-operator:v23.6.1
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/NVIDIA/gpu-operator
- container_image: nvcr.io/nvidia/k8s-device-plugin:v0.14.0-ubi8
- container_image: nvcr.io/nvidia/k8s-device-plugin:v0.14.1-ubi8
sources:
- license_path: LICENSE
ref: ${image_tag%-ubi8}
Expand All @@ -457,7 +457,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag%-ubuntu20.04}
url: https://github.com/NVIDIA/nvidia-container-toolkit
- container_image: nvcr.io/nvidia/k8s/dcgm-exporter:3.1.7-3.1.4-ubuntu20.04
- container_image: nvcr.io/nvidia/k8s/dcgm-exporter:3.1.8-3.1.5-ubuntu20.04
sources:
- license_path: LICENSE
ref: ${image_tag%-ubuntu20.04}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nvidia-gpu-operator-23.3.2-d2iq-defaults
name: nvidia-gpu-operator-23.6.1-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -13,7 +13,7 @@ data:
config:
# Create a ConfigMap (default: false)
create: false
version: v0.14.0-ubi8
version: v0.14.1-ubi8
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
Expand All @@ -23,17 +23,17 @@ data:
version: v1.13.1-ubuntu20.04
gfd:
enabled: true
version: v0.8.0-ubi8
version: v0.8.1-ubi8
dcgm:
enabled: true
version: 3.1.7-1-ubuntu20.04
version: 3.1.8-1-ubuntu20.04
dcgmExporter:
enabled: true
version: 3.1.7-3.1.4-ubuntu20.04
version: 3.1.8-3.1.5-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: v23.3.2
version: v23.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/nvidia-gpu-operator/23.3.2/helmrelease
path: ./services/nvidia-gpu-operator/23.6.1/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: helm.ngc.nvidia.com-nvidia
namespace: kommander-flux
version: v23.3.2
version: v23.6.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,5 +24,5 @@ spec:
releaseName: nvidia-gpu-operator
valuesFrom:
- kind: ConfigMap
name: nvidia-gpu-operator-23.3.2-d2iq-defaults
name: nvidia-gpu-operator-23.6.1-d2iq-defaults
targetNamespace: ${releaseNamespace}
Loading