Skip to content

Commit

Permalink
Merge pull request #366 from e0ne/release-v1.3.0-beta1
Browse files Browse the repository at this point in the history
Release Network Operator v1.3.0-beta.1
  • Loading branch information
e0ne committed Jun 15, 2022
2 parents 769e66f + 85eb467 commit 7153e8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
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: 1.2.0
version: 1.3.0-beta.1
kubeVersion: '>= 1.17.0'
appVersion: v1.2.0
appVersion: v1.3.0-beta.1
description: Nvidia network operator
type: application
keywords:
Expand Down
1 change: 1 addition & 0 deletions deployment/network-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ imagePullSecrets helpers
{{- else }}
{{- if .Values.imagePullSecrets }}
{{- range .Values.imagePullSecrets }}
- name: {{ . }}
{{- end }}
{{- end }}
{{- end }}
Expand Down
18 changes: 9 additions & 9 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ operator:
values: [ "" ]
repository: nvcr.io/nvidia/cloud-native
image: network-operator
imagePullSecrets: []
# imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
# tag, if defined will use the given image tag, else Chart.AppVersion will be used
Expand All @@ -148,7 +148,7 @@ ofedDriver:
image: mofed
repository: nvcr.io/nvidia/mellanox
version: 5.6-1.0.3.3
imagePullSecrets: []
# imagePullSecrets: []
# env, if defined will pass environment variables to the OFED container
# env:
# - name: EXAMPLE_ENV_VAR
Expand Down Expand Up @@ -186,15 +186,15 @@ nvPeerDriver:
image: nv-peer-mem-driver
repository: mellanox
version: 1.1-0
imagePullSecrets: []
# imagePullSecrets: []
gpuDriverSourcePath: /run/nvidia/driver

rdmaSharedDevicePlugin:
deploy: true
image: k8s-rdma-shared-dev-plugin
repository: nvcr.io/nvidia/cloud-native
version: v1.3.2
imagePullSecrets: []
# imagePullSecrets: []
# The following defines the RDMA resources in the cluster
# it must be provided by the user when deploying the chart
# each entry in the resources element will create a resource with the provided <name> and list of devices
Expand All @@ -208,7 +208,7 @@ sriovDevicePlugin:
image: sriov-network-device-plugin
repository: ghcr.io/k8snetworkplumbingwg
version: a765300344368efbf43f71016e9641c58ec1241b
imagePullSecrets: []
# imagePullSecrets: []
resources:
- name: hostdev
vendors: [15b3]
Expand All @@ -220,26 +220,26 @@ secondaryNetwork:
image: plugins
repository: ghcr.io/k8snetworkplumbingwg
version: v0.8.7-amd64
imagePullSecrets: []
# imagePullSecrets: []
multus:
deploy: true
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: v3.8
imagePullSecrets: []
# imagePullSecrets: []
config: ''
ipoib:
deploy: false
image: ipoib-cni
repository: mellanox
version: latest
imagePullSecrets: []
# imagePullSecrets: []
ipamPlugin:
deploy: true
image: whereabouts
repository: ghcr.io/k8snetworkplumbingwg
version: v0.5.2-amd64
imagePullSecrets: []
# imagePullSecrets: []

test:
pf: ens2f0

0 comments on commit 7153e8e

Please sign in to comment.