rancher-charts/packages/rancher-sriov/generated-changes/patch/values.yaml.patch

71 lines
2.3 KiB
Diff
Raw Normal View History

--- charts-original/values.yaml
+++ charts/values.yaml
@@ -1,11 +1,11 @@
operator:
tolerations:
- - key: "node-role.kubernetes.io/master"
- operator: "Exists"
- effect: "NoSchedule"
- 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: [ "" ]
nameOverride: ""
fullnameOverride: ""
- resourcePrefix: "openshift.io"
+ resourcePrefix: "rancher.io"
enableAdmissionController: false
cniBinPath: "/opt/cni/bin"
clusterType: "kubernetes"
# Image URIs for sriov-network-operator components
images:
- 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
+ operator:
+ image: rancher/hardened-sriov-network-operator
2022-10-25 08:39:39 +00:00
+ tag: v1.2.0-build20221014
+ sriovConfigDaemon:
+ image: rancher/hardened-sriov-network-config-daemon
2022-10-25 08:39:39 +00:00
+ tag: v1.2.0-build20221014
+ sriovCni:
+ image: rancher/hardened-sriov-cni
2022-10-25 08:39:39 +00:00
+ tag: v2.6.3-build20221014
+ ibSriovCni:
+ image: rancher/hardened-ib-sriov-cni
2022-10-25 08:39:39 +00:00
+ tag: v1.0.2-build20221014
+ sriovDevicePlugin:
+ image: rancher/hardened-sriov-network-device-plugin
2022-10-25 08:39:39 +00:00
+ tag: v3.5.1-build20221014
+ resourcesInjector:
+ image: rancher/hardened-sriov-network-resources-injector
2022-10-25 08:39:39 +00:00
+ tag: v1.5-build20221014
+ webhook:
+ image: rancher/hardened-sriov-network-webhook
2022-10-25 08:39:39 +00:00
+ tag: v1.2.0-build20221014
+
+# 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