Skip to content

Add cert-manager 1.15.3 #410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
207 changes: 207 additions & 0 deletions repo/packages/cert-manager.packages.kadras.io/1.15.3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,207 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: cert-manager.packages.kadras.io.1.15.3
spec:
licenses:
- Apache 2.0
refName: cert-manager.packages.kadras.io
releaseNotes: https://github.com/kadras-io/package-for-cert-manager/releases
releasedAt: "2024-09-01T09:19:44Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/package-for-cert-manager@sha256:f61a4aff8862cdc31c33e1f5a85040243f5f6b55b953132417cad5d653119b3d
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
cainjector:
additionalProperties: false
description: Settings for the cainjector controller.
properties:
loglevel:
default: 2
description: Number of the log level verbosity.
maximum: 5
minimum: 1
type: integer
replicas:
default: 1
description: The number of replicas. In order to enable high availability,
2 replicas are recommended.
minimum: 1
type: integer
type: object
controller:
additionalProperties: false
description: Settings for the cert-manager controller.
properties:
loglevel:
default: 2
description: Number of the log level verbosity.
maximum: 5
minimum: 1
type: integer
replicas:
default: 1
description: The number of replicas. In order to enable high availability,
2 replicas are recommended.
minimum: 1
type: integer
type: object
leader_election:
additionalProperties: false
description: Leader election configuration for the cert-manager and cert-manager-cainjector
Deployments.
properties:
namespace:
default: kube-system
description: 'Namespace used to perform leader election. The default
namespace needs changing in environments like GKE. More information:
https://cert-manager.io/docs/installation/compatibility.'
minLength: 1
type: string
type: object
letsencrypt:
additionalProperties: false
description: Settings for Let's Encrypt.
properties:
challenge:
additionalProperties: false
properties:
dns_provider:
default: digital_ocean
description: 'The DNS provider to use for the ACME dns01 challenge.
Valid options: `digital_ocean`.'
enum:
- digital_ocean
type: string
secret:
additionalProperties: false
properties:
key:
default: ""
description: The key within the Secret that contains the credentials
needed for the dns01 challenge.
type: string
name:
default: ""
description: Name of the Secret containing the credentials needed
for the dns01 challenge.
type: string
namespace:
default: kadras-system
description: Namespace containing the Secret with the credentials
needed for the dns01 challenge.
type: string
type: object
type:
default: http01
description: 'The type of challenge used by the ACME CA Server.
Valid options: `http01`, `dns01`.'
enum:
- http01
- dns01
type: string
type: object
email:
default: ""
description: The email address that Let's Encrypt will use to send info
on expiring certificates or other issues.
type: string
include:
default: false
description: Whether to include a ClusterIssuer for Let's Encrypt.
type: boolean
production:
default: false
description: Whether to use Let's Encrypt staging (recommended for non-production
environments) or production.
type: boolean
type: object
namespace:
default: cert-manager
description: The namespace in which to deploy cert-manager.
minLength: 1
type: string
policies:
additionalProperties: false
description: Settings for the Kyverno policies.
properties:
include:
default: false
description: Whether to include the out-of-the-box Kyverno policies
to validate and secure the package installation.
type: boolean
type: object
private_pki:
additionalProperties: false
description: Settings for the built-in, private PKI
properties:
include:
default: true
description: Whether to include a ClusterIssuer for a private PKI.
type: boolean
type: object
proxy:
additionalProperties: false
description: Settings for the corporate proxy.
properties:
http_proxy:
default: ""
description: The HTTP proxy to use for network traffic.
type: string
https_proxy:
default: ""
description: The HTTPS proxy to use for network traffic.
type: string
no_proxy:
default: ""
description: A comma-separated list of hostnames, IP addresses, or IP
ranges in CIDR format that should not use the proxy.
type: string
type: object
webhook:
additionalProperties: false
description: Settings for the cert-manager webhook.
properties:
host_network:
default: false
description: 'Whether to run the webhook in the host network so that
it can be reached by the cert-manager controller in environments like
AWS EKS. More information: https://cert-manager.io/docs/installation/compatibility.'
type: boolean
loglevel:
default: 2
description: Number of the log level verbosity.
maximum: 5
minimum: 1
type: integer
replicas:
default: 1
description: The number of replicas. In order to enable high availability,
at least 3 replicas are recommended.
minimum: 1
type: integer
secure_port:
default: 6443
description: 'The port where the webhook is exposed. The default port
needs changing in environments like AWS EKS and AWS Fargate. More
information: https://cert-manager.io/docs/installation/compatibility.'
type: integer
type: object
type: object
version: 1.15.3
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy