# This klone.yaml file describes the Makefile modules and versions that are # cloned into the "make/_shared" folder. These modules are dynamically imported # by the root Makefile. The "make upgrade-klone" target can be used to pull # the latest version from the upstream repositories (using the repo_ref value). # # More info can be found here: https://github.com/cert-manager/makefile-modules targets: make/_shared: - folder_name: api-docs repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/api-docs - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/generate-verify - folder_name: go repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/go - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/klone - folder_name: oci-build repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/oci-build - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd repo_path: modules/tools