Skip to content

Commit d69f4bf

Browse files
authored
cicd: update SR-IOV images tags to network-operator-25.4.0-beta.1 in chart values (#1390)
Created by the *update_network_operator_values* job.
2 parents 9f45a95 + 8bb6908 commit d69f4bf

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

deployment/network-operator/charts/sriov-network-operator/templates/operator.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ spec:
1010
matchLabels:
1111
name: sriov-network-operator
1212
strategy:
13-
type: RollingUpdate
14-
rollingUpdate:
15-
maxUnavailable: 33%
13+
type: Recreate
1614
template:
1715
metadata:
1816
annotations:

deployment/network-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ sriov-network-operator:
155155

156156
# Image URIs for sriov-network-operator components.
157157
images:
158-
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.1.0-beta.3
159-
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.1.0-beta.3
158+
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.4.0-beta.1
159+
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.4.0-beta.1
160160
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1
161161
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.1.1
162162
ovsCni: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.37.0
163163
# rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0
164164
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.9.0
165165
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
166-
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1.0-beta.3
166+
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.4.0-beta.1
167167
# imagePullSecrest for SR-IOV Network Operator related images
168168
# imagePullSecrets: []
169169
sriovOperatorConfig:

hack/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ NetworkOperatorInitContainer:
99
SriovNetworkOperator:
1010
image: sriov-network-operator
1111
repository: nvcr.io/nvstaging/mellanox
12-
version: network-operator-25.1.0-beta.3
12+
version: network-operator-25.4.0-beta.1
1313
SriovNetworkOperatorWebhook:
1414
image: sriov-network-operator-webhook
1515
repository: nvcr.io/nvstaging/mellanox
16-
version: network-operator-25.1.0-beta.3
16+
version: network-operator-25.4.0-beta.1
1717
SriovConfigDaemon:
1818
image: sriov-network-operator-config-daemon
1919
repository: nvcr.io/nvstaging/mellanox
20-
version: network-operator-25.1.0-beta.3
20+
version: network-operator-25.4.0-beta.1
2121
SriovCni:
2222
image: sriov-cni
2323
repository: ghcr.io/k8snetworkplumbingwg

0 commit comments

Comments
 (0)