Skip to content

Commit

Permalink
fix: cuda-sample image with fixed CVEs (#2469)
Browse files Browse the repository at this point in the history
* fix: cuda-sample image with fixed CVEs

* fix: vectoradd-cuda12.5.0

* fix: cuda-sample image with fixed CVEs

* Update services/nvidia-gpu-operator/24.3.2/helmrelease/extra-images.txt

Co-authored-by: Martin Hrabovcin <[email protected]>

* build: Updated licenses.d2iq.yaml

* fix: cuda-sample image with fixed CVEs

* fix: cuda-sample image with fixed CVEs

* fix: cuda-sample image with fixed CVEs

---------

Co-authored-by: Martin Hrabovcin <[email protected]>
Co-authored-by: d2iq-mergebot <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2024
1 parent fc9f2e4 commit 548ca2b
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,10 @@ resources:
- url: https://github.com/curl/curl
ref: curl-${image_tag//./_}
license_path: COPYING
- container_image: nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda10.2
- container_image: nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda12.5.0
sources:
- url: https://github.com/NVIDIA/cuda-samples
ref: v${image_tag#vectoradd-cuda}
ref: v12.5
license_path: LICENSE
- container_image: docker.io/bitnami/kubectl:1.29.6
sources:
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.3.1-d2iq-defaults
name: nvidia-gpu-operator-24.3.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
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.3.1/helmrelease
path: ./services/nvidia-gpu-operator/24.3.2/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ghcr.io/mesosphere/dkp-container-images/nvcr.io/nvidia/cloud-native/gpu-operator
nvcr.io/nvidia/cloud-native/dcgm:{{ .Values.dcgm.version }}
nvcr.io/nvidia/k8s/dcgm-exporter:{{ .Values.dcgmExporter.version }}
ghcr.io/mesosphere/dkp-container-images/nvcr.io/nvidia/k8s-device-plugin:{{ .Values.devicePlugin.version }}
nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda10.2
nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda12.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ spec:
releaseName: nvidia-gpu-operator
valuesFrom:
- kind: ConfigMap
name: nvidia-gpu-operator-24.3.1-d2iq-defaults
name: nvidia-gpu-operator-24.3.2-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 548ca2b

Please sign in to comment.