From 49604fbd17126cc941ce432f5f894879215e2b7e Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Sun, 28 Oct 2018 19:47:04 +0000 Subject: [PATCH] [Calico] Update to v3.3.2 Calico v3.3.2 update with: * update container images * update configuration * expose ipPool blockSize * update bird templates * update rbac Change-Id: I72d218cb55a70b72c4d7d940109e718fe44a094f --- calico/templates/bin/_calico-settings.sh.tpl | 5 +++- calico/templates/bird/_bird.cfg.template.tpl | 25 ++++++++++++++++-- calico/templates/bird/_bird6.cfg.template.tpl | 25 ++++++++++++++++-- calico/templates/daemonset-calico-node.yaml | 8 ++++++ calico/values.yaml | 26 +++++++++++-------- 5 files changed, 73 insertions(+), 16 deletions(-) diff --git a/calico/templates/bin/_calico-settings.sh.tpl b/calico/templates/bin/_calico-settings.sh.tpl index a5821d07..38714a68 100644 --- a/calico/templates/bin/_calico-settings.sh.tpl +++ b/calico/templates/bin/_calico-settings.sh.tpl @@ -40,7 +40,7 @@ spec: logSeverityScreen: {{ .Values.conf.node.FELIX_LOGSEVERITYSCREEN }} EOF -# ipPool - https://docs.projectcalico.org/v3.2/reference/calicoctl/resources/ippool +# ipPool - https://docs.projectcalico.org/v3.3/reference/calicoctl/resources/ippool $CTL apply -f - <