mirror of https://git.rancher.io/rke2-charts
Updated calico to 3.23.1
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>pull/263/head
parent
72e15c46b9
commit
76b39c3da7
|
@ -5,3 +5,4 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
wireguardEnabled: {{ .Values.felixConfiguration.wireguardEnabled }}
|
wireguardEnabled: {{ .Values.felixConfiguration.wireguardEnabled }}
|
||||||
featureDetectOverride: {{ .Values.felixConfiguration.featureDetectOverride }}
|
featureDetectOverride: {{ .Values.felixConfiguration.featureDetectOverride }}
|
||||||
|
healthPort: {{ .Values.felixConfiguration.healthPort }}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
- https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
|
- https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
|
||||||
- https://github.com/tigera/operator
|
- https://github.com/tigera/operator
|
||||||
- https://github.com/projectcalico/calico
|
- https://github.com/projectcalico/calico
|
||||||
version: v3.23.0
|
version: v3.23.1
|
||||||
+annotations:
|
+annotations:
|
||||||
+ catalog.cattle.io/namespace: tigera-operator
|
+ catalog.cattle.io/namespace: tigera-operator
|
||||||
|
|
|
@ -1,10 +1,15 @@
|
||||||
--- charts-original/templates/tigera-operator/01-imagepullsecret.yaml
|
--- charts-original/templates/tigera-operator/01-imagepullsecret.yaml
|
||||||
+++ charts/templates/tigera-operator/01-imagepullsecret.yaml
|
+++ charts/templates/tigera-operator/01-imagepullsecret.yaml
|
||||||
@@ -6,7 +6,7 @@
|
@@ -1,4 +1,3 @@
|
||||||
|
-{{- $ns := .Release.Namespace }}
|
||||||
|
{{- $envAll := . }}
|
||||||
|
{{- if .Values.imagePullSecrets }}
|
||||||
|
|
||||||
|
@@ -7,7 +6,7 @@
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ $key }}
|
name: {{ $key }}
|
||||||
- namespace: {{.Release.Namespace}}
|
- namespace: {{ $ns }}
|
||||||
+ namespace: tigera-operator
|
+ namespace: tigera-operator
|
||||||
data:
|
data:
|
||||||
.dockerconfigjson: {{ $value | b64enc }}
|
.dockerconfigjson: {{ $value | b64enc }}
|
||||||
|
|
|
@ -30,19 +30,19 @@
|
||||||
|
|
||||||
certs:
|
certs:
|
||||||
node:
|
node:
|
||||||
@@ -22,9 +39,24 @@
|
@@ -22,9 +39,25 @@
|
||||||
|
|
||||||
# Configuration for the tigera operator
|
# Configuration for the tigera operator
|
||||||
tigeraOperator:
|
tigeraOperator:
|
||||||
- image: tigera/operator
|
- image: tigera/operator
|
||||||
+ image: rancher/mirrored-calico-operator
|
+ image: rancher/mirrored-calico-operator
|
||||||
version: v1.27.0
|
version: v1.27.1
|
||||||
- registry: quay.io
|
- registry: quay.io
|
||||||
+ registry: docker.io
|
+ registry: docker.io
|
||||||
calicoctl:
|
calicoctl:
|
||||||
- image: docker.io/calico/ctl
|
- image: docker.io/calico/ctl
|
||||||
+ image: rancher/mirrored-calico-ctl
|
+ image: rancher/mirrored-calico-ctl
|
||||||
tag: v3.23.0
|
tag: v3.23.1
|
||||||
+
|
+
|
||||||
+global:
|
+global:
|
||||||
+ systemDefaultRegistry: ""
|
+ systemDefaultRegistry: ""
|
||||||
|
@ -58,3 +58,4 @@
|
||||||
+ wireguardEnabled: false
|
+ wireguardEnabled: false
|
||||||
+ # Config required to fix RKE2 issue #1541
|
+ # Config required to fix RKE2 issue #1541
|
||||||
+ featureDetectOverride: "ChecksumOffloadBroken=true"
|
+ featureDetectOverride: "ChecksumOffloadBroken=true"
|
||||||
|
+ healthPort: 9099
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
url: https://github.com/projectcalico/calico/releases/download/v3.23.0/tigera-operator-v3.23.0.tgz
|
url: https://github.com/projectcalico/calico/releases/download/v3.23.1/tigera-operator-v3.23.1.tgz
|
||||||
packageVersion: 04
|
packageVersion: 01
|
||||||
additionalCharts:
|
additionalCharts:
|
||||||
- workingDir: charts-crd
|
- workingDir: charts-crd
|
||||||
crdOptions:
|
crdOptions:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
version: v3.23.0
|
version: v3.23.1
|
||||||
description: Installs the CRDs for rke2-calico
|
description: Installs the CRDs for rke2-calico
|
||||||
name: rke2-calico-crd
|
name: rke2-calico-crd
|
||||||
type: application
|
type: application
|
||||||
|
|
Loading…
Reference in New Issue