Skip to content

Commit

Permalink
Merge pull request #164 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 Dec 18, 2024
2 parents 271d0ed + b3334a1 commit a9d2384
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,45 +10,45 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/cert-manager
- folder_name: executable
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/executable
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/go
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 8efc8e49b062c3f1b059079f532ee342db79c3cc
repo_hash: 0ce420481aebac2fb75972fa13509ef9b1b12b4a
repo_path: modules/tools
2 changes: 1 addition & 1 deletion make/_shared/tools/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tools += helm=v3.15.4
# https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl
tools += kubectl=v1.31.0
# https://github.com/kubernetes-sigs/kind/releases
tools += kind=v0.25.0
tools += kind=v0.26.0
# https://www.vaultproject.io/downloads
tools += vault=1.17.3
# https://github.com/Azure/azure-workload-identity/releases
Expand Down

0 comments on commit a9d2384

Please sign in to comment.