Skip to content

Commit

Permalink
BOT: run 'make upgrade-klone' and 'make generate'
Browse files Browse the repository at this point in the history
Signed-off-by: cert-manager-bot <[email protected]>
  • Loading branch information
cert-manager-bot committed Jan 25, 2025
1 parent b579181 commit bc0c929
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions make/_shared/helm/crds.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bc0c929

Please sign in to comment.