Skip to content

Commit

Permalink
fix: container-toolkit patched image with fixed CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Jul 22, 2024
1 parent 09970c9 commit 9992a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -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 9992a26

Please sign in to comment.