From d2029d9d68672f0c66d69291089398cf4eee08e6 Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:18:08 +0000 Subject: [PATCH] chore: pin helm readme generator to v2.7.2 (#934) (#5745) Co-authored-by: Kristaps Fabians Geikins --- utils/helm/update-schema-json.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/helm/update-schema-json.sh b/utils/helm/update-schema-json.sh index d0b8693f8..21d5ebd49 100755 --- a/utils/helm/update-schema-json.sh +++ b/utils/helm/update-schema-json.sh @@ -32,9 +32,9 @@ if [ ! -d "${README_GENERATOR_DIR}" ]; then fi pushd "${README_GENERATOR_DIR}" - echo "✨ Updating to the latest version of readme-generator-for-helm" - git switch main - git pull origin main + echo "✨ Checking out tag 2.7.2 of readme-generator-for-helm" + git fetch origin tag 2.7.2 + git checkout 2.7.2 npm install popd