Skip to content

Commit

Permalink
fix: container-toolkit patched image with fixed CVE (#2415)
Browse files Browse the repository at this point in the history
* fix: container-toolkit patched image with fixed CVE

* fix: container-toolkit patched image with fixed CVE

* fix: container-toolkit patched image with fixed CVE

* fix: container-toolkit patched image with fixed CVE

* fix: container-toolkit patched image with fixed CVE

* fix: container-toolkit patched image with fixed CVE
  • Loading branch information
SandhyaRavi2403 authored Jul 22, 2024
1 parent 34d7f85 commit 8245728
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 @@ -403,10 +403,10 @@ resources:
- license_path: LICENSE
ref: ${image_tag%-ubuntu20.04}
url: https://github.com/NVIDIA/nvidia-container-toolkit
- container_image: nvcr.io/nvidia/k8s/container-toolkit:v1.15.0-ubi8
- container_image: ghcr.io/mesosphere/dkp-container-images/nvcr.io/nvidia/k8s/container-toolkit:v1.15.0-ubi8-d2iq.0
sources:
- license_path: LICENSE
ref: ${image_tag%-ubi8}
ref: ${image_tag%-ubi8-d2iq.0}
url: https://github.com/NVIDIA/nvidia-container-toolkit
- container_image: nvcr.io/nvidia/k8s/dcgm-exporter:3.3.5-3.4.1-ubuntu22.04
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.0-d2iq-defaults
name: nvidia-gpu-operator-24.3.0-d2iq.0-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.0/helmrelease
path: ./services/nvidia-gpu-operator/24.3.0-d2iq.0/helmrelease
sourceRef:
kind: GitRepository
name: management
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
nvcr.io/nvidia/k8s/container-toolkit:{{ regexReplaceAllLiteral "-.+$" .Values.toolkit.version "" }}-ubi8
ghcr.io/mesosphere/dkp-container-images/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
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.0-d2iq-defaults
name: nvidia-gpu-operator-24.3.0-d2iq.0-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 8245728

Please sign in to comment.