Skip to content

Commit

Permalink
feat: Bump gpu-operator to v24.9.1 (#2979)
Browse files Browse the repository at this point in the history
* chore: Update nvidia-gpu-operator 24.9.0 => 24.9.1

* chore: Move nvidia-gpu-operator/24.9.0 => 24.9.1

* build: Updated licenses.d2iq.yaml

* feat: added some

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: saikumar98419 <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent b8c2efe commit 84bf9b7
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,12 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/stakater/Reloader
- container_image: nvcr.io/nvidia/cloud-native/gpu-operator-validator:v24.9.0
- container_image: nvcr.io/nvidia/cloud-native/gpu-operator-validator:v24.9.1
sources:
- license_path: validator/LICENSE
ref: ${image_tag}
url: https://github.com/NVIDIA/gpu-operator
- container_image: nvcr.io/nvidia/gpu-operator:v24.9.0
- container_image: nvcr.io/nvidia/gpu-operator:v24.9.1
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand All @@ -394,7 +394,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag%-ubi8}
url: https://github.com/NVIDIA/nvidia-container-toolkit
- container_image: nvcr.io/nvidia/k8s/dcgm-exporter:3.3.8-3.6.0-ubuntu22.04
- container_image: nvcr.io/nvidia/k8s/dcgm-exporter:3.3.9-3.6.1-ubuntu22.04
sources:
- license_path: LICENSE
ref: ${image_tag%-ubuntu22.04}
Expand Down Expand Up @@ -522,7 +522,7 @@ resources:
- url: https://github.com/fluent/fluentd
ref: ${image_tag%-full-build.122}
license_path: LICENSE
- container_image: nvcr.io/nvidia/cloud-native/dcgm:3.3.8-1-ubuntu22.04
- container_image: nvcr.io/nvidia/cloud-native/dcgm:3.3.9-1-ubuntu22.04
sources:
- url: https://github.com/NVIDIA/DCGM
ref: v${image_tag%-1-ubuntu22.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-24.9.0-d2iq-defaults
name: nvidia-gpu-operator-24.9.1-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -29,13 +29,13 @@ data:
version: v0.17.0
dcgm:
enabled: true
version: 3.3.8-1-ubuntu22.04
version: 3.3.9-1-ubuntu22.04
dcgmExporter:
enabled: true
version: 3.3.8-3.6.0-ubuntu22.04
version: 3.3.9-3.6.1-ubuntu22.04
validator:
repository: nvcr.io/nvidia/cloud-native
version: v24.9.0
version: v24.9.1
operator:
repository: nvcr.io/nvidia
version: v24.9.0
version: v24.9.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/24.9.0/helmrelease
path: ./services/nvidia-gpu-operator/24.9.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: v24.9.0
version: v24.9.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,5 +24,5 @@ spec:
releaseName: nvidia-gpu-operator
valuesFrom:
- kind: ConfigMap
name: nvidia-gpu-operator-24.9.0-d2iq-defaults
name: nvidia-gpu-operator-24.9.1-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 84bf9b7

Please sign in to comment.