From 0b5a6d79d424de3c038daa918450dea4ea5083c4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 12 Aug 2023 12:28:06 +0000 Subject: [PATCH] Update cert-manager metadata and add version 1.12.3 --- .../1.12.3.yml | 145 ++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 repo/packages/cert-manager.packages.kadras.io/1.12.3.yml diff --git a/repo/packages/cert-manager.packages.kadras.io/1.12.3.yml b/repo/packages/cert-manager.packages.kadras.io/1.12.3.yml new file mode 100644 index 0000000..96cf9d3 --- /dev/null +++ b/repo/packages/cert-manager.packages.kadras.io/1.12.3.yml @@ -0,0 +1,145 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: cert-manager.packages.kadras.io.1.12.3 +spec: + licenses: + - Apache 2.0 + refName: cert-manager.packages.kadras.io + releaseNotes: https://github.com/kadras-io/package-for-cert-manager/releases + releasedAt: "2023-08-12T12:26:43Z" + template: + spec: + deploy: + - kapp: + rawOptions: + - --wait-timeout=5m + - --kube-api-qps=25 + - --kube-api-burst=50 + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/package-for-cert-manager@sha256:aa0d68e8d667c277a805e2709c598f02d8e571658e247fe312fb674eb6f7f285 + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + controller: + additionalProperties: false + description: Settings for the cert-manager controller. + properties: + loglevel: + default: 2 + description: Number of the log level verbosity. + type: integer + probes: + additionalProperties: false + description: Settings for the cert-manager controller probes. + properties: + enabled: + default: false + description: 'Whether to enable to optional probes on the cert-manager + controller. It''s recommended not to enable this unless you encounter + issues with the controller Pods not restarting correctly. More + information: https://github.com/cert-manager/cert-manager/pull/5962.' + type: boolean + type: object + type: object + 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 + 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/#aws-eks.' + type: boolean + loglevel: + default: 2 + description: Number of the log level verbosity. + type: integer + 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.12.3