Skip to content
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
128 changes: 128 additions & 0 deletions repo/packages/cert-manager.packages.kadras.io/1.11.0+kadras.2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: cert-manager.packages.kadras.io.1.11.0+kadras.2
spec:
licenses:
- Apache 2.0
refName: cert-manager.packages.kadras.io
releaseNotes: https://github.com/jetstack/cert-manager/releases
releasedAt: "2023-03-15T17:05:22Z"
template:
spec:
deploy:
- kapp:
rawOptions:
- --wait-timeout=5m
- --kube-api-qps=50
- --kube-api-burst=100
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/package-for-cert-manager@sha256:c11543ec814053b5c3ca124a6378800c8d37e4c9da560aba7defffee21bc322f
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
leader_election:
additionalProperties: false
description: Leader election configuration for the cert-manager and cert-manager-cainjector
Deployments.
properties:
lease_duration:
default: 60s
description: The duration that non-leader candidates will wait after
observing a leadership renewal until attempting to acquire leadership
of a led but unrenewed leader slot. This is effectively the maximum
duration that a leader can be stopped before it is replaced by another
candidate.
type: string
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/#gke.'
type: string
renew_deadline:
default: 40s
description: The interval between attempts by the acting leader to renew
a leadership slot before it stops leading.
type: string
retry_period:
default: 15s
description: The duration the clients should wait between attempting
acquisition and renewal of a leadership.
type: string
type: object
namespace:
default: cert-manager
description: The namespace in which to deploy Cert Manager.
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_ca:
additionalProperties: false
description: Settings for configuring a private CA out-of-the-box.
properties:
enable:
default: true
description: Whether to bootstrap a private CA.
type: boolean
type: object
proxy:
additionalProperties: false
description: Settings for the proxy.
properties:
http_proxy:
default: ""
description: The HTTP proxy URL.
type: string
https_proxy:
default: ""
description: The HTTPS proxy URL.
type: string
no_proxy:
default: ""
description: For which domains the proxy should not be used.
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/#aws-eks.'
type: boolean
replicas:
default: 1
description: The number of replicas. In order to enable high availability,
it should be greater than 1.
type: integer
secure_port:
default: 10250
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/#aws-eks.'
type: integer
type: object
type: object
version: 1.11.0+kadras.2