From ede80539b15d1f6bb995ec6c13225c292bce5979 Mon Sep 17 00:00:00 2001 From: Daniel Fox Date: Thu, 28 Nov 2024 10:26:01 -0800 Subject: [PATCH] Update versions in charts --- charts/calico/values.yaml | 2 +- charts/tigera-operator/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/calico/values.yaml b/charts/calico/values.yaml index 28e204fbe89..15398f8debd 100644 --- a/charts/calico/values.yaml +++ b/charts/calico/values.yaml @@ -1,5 +1,5 @@ # The Calico version to use when generating manifests. -version: v3.27.4 +version: v3.27.5 # Configure the images to use when generating manifests. node: diff --git a/charts/tigera-operator/values.yaml b/charts/tigera-operator/values.yaml index bb50a653349..00ad3e2f2a0 100644 --- a/charts/tigera-operator/values.yaml +++ b/charts/tigera-operator/values.yaml @@ -52,10 +52,10 @@ podLabels: {} # Image and registry configuration for the tigera/operator pod. tigeraOperator: image: tigera/operator - version: v1.32.10 + version: v1.32.12 registry: quay.io calicoctl: image: docker.io/calico/ctl - tag: v3.27.4 + tag: v3.27.5 kubeletVolumePluginPath: /var/lib/kubelet