-
Notifications
You must be signed in to change notification settings - Fork 0
/
klone.yaml
69 lines (68 loc) · 2.9 KB
/
klone.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# 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: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/cert-manager
- folder_name: controller-gen
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/controller-gen
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/generate-verify
- folder_name: helm
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/helm
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/help
- folder_name: kind
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/kind
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/klone
- folder_name: oci-build
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/oci-build
- folder_name: oci-publish
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/oci-publish
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/tools