2021-06-11 21:34:45 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2022-08-16 13:43:37 +00:00
|
|
|
@@ -1,11 +1,11 @@
|
2021-06-11 21:34:45 +00:00
|
|
|
operator:
|
|
|
|
tolerations:
|
|
|
|
- - key: "node-role.kubernetes.io/master"
|
|
|
|
- operator: "Exists"
|
|
|
|
- effect: "NoSchedule"
|
2022-08-16 13:43:37 +00:00
|
|
|
- key: "node-role.kubernetes.io/control-plane"
|
|
|
|
operator: "Exists"
|
|
|
|
effect: "NoSchedule"
|
|
|
|
+ - effect: NoExecute
|
|
|
|
+ key: node-role.kubernetes.io/etcd
|
|
|
|
+ operator: Exists
|
|
|
|
nodeSelector: {}
|
|
|
|
affinity:
|
|
|
|
nodeAffinity:
|
|
|
|
@@ -21,17 +21,44 @@
|
|
|
|
values: [ "" ]
|
2021-06-11 21:34:45 +00:00
|
|
|
nameOverride: ""
|
|
|
|
fullnameOverride: ""
|
|
|
|
- resourcePrefix: "openshift.io"
|
|
|
|
+ resourcePrefix: "rancher.io"
|
|
|
|
enableAdmissionController: false
|
|
|
|
cniBinPath: "/opt/cni/bin"
|
|
|
|
clusterType: "kubernetes"
|
|
|
|
|
|
|
|
# Image URIs for sriov-network-operator components
|
|
|
|
images:
|
2022-04-19 15:45:20 +00:00
|
|
|
- operator: ghcr.io/k8snetworkplumbingwg/sriov-network-operator
|
|
|
|
- sriovConfigDaemon: ghcr.io/k8snetworkplumbingwg/sriov-network-operator-config-daemon
|
|
|
|
- sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni
|
|
|
|
- ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni
|
|
|
|
- sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin
|
|
|
|
- resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector
|
|
|
|
- webhook: ghcr.io/k8snetworkplumbingwg/sriov-network-operator-webhook
|
2021-06-11 21:34:45 +00:00
|
|
|
+ operator:
|
|
|
|
+ image: rancher/hardened-sriov-network-operator
|
2022-10-25 08:39:39 +00:00
|
|
|
+ tag: v1.2.0-build20221014
|
2021-06-11 21:34:45 +00:00
|
|
|
+ sriovConfigDaemon:
|
|
|
|
+ image: rancher/hardened-sriov-network-config-daemon
|
2022-10-25 08:39:39 +00:00
|
|
|
+ tag: v1.2.0-build20221014
|
2021-06-11 21:34:45 +00:00
|
|
|
+ sriovCni:
|
|
|
|
+ image: rancher/hardened-sriov-cni
|
2022-10-25 08:39:39 +00:00
|
|
|
+ tag: v2.6.3-build20221014
|
2021-06-11 21:34:45 +00:00
|
|
|
+ ibSriovCni:
|
|
|
|
+ image: rancher/hardened-ib-sriov-cni
|
2022-10-25 08:39:39 +00:00
|
|
|
+ tag: v1.0.2-build20221014
|
2021-06-11 21:34:45 +00:00
|
|
|
+ sriovDevicePlugin:
|
|
|
|
+ image: rancher/hardened-sriov-network-device-plugin
|
2022-10-25 08:39:39 +00:00
|
|
|
+ tag: v3.5.1-build20221014
|
2021-06-11 21:34:45 +00:00
|
|
|
+ resourcesInjector:
|
|
|
|
+ image: rancher/hardened-sriov-network-resources-injector
|
2022-10-25 08:39:39 +00:00
|
|
|
+ tag: v1.5-build20221014
|
2021-06-11 21:34:45 +00:00
|
|
|
+ webhook:
|
|
|
|
+ image: rancher/hardened-sriov-network-webhook
|
2022-10-25 08:39:39 +00:00
|
|
|
+ tag: v1.2.0-build20221014
|
2021-06-11 21:34:45 +00:00
|
|
|
+
|
|
|
|
+# cert_manager enables integration with cert-manager to generate
|
|
|
|
+# certificates for the operator webhooks. Otherwise the chart will
|
|
|
|
+# generate ad-hoc certificates with no automated renewal at expiration,
|
|
|
|
+# not recommended for production clusters.
|
|
|
|
+cert_manager: false
|
|
|
|
+
|
|
|
|
+global:
|
|
|
|
+ cattle:
|
|
|
|
+ systemDefaultRegistry: ""
|
|
|
|
+ rbac:
|
|
|
|
+ userRoles:
|
|
|
|
+ aggregateToDefaultRoles: false
|