From 3a61401e42028d7d302df6932bb54939601be703 Mon Sep 17 00:00:00 2001 From: xeniape Date: Thu, 13 Aug 2026 13:26:58 +0200 Subject: [PATCH] fix: set correct crd docs version --- antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index 2e3c28c5b..4fe70402d 100644 --- a/antora.yml +++ b/antora.yml @@ -22,7 +22,7 @@ asciidoc: # Keep this version in line with the 'version' key above # The versions for the CRD docs are either 'nightly' or # a full major.minor.patch version like 23.7.1 - crd-docs-version: "24.11.0" + crd-docs-version: "24.11.1" # Whether this version is already end of life. # If true, a banner will be displayed informing the user. end-of-life: true