Skip to content

Commit

Permalink
Merge pull request #539 from e0ne/ocp-v23.4.0
Browse files Browse the repository at this point in the history
Release Network Operator 23.4.0
  • Loading branch information
e0ne authored May 25, 2023
2 parents 5851269 + 5bf724f commit 3649ae7
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 23 deletions.
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=nvidia-network-operator
LABEL operators.operatorframework.io.bundle.channels.v1=v23.1.0
LABEL operators.operatorframework.io.bundle.channel.default.v1=v23.1.0
LABEL operators.operatorframework.io.bundle.channels.v1=v23.4.0
LABEL operators.operatorframework.io.bundle.channel.default.v1=v23.4.0
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.22.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: nvidia-network-operator
operators.operatorframework.io.bundle.channels.v1: v23.1.0
operators.operatorframework.io.bundle.channel.default.v1: v23.1.0
operators.operatorframework.io.bundle.channels.v1: v23.4.0
operators.operatorframework.io.bundle.channel.default.v1: v23.4.0
operators.operatorframework.io.metrics.builder: operator-sdk-v1.22.0
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.12
# 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/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ configMapGenerator:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- digest: sha256:f8cdf307c170dab6c60c9f1ebaf690dc80c1379dc6872096e946ffae679650ab
- digest: sha256:57c0cc8ae2fb39d455b006160cdcc4775623ece0c138f5c2981f99829fb370ba
name: controller
newName: nvcr.io/nvidia/cloud-native/network-operator
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/nvidia/mellanox
version: 5.9-0.5.6.0
version: 23.04-0.5.3.3.1
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 30
Expand Down
4 changes: 2 additions & 2 deletions deployment/network-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: network-operator
version: 23.4.0-rc.3
version: 23.4.0
kubeVersion: '>= 1.21.0'
appVersion: v23.4.0-rc.3
appVersion: v23.4.0
description: Nvidia network operator
type: application
keywords:
Expand Down
6 changes: 3 additions & 3 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ sriov-network-operator:

# Image URIs for sriov-network-operator components
images:
operator: ghcr.io/k8snetworkplumbingwg/sriov-network-operator:13405c55b6a77bc2476ad5bf40a3188bb5783244
sriovConfigDaemon: ghcr.io/k8snetworkplumbingwg/sriov-network-operator-config-daemon:13405c55b6a77bc2476ad5bf40a3188bb5783244
operator: nvcr.io/nvidia/mellanox/sriov-network-operator:network-operator-23.4.0
sriovConfigDaemon: nvcr.io/nvidia/mellanox/sriov-network-operator-config-daemon:network-operator-23.4.0
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.0.3
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.1
Expand Down Expand Up @@ -145,7 +145,7 @@ ofedDriver:
deploy: false
image: mofed
repository: nvcr.io/nvidia/mellanox
version: 5.9-0.5.6.0
version: 23.04-0.5.3.3.1
# 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/nvidia/mellanox
version: 5.9-0.5.6.0
version: 23.04-0.5.3.3.1
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/nvidia/mellanox
version: 5.9-0.5.6.0
version: 23.04-0.5.3.3.1
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/nvidia/mellanox
version: 5.9-0.5.6.0
version: 23.04-0.5.3.3.1
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/nvidia/mellanox
version: 5.9-0.5.6.0
version: 23.04-0.5.3.3.1
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/nvidia/mellanox
version: 5.9-0.5.6.0
version: 23.04-0.5.3.3.1
RdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: nvcr.io/nvidia/cloud-native
Expand Down

0 comments on commit 3649ae7

Please sign in to comment.