Skip to content

Commit e7811a2

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <[email protected]>
1 parent 1483a74 commit e7811a2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,55 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
12+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
1313
repo_path: modules/boilerplate
1414
- folder_name: cert-manager
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
17+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
1818
repo_path: modules/cert-manager
1919
- folder_name: controller-gen
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
22+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
2323
repo_path: modules/controller-gen
2424
- folder_name: generate-verify
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
27+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
2828
repo_path: modules/generate-verify
2929
- folder_name: go
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
32+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
3333
repo_path: modules/go
3434
- folder_name: help
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
37+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
3838
repo_path: modules/help
3939
- folder_name: kind
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
42+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
4343
repo_path: modules/kind
4444
- folder_name: klone
4545
repo_url: https://github.com/cert-manager/makefile-modules.git
4646
repo_ref: main
47-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
47+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
4848
repo_path: modules/klone
4949
- folder_name: oci-build
5050
repo_url: https://github.com/cert-manager/makefile-modules.git
5151
repo_ref: main
52-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
52+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
5353
repo_path: modules/oci-build
5454
- folder_name: repository-base
5555
repo_url: https://github.com/cert-manager/makefile-modules.git
5656
repo_ref: main
57-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
57+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
5858
repo_path: modules/repository-base
5959
- folder_name: tools
6060
repo_url: https://github.com/cert-manager/makefile-modules.git
6161
repo_ref: main
62-
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
62+
repo_hash: a67def0ef574616ef097ec32130e268b4bb25096
6363
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:3644c30edf618b9e84ed98af7f529b1e9e3d67a54fcd557083f91fc991a0031c
19+
base_image_static := quay.io/jetstack/base-static@sha256:1da2e7de36c9d7a1931d765e8054a3c9fe7ed5126bacf728bb7429e923386146
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:6adec8e50b746da4a707af588936b02c09126aa1c73035d6e0fb293643479e6d
23+
base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:05ec9b9d5798fdd80680a54eab9eb69134d3cdaae948935bb1af07dadeb6e9be
2424

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

0 commit comments

Comments
 (0)