Merge pull request #218 from rbrtbnfgl/update-calico-v3.22.0

Updated calico to version 3.22.0
pull/219/head
Roberto Bonafiglia 2022-02-07 18:52:49 +01:00 committed by GitHub
commit c4b8673dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 22 additions and 29 deletions

View File

@ -1,11 +1,15 @@
--- charts-original/Chart.yaml --- charts-original/Chart.yaml
+++ charts/Chart.yaml +++ charts/Chart.yaml
@@ -1,5 +1,7 @@ @@ -3,9 +3,11 @@
apiVersion: v2
appVersion: v3.21.4
description: Installs the Tigera operator for Calico description: Installs the Tigera operator for Calico
home: https://projectcalico.docs.tigera.io/about/about-calico
icon: https://projectcalico.docs.tigera.io/images/felix_icon.png
-name: tigera-operator -name: tigera-operator
+name: rke2-calico +name: rke2-calico
version: v3.21.4 sources:
- https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
- https://github.com/tigera/operator
- https://github.com/projectcalico/calico
version: v3.22.0
+annotations: +annotations:
+ catalog.cattle.io/namespace: tigera-operator + catalog.cattle.io/namespace: tigera-operator

View File

@ -18,8 +18,8 @@
from this pool. from this pool.
type: boolean type: boolean
- disableBGPExport: - disableBGPExport:
- description: 'Disable exporting routes from this IP Pools CIDR over - description: "Disable exporting routes from this IP Pool's CIDR over
- BGP. [Default: false]' - BGP. [Default: false]"
- type: boolean - type: boolean
ipip: ipip:
description: 'Deprecated: this field is only used for APIv1 backwards description: 'Deprecated: this field is only used for APIv1 backwards

View File

@ -1,11 +0,0 @@
--- charts-original/crds/operator.tigera.io_apiservers_crd.yaml
+++ charts/crds/operator.tigera.io_apiservers_crd.yaml
@@ -2,8 +2,6 @@
kind: CustomResourceDefinition
metadata:
name: apiservers.operator.tigera.io
- annotations:
- helm.sh/hook: crd-install
spec:
group: operator.tigera.io
names:

View File

@ -1,6 +1,6 @@
--- charts-original/crds/operator.tigera.io_installations_crd.yaml --- charts-original/crds/operator.tigera.io_installations_crd.yaml
+++ charts/crds/operator.tigera.io_installations_crd.yaml +++ charts/crds/operator.tigera.io_installations_crd.yaml
@@ -341,13 +341,6 @@ @@ -354,13 +354,6 @@
nodes on which to run Calico components. This is globally applied nodes on which to run Calico components. This is globally applied
to all resources created by the operator excluding daemonsets. to all resources created by the operator excluding daemonsets.
type: object type: object
@ -14,7 +14,7 @@
controlPlaneTolerations: controlPlaneTolerations:
description: ControlPlaneTolerations specify tolerations which are description: ControlPlaneTolerations specify tolerations which are
then globally applied to all resources created by the operator. then globally applied to all resources created by the operator.
@@ -489,10 +482,6 @@ @@ -531,10 +524,6 @@
or "OnDelete". Default is RollingUpdate. or "OnDelete". Default is RollingUpdate.
type: string type: string
type: object type: object
@ -24,8 +24,8 @@
- type: string - type: string
registry: registry:
description: "Registry is the default Docker registry used for component description: "Registry is the default Docker registry used for component
Docker images. If specified, all images will be pulled from this Docker images. If specified then the given value must end with a
@@ -1047,13 +1036,6 @@ @@ -1103,13 +1092,6 @@
plane nodes on which to run Calico components. This is globally plane nodes on which to run Calico components. This is globally
applied to all resources created by the operator excluding daemonsets. applied to all resources created by the operator excluding daemonsets.
type: object type: object
@ -39,7 +39,7 @@
controlPlaneTolerations: controlPlaneTolerations:
description: ControlPlaneTolerations specify tolerations which description: ControlPlaneTolerations specify tolerations which
are then globally applied to all resources created by the operator. are then globally applied to all resources created by the operator.
@@ -1197,10 +1179,6 @@ @@ -1282,10 +1264,6 @@
or "OnDelete". Default is RollingUpdate. or "OnDelete". Default is RollingUpdate.
type: string type: string
type: object type: object
@ -49,4 +49,4 @@
- type: string - type: string
registry: registry:
description: "Registry is the default Docker registry used for description: "Registry is the default Docker registry used for
component Docker images. If specified, all images will be pulled component Docker images. If specified then the given value must

View File

@ -5,7 +5,7 @@
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole
metadata: metadata:
@@ -29,11 +28,11 @@ @@ -51,11 +50,11 @@
- nodes - nodes
verbs: verbs:
# Need to update node labels when migrating nodes. # Need to update node labels when migrating nodes.
@ -21,7 +21,7 @@
- apiGroups: - apiGroups:
- rbac.authorization.k8s.io - rbac.authorization.k8s.io
resources: resources:
@@ -126,6 +125,13 @@ @@ -148,6 +147,13 @@
- delete - delete
- watch - watch
- apiGroups: - apiGroups:

View File

@ -31,13 +31,13 @@
tigeraOperator: tigeraOperator:
- image: tigera/operator - image: tigera/operator
+ image: rancher/mirrored-calico-operator + image: rancher/mirrored-calico-operator
version: v1.23.5 version: v1.25.0
- 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.21.4 tag: v3.22.0
+ +
+global: +global:
+ systemDefaultRegistry: "" + systemDefaultRegistry: ""

View File

@ -1,4 +1,4 @@
url: https://github.com/projectcalico/calico/releases/download/v3.21.4/tigera-operator-v3.21.4.tgz url: https://github.com/projectcalico/calico/releases/download/v3.22.0/tigera-operator-v3.22.0.tgz
packageVersion: 01 packageVersion: 01
additionalCharts: additionalCharts:
- workingDir: charts-crd - workingDir: charts-crd

View File

@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
version: v3.21.2 version: v3.22.0
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