2026.05.21.01
Merge remote-tracking branch 'certman/master'
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# The GroupName here is used to identify your company or business unit that
|
||||
# created this webhook.
|
||||
# For freedns, this may be "acme.freedns.afraid.org".
|
||||
# This name will need to be referenced in each Issuer's `webhook` stanza to
|
||||
# The groupName avoids naming conflicts on the Kubernetes API, it should be set by the
|
||||
# author of the webhook a unique domain that the author owns. For
|
||||
# example: some-provider-webhook.mycompany.tld , or
|
||||
# some-provider-webhook.mypersonalsite.tld if your webhook is a personal open-source
|
||||
# project.
|
||||
# Once set to a unique domain name by the webhook author, it does not need to be further
|
||||
# adjusted by the users of a webhook chart!
|
||||
# The name will need to be referenced in each Issuer's `webhook` stanza to
|
||||
# inform cert-manager of where to send ChallengePayload resources in order to
|
||||
# solve the DNS01 challenge.
|
||||
# This group name should be **unique**, hence using your own company's domain
|
||||
# here is recommended.
|
||||
groupName: acme.freedns.afraid.org
|
||||
|
||||
certManager:
|
||||
@@ -13,8 +15,8 @@ certManager:
|
||||
serviceAccountName: cert-manager
|
||||
|
||||
image:
|
||||
repository: penguinade/cert-manager-webhook-freedns
|
||||
tag: 2024.11.02.05
|
||||
repository: ghcr.io/tgckpg/cert-manager-webhook-freedns
|
||||
tag: 2026.05.21.01
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user