From 49bb6f4c6081daf58ba67c6f95e6060e88c3d61b Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 3 Jan 2022 01:17:59 +0100 Subject: [PATCH] chore(deps): Upgrade kyverno & calico --- bootstrap/calico/release.yaml | 3 +-- bootstrap/kyverno/release.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml index 13fec6c0c..11952ec86 100644 --- a/bootstrap/calico/release.yaml +++ b/bootstrap/calico/release.yaml @@ -11,7 +11,7 @@ spec: sourceRef: kind: HelmRepository name: projectcalico - version: v3.20.2 + version: v3.21.2 interval: 15m values: installation: @@ -26,4 +26,3 @@ spec: encapsulation: VXLAN natOutgoing: Enabled nodeSelector: all() - diff --git a/bootstrap/kyverno/release.yaml b/bootstrap/kyverno/release.yaml index 3b5be510c..5622e40da 100644 --- a/bootstrap/kyverno/release.yaml +++ b/bootstrap/kyverno/release.yaml @@ -11,7 +11,7 @@ spec: sourceRef: kind: HelmRepository name: kyverno - version: v2.1.2 + version: v2.1.4 interval: 5m install: crds: CreateReplace -- GitLab