From 9f272ef2b1badff28e8c53a0c30158e0749a20d6 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 2 Jul 2026 19:32:49 -0700 Subject: [PATCH] fix typo in dockerfile-builders/pipeline.yml Signed-off-by: Ryan Richard --- pipelines/dockerfile-builders/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/dockerfile-builders/pipeline.yml b/pipelines/dockerfile-builders/pipeline.yml index 5dbc90951..dc9f5524e 100644 --- a/pipelines/dockerfile-builders/pipeline.yml +++ b/pipelines/dockerfile-builders/pipeline.yml @@ -41,7 +41,7 @@ meta: BUILD_ARG_GO_VERSION: '1.26.4' # Choose which version of sigs.k8s.io/controller-tools/cmd/controller-gen to install # in the codegen container images. - BUILD_ARG_CONTROLLER_GEN_VERSION: v0.21.0 + BUILD_ARG_CONTROLLER_GEN_VERSION: 0.21.0 # Choose which version of github.com/elastic/crd-ref-docs to install in the codegen # container images. We use a commit sha instead of a release semver because this project # does not create releases very often. They seem to only release 1-2 times per year, but