Skip to content

Commit

Permalink
chore: Update MOFED and OCP version (#657)
Browse files Browse the repository at this point in the history
Update MOFED and OCP version  for RC1
  • Loading branch information
e0ne authored Nov 3, 2023
2 parents 2843167 + 249abd2 commit c0b44f3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ annotations:
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

com.redhat.openshift.versions: v4.10-4.13
com.redhat.openshift.versions: v4.10-4.14
# Annotations for testing.
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
operators.operatorframework.io.test.config.v1: tests/scorecard/
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 @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.10-0.4.1.0
version: 23.10-0.5.4.0
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 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 @@ -167,7 +167,7 @@ ofedDriver:
deploy: false
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.10-0.4.1.0
version: 23.10-0.5.4.0
# imagePullSecrets: []
# env, if defined will pass environment variables to the OFED container
# env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.10-0.4.1.0
version: 23.10-0.5.4.0
startupProbe:
initialDelaySeconds: 10
periodSeconds: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.10-0.4.1.0
version: 23.10-0.5.4.0
startupProbe:
initialDelaySeconds: 10
periodSeconds: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.10-0.4.1.0
version: 23.10-0.5.4.0
upgradePolicy:
autoUpgrade: false
drain:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.10-0.4.1.0
version: 23.10-0.5.4.0
upgradePolicy:
autoUpgrade: false
drain:
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 @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.10-0.4.1.0
version: 23.10-0.5.4.0
startupProbe:
initialDelaySeconds: 10
periodSeconds: 10
Expand Down
2 changes: 1 addition & 1 deletion hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SriovIbCni:
Mofed:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.10-0.4.1.0
version: 23.10-0.5.4.0
RdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
Expand Down

0 comments on commit c0b44f3

Please sign in to comment.