Add new value and fix bug in calico

Signed-off-by: Manuel Buil <mbuil@suse.com>
pull/286/head
Manuel Buil 2022-09-13 22:37:59 +02:00
parent ae564a6015
commit b41d2a5b2b
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
--- charts-original/values.yaml
+++ charts/values.yaml
@@ -1,11 +1,23 @@
@@ -1,11 +1,24 @@
imagePullSecrets: {}
installation:
@ -12,6 +12,7 @@
+ operator: "Exists"
+ effect: "NoExecute"
enabled: true
+ kubeletVolumePluginPath: "None"
kubernetesProvider: ""
+ calicoNetwork:
+ bgp: Disabled
@ -25,7 +26,7 @@
certs:
node:
@@ -40,9 +52,32 @@
@@ -40,9 +53,30 @@
# Image and registry configuration for the tigera/operator pod.
tigeraOperator:
@ -54,10 +55,8 @@
+ # Config required to fix RKE2 issue #1541
+ featureDetectOverride: "ChecksumOffloadBroken=true"
+ healthPort: 9099
+ defaultEndpointToHostAction: Drop
+ defaultEndpointToHostAction: "Drop"
+ failsafeInboundHostPorts: ""
+ failsafeOutboundHostPorts: ""
+ iptablesRefreshInterval: 90s
+ iptablesBackend: auto
+ logSeveritySys: Info
+ logSeveritySys: "Info"
+ xdpEnabled: true

View File

@ -1,5 +1,5 @@
url: https://github.com/projectcalico/calico/releases/download/v3.24.1/tigera-operator-v3.24.1.tgz
packageVersion: 01
packageVersion: 02
additionalCharts:
- workingDir: charts-crd
crdOptions: