Skip to content

Commit 4398be3

Browse files
Merge pull request #373 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents c72e489 + b3d47d4 commit 4398be3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

klone.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,65 +10,65 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
13+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
18+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
1919
repo_path: modules/cert-manager
2020
- folder_name: controller-gen
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
23+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
2424
repo_path: modules/controller-gen
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
28+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
33+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
38+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
43+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
48+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
53+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
5454
repo_path: modules/klone
5555
- folder_name: oci-build
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
58+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
5959
repo_path: modules/oci-build
6060
- folder_name: oci-publish
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
63+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
6464
repo_path: modules/oci-publish
6565
- folder_name: repository-base
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
68+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
6969
repo_path: modules/repository-base
7070
- folder_name: tools
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: cbe6b3efce57705c9d0b9c5f8b12010a05c2538e
73+
repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9
7474
repo_path: modules/tools

make/_shared/oci-build/00_mod.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ oci_platforms ?= linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le
1616

1717
# Use distroless as minimal base image to package the manager binary
1818
# To get latest SHA run "crane digest quay.io/jetstack/base-static:latest"
19-
base_image_static := quay.io/jetstack/base-static@sha256:5cb085f952f80f3f065c7c8f6b9fcd754603c69a51c4c452a932f34a4fa83ee0
19+
base_image_static := quay.io/jetstack/base-static@sha256:9202d031a2bf364519a07629e51daca08233e3096936563ea5f35f0e19003853
2020

2121
# Use custom apko-built image as minimal base image to package the manager binary
2222
# To get latest SHA run "crane digest quay.io/jetstack/base-static-csi:latest"
23-
base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:c30595ad2eed4963dc28e5e0998720699f1ec41c4ff115bba86ecc873d12199f
23+
base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:2e159b417e03b3d454c202f8281922784ef7153873dc5a62bdb5e456de9dc6db
2424

2525
# Utility functions
2626
fatal_if_undefined = $(if $(findstring undefined,$(origin $1)),$(error $1 is not set))

0 commit comments

Comments
 (0)