|
| 1 | +apiVersion: data.packaging.carvel.dev/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: cert-manager.packages.kadras.io.1.14.3 |
| 6 | +spec: |
| 7 | + licenses: |
| 8 | + - Apache 2.0 |
| 9 | + refName: cert-manager.packages.kadras.io |
| 10 | + releaseNotes: https://github.com/kadras-io/package-for-cert-manager/releases |
| 11 | + releasedAt: "2024-02-24T21:07:18Z" |
| 12 | + template: |
| 13 | + spec: |
| 14 | + deploy: |
| 15 | + - kapp: |
| 16 | + rawOptions: |
| 17 | + - --wait-timeout=5m |
| 18 | + - --kube-api-qps=25 |
| 19 | + - --kube-api-burst=50 |
| 20 | + fetch: |
| 21 | + - imgpkgBundle: |
| 22 | + image: ghcr.io/kadras-io/package-for-cert-manager@sha256:025a3d06eb07dc06d8f6ea4353bf143126432d07f574f50fba22387de016a8c7 |
| 23 | + template: |
| 24 | + - ytt: |
| 25 | + paths: |
| 26 | + - config |
| 27 | + - kbld: |
| 28 | + paths: |
| 29 | + - '-' |
| 30 | + - .imgpkg/images.yml |
| 31 | + valuesSchema: |
| 32 | + openAPIv3: |
| 33 | + additionalProperties: false |
| 34 | + properties: |
| 35 | + controller: |
| 36 | + additionalProperties: false |
| 37 | + description: Settings for the cert-manager controller. |
| 38 | + properties: |
| 39 | + loglevel: |
| 40 | + default: 2 |
| 41 | + description: Number of the log level verbosity. |
| 42 | + type: integer |
| 43 | + type: object |
| 44 | + leader_election: |
| 45 | + additionalProperties: false |
| 46 | + description: Leader election configuration for the cert-manager and cert-manager-cainjector |
| 47 | + Deployments. |
| 48 | + properties: |
| 49 | + lease_duration: |
| 50 | + default: 60s |
| 51 | + description: The duration that non-leader candidates will wait after |
| 52 | + observing a leadership renewal until attempting to acquire leadership |
| 53 | + of a led but unrenewed leader slot. This is effectively the maximum |
| 54 | + duration that a leader can be stopped before it is replaced by another |
| 55 | + candidate. |
| 56 | + type: string |
| 57 | + namespace: |
| 58 | + default: kube-system |
| 59 | + description: 'Namespace used to perform leader election. The default |
| 60 | + namespace needs changing in environments like GKE. More information: |
| 61 | + https://cert-manager.io/docs/installation/compatibility/#gke.' |
| 62 | + type: string |
| 63 | + renew_deadline: |
| 64 | + default: 40s |
| 65 | + description: The interval between attempts by the acting leader to renew |
| 66 | + a leadership slot before it stops leading. |
| 67 | + type: string |
| 68 | + retry_period: |
| 69 | + default: 15s |
| 70 | + description: The duration the clients should wait between attempting |
| 71 | + acquisition and renewal of a leadership. |
| 72 | + type: string |
| 73 | + type: object |
| 74 | + namespace: |
| 75 | + default: cert-manager |
| 76 | + description: The namespace in which to deploy cert-manager. |
| 77 | + type: string |
| 78 | + policies: |
| 79 | + additionalProperties: false |
| 80 | + description: Settings for the Kyverno policies. |
| 81 | + properties: |
| 82 | + include: |
| 83 | + default: false |
| 84 | + description: Whether to include the out-of-the-box Kyverno policies |
| 85 | + to validate and secure the package installation. |
| 86 | + type: boolean |
| 87 | + type: object |
| 88 | + proxy: |
| 89 | + additionalProperties: false |
| 90 | + description: Settings for the corporate proxy. |
| 91 | + properties: |
| 92 | + http_proxy: |
| 93 | + default: "" |
| 94 | + description: The HTTP proxy to use for network traffic. |
| 95 | + type: string |
| 96 | + https_proxy: |
| 97 | + default: "" |
| 98 | + description: The HTTPS proxy to use for network traffic. |
| 99 | + type: string |
| 100 | + no_proxy: |
| 101 | + default: "" |
| 102 | + description: A comma-separated list of hostnames, IP addresses, or IP |
| 103 | + ranges in CIDR format that should not use the proxy. |
| 104 | + type: string |
| 105 | + type: object |
| 106 | + webhook: |
| 107 | + additionalProperties: false |
| 108 | + description: Settings for the cert-manager webhook. |
| 109 | + properties: |
| 110 | + host_network: |
| 111 | + default: false |
| 112 | + description: 'Whether to run the webhook in the host network so that |
| 113 | + it can be reached by the cert-manager controller in environments like |
| 114 | + AWS EKS. More information: https://cert-manager.io/docs/installation/compatibility/#aws-eks.' |
| 115 | + type: boolean |
| 116 | + loglevel: |
| 117 | + default: 2 |
| 118 | + description: Number of the log level verbosity. |
| 119 | + type: integer |
| 120 | + replicas: |
| 121 | + default: 1 |
| 122 | + description: The number of replicas. In order to enable high availability, |
| 123 | + it should be greater than 1. |
| 124 | + type: integer |
| 125 | + secure_port: |
| 126 | + default: 10250 |
| 127 | + description: 'The port where the webhook is exposed. The default port |
| 128 | + needs changing in environments like AWS EKS and AWS Fargate. More |
| 129 | + information: https://cert-manager.io/docs/installation/compatibility/#aws-eks.' |
| 130 | + type: integer |
| 131 | + type: object |
| 132 | + type: object |
| 133 | + version: 1.14.3 |
0 commit comments