diff --git a/klone.yaml b/klone.yaml
index a258a8a2..dfd08017 100644
--- a/klone.yaml
+++ b/klone.yaml
@@ -10,65 +10,65 @@ targets:
     - folder_name: boilerplate
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/boilerplate
     - folder_name: cert-manager
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/cert-manager
     - folder_name: controller-gen
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/controller-gen
     - folder_name: generate-verify
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/generate-verify
     - folder_name: go
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/go
     - folder_name: helm
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/helm
     - folder_name: help
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/help
     - folder_name: kind
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/kind
     - folder_name: klone
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/klone
     - folder_name: oci-build
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/oci-build
     - folder_name: oci-publish
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/oci-publish
     - folder_name: repository-base
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/repository-base
     - folder_name: tools
       repo_url: https://github.com/cert-manager/makefile-modules.git
       repo_ref: main
-      repo_hash: dd3c1e710614cfe5fb4c6597f5494c83d250930f
+      repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
       repo_path: modules/tools
diff --git a/make/_shared/helm/crds.mk b/make/_shared/helm/crds.mk
index e5c4b636..58324574 100644
--- a/make/_shared/helm/crds.mk
+++ b/make/_shared/helm/crds.mk
@@ -67,8 +67,8 @@ generate-crds: | $(NEEDS_CONTROLLER-GEN) $(NEEDS_YQ)
 	done
 
 	@if [ -n "$$(ls $(crds_gen_temp) 2>/dev/null)" ]; then \
-		cp -Tr $(crds_gen_temp) $(crds_dir); \
-		cp $(crds_dir_readme) $(crds_dir)/README.md; \
+		cp -r $(crds_gen_temp) $(crds_dir)/ ; \
+		cp $(crds_dir_readme) $(crds_dir)/README.md ; \
 	fi
 
 shared_generate_targets += generate-crds