[PR #6] [MERGED] Use cert-manager as webhook cert signer #8

Closed
opened 2025-12-31 16:28:30 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ysoftdevs/imagepullsecret-injector/pull/6
Author: @donCappo
Created: 8/12/2022
Status: Merged
Merged: 8/12/2022
Merged by: @donCappo

Base: mainHead: cert-manager-webhook


📝 Commits (1)

  • 2f3f5e7 Use cert-manager as webhook cert signer

📊 Changes

12 files changed (+25 additions, -322 deletions)

View changed files

📝 charts/imagepullsecret-injector/Chart.yaml (+1 -1)
charts/imagepullsecret-injector/scripts/create-signed-cert.sh (+0 -142)
📝 charts/imagepullsecret-injector/templates/_helpers.tpl (+4 -10)
charts/imagepullsecret-injector/templates/cert.yaml (+12 -0)
charts/imagepullsecret-injector/templates/certificate-gen/configmap-certigicate-gen.yaml (+0 -9)
charts/imagepullsecret-injector/templates/certificate-gen/cronjob-certificate-gen.yaml (+0 -41)
charts/imagepullsecret-injector/templates/certificate-gen/job-certificate-gen.yaml (+0 -34)
charts/imagepullsecret-injector/templates/certificate-gen/rbac-certificate-gen.yaml (+0 -69)
charts/imagepullsecret-injector/templates/cm.yaml (+0 -7)
📝 charts/imagepullsecret-injector/templates/deployment.yaml (+2 -2)
📝 charts/imagepullsecret-injector/templates/mutatingwebhook.yaml (+3 -1)
📝 charts/imagepullsecret-injector/values.yaml (+3 -6)

📄 Description

update chart to use cert-manager as a signer for webhook cert


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ysoftdevs/imagepullsecret-injector/pull/6 **Author:** [@donCappo](https://github.com/donCappo) **Created:** 8/12/2022 **Status:** ✅ Merged **Merged:** 8/12/2022 **Merged by:** [@donCappo](https://github.com/donCappo) **Base:** `main` ← **Head:** `cert-manager-webhook` --- ### 📝 Commits (1) - [`2f3f5e7`](https://github.com/ysoftdevs/imagepullsecret-injector/commit/2f3f5e78b575bf2525a0aa44ea1ab1b2af59c1fa) Use cert-manager as webhook cert signer ### 📊 Changes **12 files changed** (+25 additions, -322 deletions) <details> <summary>View changed files</summary> 📝 `charts/imagepullsecret-injector/Chart.yaml` (+1 -1) ➖ `charts/imagepullsecret-injector/scripts/create-signed-cert.sh` (+0 -142) 📝 `charts/imagepullsecret-injector/templates/_helpers.tpl` (+4 -10) ➕ `charts/imagepullsecret-injector/templates/cert.yaml` (+12 -0) ➖ `charts/imagepullsecret-injector/templates/certificate-gen/configmap-certigicate-gen.yaml` (+0 -9) ➖ `charts/imagepullsecret-injector/templates/certificate-gen/cronjob-certificate-gen.yaml` (+0 -41) ➖ `charts/imagepullsecret-injector/templates/certificate-gen/job-certificate-gen.yaml` (+0 -34) ➖ `charts/imagepullsecret-injector/templates/certificate-gen/rbac-certificate-gen.yaml` (+0 -69) ➖ `charts/imagepullsecret-injector/templates/cm.yaml` (+0 -7) 📝 `charts/imagepullsecret-injector/templates/deployment.yaml` (+2 -2) 📝 `charts/imagepullsecret-injector/templates/mutatingwebhook.yaml` (+3 -1) 📝 `charts/imagepullsecret-injector/values.yaml` (+3 -6) </details> ### 📄 Description update chart to use cert-manager as a signer for webhook cert --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-31 16:28:30 +01:00
adam closed this issue 2025-12-31 16:28:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-mirrors/imagepullsecret-injector#8