Skip to content

Commit 83e23bf

Browse files
Merge pull request #520 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 704887a + d90b55e commit 83e23bf

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

klone.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,70 +10,70 @@ targets:
1010
- folder_name: api-docs
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
13+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
1414
repo_path: modules/api-docs
1515
- folder_name: boilerplate
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
18+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
1919
repo_path: modules/boilerplate
2020
- folder_name: cert-manager
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
23+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
2424
repo_path: modules/cert-manager
2525
- folder_name: controller-gen
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
28+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
2929
repo_path: modules/controller-gen
3030
- folder_name: generate-verify
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
33+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
3434
repo_path: modules/generate-verify
3535
- folder_name: go
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
38+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
3939
repo_path: modules/go
4040
- folder_name: helm
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
43+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
4444
repo_path: modules/helm
4545
- folder_name: help
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
48+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
4949
repo_path: modules/help
5050
- folder_name: kind
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
53+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
5454
repo_path: modules/kind
5555
- folder_name: klone
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
58+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
5959
repo_path: modules/klone
6060
- folder_name: oci-build
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
63+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
6464
repo_path: modules/oci-build
6565
- folder_name: oci-publish
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
68+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
6969
repo_path: modules/oci-publish
7070
- folder_name: repository-base
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
73+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
7474
repo_path: modules/repository-base
7575
- folder_name: tools
7676
repo_url: https://github.com/cert-manager/makefile-modules.git
7777
repo_ref: main
78-
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
78+
repo_hash: bbdd3178ba72a23eb776d05770b9ff1b461b0546
7979
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:cabab50de0aff1134320f01a00cbe00efdecbe01b7661377b87ecda45485ff97
19+
base_image_static := quay.io/jetstack/base-static@sha256:fdf3bc64e067a3b62d4face7b1fd9e07a3ffad57a8974047cbc48acd4af8e611
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:7d424631e58b74d2fe01ecf5ffb20296fe4ce74bd3adef3738c183c53be3baea
23+
base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:9d633cc6f466f75a07bd9d376064bc80ea911553e16158fae7934e5731561231
2424

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

0 commit comments

Comments
 (0)