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:
|
||||
wireguardEnabled: {{ .Values.felixConfiguration.wireguardEnabled }}
|
||||
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/tigera/operator
|
||||
- https://github.com/projectcalico/calico
|
||||
version: v3.23.0
|
||||
version: v3.23.1
|
||||
+annotations:
|
||||
+ catalog.cattle.io/namespace: tigera-operator
|
||||
|
|
|
@ -1,10 +1,15 @@
|
|||
--- charts-original/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
|
||||
metadata:
|
||||
name: {{ $key }}
|
||||
- namespace: {{.Release.Namespace}}
|
||||
- namespace: {{ $ns }}
|
||||
+ namespace: tigera-operator
|
||||
data:
|
||||
.dockerconfigjson: {{ $value | b64enc }}
|
||||
|
|
|
@ -30,19 +30,19 @@
|
|||
|
||||
certs:
|
||||
node:
|
||||
@@ -22,9 +39,24 @@
|
||||
@@ -22,9 +39,25 @@
|
||||
|
||||
# Configuration for the tigera operator
|
||||
tigeraOperator:
|
||||
- image: tigera/operator
|
||||
+ image: rancher/mirrored-calico-operator
|
||||
version: v1.27.0
|
||||
version: v1.27.1
|
||||
- registry: quay.io
|
||||
+ registry: docker.io
|
||||
calicoctl:
|
||||
- image: docker.io/calico/ctl
|
||||
+ image: rancher/mirrored-calico-ctl
|
||||
tag: v3.23.0
|
||||
tag: v3.23.1
|
||||
+
|
||||
+global:
|
||||
+ systemDefaultRegistry: ""
|
||||
|
@ -58,3 +58,4 @@
|
|||
+ wireguardEnabled: false
|
||||
+ # Config required to fix RKE2 issue #1541
|
||||
+ 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
|
||||
packageVersion: 04
|
||||
url: https://github.com/projectcalico/calico/releases/download/v3.23.1/tigera-operator-v3.23.1.tgz
|
||||
packageVersion: 01
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v1
|
||||
version: v3.23.0
|
||||
version: v3.23.1
|
||||
description: Installs the CRDs for rke2-calico
|
||||
name: rke2-calico-crd
|
||||
type: application
|
||||
|
|
Loading…
Reference in New Issue