|
| 1 | +# This klone.yaml file describes the Makefile modules and versions that are |
| 2 | +# cloned into the "make/_shared" folder. These modules are dynamically imported |
| 3 | +# by the root Makefile. The "make upgrade-klone" target can be used to pull |
| 4 | +# the latest version from the upstream repositories (using the repo_ref value). |
| 5 | +# |
| 6 | +# More info can be found here: https://github.com/cert-manager/makefile-modules |
| 7 | + |
| 8 | +targets: |
| 9 | + make/_shared: |
| 10 | + - folder_name: generate-verify |
| 11 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 12 | + repo_ref: main |
| 13 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 14 | + repo_path: modules/generate-verify |
| 15 | + - folder_name: go |
| 16 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 17 | + repo_ref: main |
| 18 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 19 | + repo_path: modules/go |
| 20 | + - folder_name: helm |
| 21 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 22 | + repo_ref: main |
| 23 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 24 | + repo_path: modules/helm |
| 25 | + - folder_name: help |
| 26 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 27 | + repo_ref: main |
| 28 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 29 | + repo_path: modules/help |
| 30 | + - folder_name: kind |
| 31 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 32 | + repo_ref: main |
| 33 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 34 | + repo_path: modules/kind |
| 35 | + - folder_name: klone |
| 36 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 37 | + repo_ref: main |
| 38 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 39 | + repo_path: modules/klone |
| 40 | + - folder_name: oci-build |
| 41 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 42 | + repo_ref: main |
| 43 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 44 | + repo_path: modules/oci-build |
| 45 | + - folder_name: oci-publish |
| 46 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 47 | + repo_ref: main |
| 48 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 49 | + repo_path: modules/oci-publish |
| 50 | + - folder_name: repository-base |
| 51 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 52 | + repo_ref: main |
| 53 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 54 | + repo_path: modules/repository-base |
| 55 | + - folder_name: tools |
| 56 | + repo_url: https://github.com/cert-manager/makefile-modules.git |
| 57 | + repo_ref: main |
| 58 | + repo_hash: 9c9f116938e082201a6bae0aedc7c7cf525fd8bf |
| 59 | + repo_path: modules/tools |
0 commit comments