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

chore: use public DOCA driver image #962

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
repository: nvcr.io/nvidia/mellanox
version: 24.04-0.6.6.0-0
livenessProbe:
initialDelaySeconds: 30
Expand Down
2 changes: 1 addition & 1 deletion deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ deployCR: false
ofedDriver:
deploy: false
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
repository: nvcr.io/nvidia/mellanox
version: 24.04-0.6.6.0-0
initContainer:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
repository: nvcr.io/nvidia/mellanox
version: 24.04-0.6.6.0-0
upgradePolicy:
autoUpgrade: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
repository: nvcr.io/nvidia/mellanox
version: 24.04-0.6.6.0-0
upgradePolicy:
autoUpgrade: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
repository: nvcr.io/nvidia/mellanox
version: 24.04-0.6.6.0-0
upgradePolicy:
autoUpgrade: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
repository: nvcr.io/nvidia/mellanox
version: 24.04-0.6.6.0-0
upgradePolicy:
autoUpgrade: true
Expand Down
2 changes: 1 addition & 1 deletion example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
repository: nvcr.io/nvidia/mellanox
version: 24.04-0.6.6.0-0
upgradePolicy:
autoUpgrade: true
Expand Down
2 changes: 1 addition & 1 deletion hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SriovIbCni:
version: fc002af57a81855542759d0f77d16dacd7e1aa38
Mofed:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
repository: nvcr.io/nvidia/mellanox
version: 24.04-0.6.6.0-0
RdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
Expand Down
Loading