Skip to content

Commit e06f419

Browse files
ThomasVitalegithub-actions
andauthored
Update Cert Manager metadata and add version 1.11.1+kadras.1 (#178)
Co-authored-by: github-actions <github-actions@github.com>
1 parent a71dc76 commit e06f419

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: cert-manager.packages.kadras.io.1.11.1+kadras.1
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: "2023-04-10T16:43:35Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp:
16+
rawOptions:
17+
- --wait-timeout=5m
18+
- --kube-api-qps=50
19+
- --kube-api-burst=100
20+
fetch:
21+
- imgpkgBundle:
22+
image: ghcr.io/kadras-io/package-for-cert-manager@sha256:5eb109783bf54f76e09621437a9bacfe6bd38348ee459883173c89a5e7fcc4fc
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+
leader_election:
36+
additionalProperties: false
37+
description: Leader election configuration for the cert-manager and cert-manager-cainjector
38+
Deployments.
39+
properties:
40+
lease_duration:
41+
default: 60s
42+
description: The duration that non-leader candidates will wait after
43+
observing a leadership renewal until attempting to acquire leadership
44+
of a led but unrenewed leader slot. This is effectively the maximum
45+
duration that a leader can be stopped before it is replaced by another
46+
candidate.
47+
type: string
48+
namespace:
49+
default: kube-system
50+
description: 'Namespace used to perform leader election. The default
51+
namespace needs changing in environments like GKE. More information:
52+
https://cert-manager.io/docs/installation/compatibility/#gke.'
53+
type: string
54+
renew_deadline:
55+
default: 40s
56+
description: The interval between attempts by the acting leader to renew
57+
a leadership slot before it stops leading.
58+
type: string
59+
retry_period:
60+
default: 15s
61+
description: The duration the clients should wait between attempting
62+
acquisition and renewal of a leadership.
63+
type: string
64+
type: object
65+
namespace:
66+
default: cert-manager
67+
description: The namespace in which to deploy Cert Manager.
68+
type: string
69+
policies:
70+
additionalProperties: false
71+
description: Settings for the Kyverno policies.
72+
properties:
73+
include:
74+
default: false
75+
description: Whether to include the out-of-the-box Kyverno policies
76+
to validate and secure the package installation.
77+
type: boolean
78+
type: object
79+
proxy:
80+
additionalProperties: false
81+
description: Settings for the proxy.
82+
properties:
83+
http_proxy:
84+
default: ""
85+
description: The HTTP proxy URL.
86+
type: string
87+
https_proxy:
88+
default: ""
89+
description: The HTTPS proxy URL.
90+
type: string
91+
no_proxy:
92+
default: ""
93+
description: For which domains the proxy should not be used.
94+
type: string
95+
type: object
96+
webhook:
97+
additionalProperties: false
98+
description: Settings for the cert-manager webhook.
99+
properties:
100+
host_network:
101+
default: false
102+
description: 'Whether to run the webhook in the host network so that
103+
it can be reached by the cert-manager controller in environments like
104+
AWS EKS. More information: https://cert-manager.io/docs/installation/compatibility/#aws-eks.'
105+
type: boolean
106+
replicas:
107+
default: 1
108+
description: The number of replicas. In order to enable high availability,
109+
it should be greater than 1.
110+
type: integer
111+
secure_port:
112+
default: 10250
113+
description: 'The port where the webhook is exposed. The default port
114+
needs changing in environments like AWS EKS and AWS Fargate. More
115+
information: https://cert-manager.io/docs/installation/compatibility/#aws-eks.'
116+
type: integer
117+
type: object
118+
type: object
119+
version: 1.11.1+kadras.1

0 commit comments

Comments
 (0)