Skip to content

Commit

Permalink
Merge pull request #462 from e0ne/release-v23.1.0
Browse files Browse the repository at this point in the history
Release Network Operator v23.1.0
  • Loading branch information
e0ne authored Feb 23, 2023
2 parents 4c9f3f6 + e8b428f commit 65a28b0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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=1.2.0
LABEL operators.operatorframework.io.bundle.channel.default.v1=1.2.0
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.7.1+git
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.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
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ metadata:
provider: NVIDIA
repository: https://github.com/Mellanox/network-operator/
support: NVIDIA
name: nvidia-network-operator.v1.4.0
name: nvidia-network-operator.v23.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -487,7 +487,7 @@ spec:
- --leader-elect
command:
- /manager
image: nvcr.io/nvidia/cloud-native/network-operator@sha256:26d86d5ecccae0abb8003c06d17b6e6083a154350bebdabb5755149a86869224
image: nvcr.io/nvidia/cloud-native/network-operator@sha256:f8cdf307c170dab6c60c9f1ebaf690dc80c1379dc6872096e946ffae679650ab
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -575,10 +575,10 @@ spec:
name: NVIDIA
url: https://github.com/Mellanox/network-operator/
relatedImages:
- image: nvcr.io/nvidia/mellanox/mofed@sha256:ice-plugin@sha256:3094dfbe6dac173d8d3373da29ba9173d5949665ea80b29c4909bc5d586ac82b
- image: nvcr.io/nvidia/mellanox/mofed@sha256:f8369f082c0e2823a22ff95766d321feab5156214815e45f7f9255ecab1ee407
name: mofed
- image: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin@sha256:f717f9778f48665b7c592f2225df51b755a1fe048125e034a286c564ee10fd37
name: sriov-network-device-plugin
- image: nvcr.io/nvidia/cloud-native/k8s-rdma-shared-dev-plugin@sha256:941ad9ff5013e9e7ad5abeb0ea9f79d45379cfae88a628d923f87d2259bdd132
name: rdma-shared-device-plugin
version: 1.4.0
version: 23.1.0
4 changes: 2 additions & 2 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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: v1.4.0
operators.operatorframework.io.bundle.channel.default.v1: v1.4.0
operators.operatorframework.io.bundle.channels.v1: v23.1.0
operators.operatorframework.io.bundle.channel.default.v1: v23.1.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
Expand Down
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:90bd3c4d2620a7f1005afc7c1d101d31a64d2239b0bf33a701c4426a54e4e381
- digest: sha256:f8cdf307c170dab6c60c9f1ebaf690dc80c1379dc6872096e946ffae679650ab
name: controller
newName: nvcr.io/nvidia/cloud-native/network-operator
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.1.0-rc.1
version: 23.1.0
kubeVersion: '>= 1.21.0'
appVersion: v23.1.0-rc.1
appVersion: v23.1.0
description: Nvidia network operator
type: application
keywords:
Expand Down

0 comments on commit 65a28b0

Please sign in to comment.