@@ -46,6 +46,42 @@ General Parameters
4646 - list
4747 - `[] `
4848 - An optional list of references to secrets to use for pulling any of the Network Operator images.
49+ * - maintenance-operator-chart.operator.admissionController.certificates.certManager.enable
50+ - bool
51+ - `false `
52+ - use cert-manager for certificates
53+ * - maintenance-operator-chart.operator.admissionController.certificates.certManager.generateSelfSigned
54+ - bool
55+ - `false `
56+ - generate self-signed certificates with cert-manager
57+ * - maintenance-operator-chart.operator.admissionController.certificates.custom.enable
58+ - bool
59+ - `false `
60+ - enable custom certificates using secrets
61+ * - maintenance-operator-chart.operator.admissionController.certificates.secretNames.operator
62+ - string
63+ - `"maintenance-webhook-cert" `
64+ - secret name containing certificates for the operator admission controller
65+ * - maintenance-operator-chart.operator.admissionController.enable
66+ - bool
67+ - `false `
68+ - enable admission controller of the operator
69+ * - maintenance-operator-chart.operator.image.name
70+ - string
71+ - `"maintenance-operator" `
72+ -
73+ * - maintenance-operator-chart.operator.image.repository
74+ - string
75+ - `"ghcr.io/mellanox" `
76+ -
77+ * - maintenance-operator-chart.operator.image.tag
78+ - string
79+ - `"v0.1.1" `
80+ -
81+ * - maintenanceOperator.enabled
82+ - bool
83+ - `false `
84+ - Deploy Maintenance Operator.
4985 * - nfd.deployNodeFeatureRules
5086 - bool
5187 - `true `
@@ -130,7 +166,7 @@ General Parameters
130166 - .. code-block:: yaml
131167
132168 limits:
133- cpu: 500m
169+ cpu: 900m
134170 memory: 128Mi
135171 requests:
136172 cpu: 5m
@@ -289,7 +325,7 @@ SR-IOV Network Operator Helm chart customization options can be found `here <htt
289325 -
290326 * - sriov-network-operator.images.operator
291327 - string
292- - `"nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.10.0-rc.1 " `
328+ - `"nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.10.0" `
293329 -
294330 * - sriov-network-operator.images.ovsCni
295331 - string
@@ -305,15 +341,15 @@ SR-IOV Network Operator Helm chart customization options can be found `here <htt
305341 -
306342 * - sriov-network-operator.images.sriovConfigDaemon
307343 - string
308- - `"nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.10.0-rc.1 " `
344+ - `"nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.10.0" `
309345 -
310346 * - sriov-network-operator.images.sriovDevicePlugin
311347 - string
312348 - `"ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.8.0" `
313349 -
314350 * - sriov-network-operator.images.webhook
315351 - string
316- - `"nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.10.0-rc.1 " `
352+ - `"nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.10.0" `
317353 -
318354 * - sriov-network-operator.operator.admissionControllers
319355 - yaml
@@ -421,7 +457,7 @@ NIC Configuration Operator Helm chart customization options can be found `here <
421457 -
422458 * - nic-configuration-operator-chart.configDaemon.image.tag
423459 - string
424- - `"v0.1.12 " `
460+ - `"v0.1.14 " `
425461 -
426462 * - nic-configuration-operator-chart.operator.image.name
427463 - string
@@ -433,7 +469,7 @@ NIC Configuration Operator Helm chart customization options can be found `here <
433469 -
434470 * - nic-configuration-operator-chart.operator.image.tag
435471 - string
436- - `"v0.1.12 " `
472+ - `"v0.1.14 " `
437473 -
438474
439475=======================
0 commit comments