Skip to content

Commit

Permalink
Merge pull request #503 from cert-manager/self-upgrade-main
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade-main into main
  • Loading branch information
cert-manager-prow[bot] authored Sep 23, 2024
2 parents e846d89 + dc23dde commit 1f0dc99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,70 +10,70 @@ targets:
- folder_name: api-docs
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/api-docs
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/cert-manager
- folder_name: controller-gen
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/controller-gen
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/go
- folder_name: helm
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/helm
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/help
- folder_name: kind
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/kind
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/klone
- folder_name: oci-build
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/oci-build
- folder_name: oci-publish
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/oci-publish
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_hash: 0ffb274185564894561da55c6a262d817661b942
repo_path: modules/tools
4 changes: 2 additions & 2 deletions make/_shared/oci-build/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ oci_platforms ?= linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le

# Use distroless as minimal base image to package the manager binary
# To get latest SHA run "crane digest quay.io/jetstack/base-static:latest"
base_image_static := quay.io/jetstack/base-static@sha256:9115b6b23bd3760a6d226b46a208c5ef317313ae8d0147fcd066db0903d24698
base_image_static := quay.io/jetstack/base-static@sha256:262e3020adb3b09ddbf9cd8fe672330451a556c8e7024142fa205c8876c3fd75

# Use custom apko-built image as minimal base image to package the manager binary
# To get latest SHA run "crane digest quay.io/jetstack/base-static-csi:latest"
base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:3352a7b0b16c062658b4a43718ca7f08a7d3a402688069d39f6754dcf936189b
base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:f776795838d73f9836b134f688b4c827fcd7ed22f46d3cefcb9f57d668388fef

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

0 comments on commit 1f0dc99

Please sign in to comment.