From 0a055bbcedf7be5cde3f1eb3f20248209e7b6766 Mon Sep 17 00:00:00 2001 From: Onong Tayeng Date: Wed, 17 Jun 2026 09:53:26 +0530 Subject: [PATCH] Update vppbranch var for Calico/VPP v3.32.0 --- calico_versioned_docs/version-3.32/variables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calico_versioned_docs/version-3.32/variables.js b/calico_versioned_docs/version-3.32/variables.js index 22eea15c76..f65c2f04f8 100644 --- a/calico_versioned_docs/version-3.32/variables.js +++ b/calico_versioned_docs/version-3.32/variables.js @@ -19,7 +19,7 @@ const variables = { manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.32.0', releases, registry: '', - vppbranch: 'v3.31.0', + vppbranch: 'v3.32.0', envoyVersion: '1.5.6', tigeraOperator: releases[0]['tigera-operator'], tigeraOperatorVersionShort: releases[0]['tigera-operator'].version.split('.').slice(0, 2).join('.'),