From 9f168a89b9f6e3307824daee79e5fbe9b90ab668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Job=20C=C3=A9spedes=20Ortiz?= Date: Thu, 18 Apr 2024 11:22:10 -0600 Subject: [PATCH] fix(ansible-operator-ci): add workaround for bug See: https://github.com/kubernetes-sigs/controller-tools/issues/851 --- .../host_vars/ansible-operator-ci/dockerfile_builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible-ci/inventory/host_vars/ansible-operator-ci/dockerfile_builder.yml b/.ansible-ci/inventory/host_vars/ansible-operator-ci/dockerfile_builder.yml index 298435c5..1a16ac3d 100644 --- a/.ansible-ci/inventory/host_vars/ansible-operator-ci/dockerfile_builder.yml +++ b/.ansible-ci/inventory/host_vars/ansible-operator-ci/dockerfile_builder.yml @@ -5,7 +5,7 @@ kubectl_version: 1.29.3 go_version: "{{ go_versions.121 }}" opm_version: 1.23.0 setup_envtest_version: 0.16 -controller_tools_version: 0.12.0 +controller_tools_version: 0.14.0 go_lint_version: 1.57.2 crd_ref_docs_version: 0.0.12