Skip to content

Commit 776c28c

Browse files
ThomasVitalegithub-actions
andauthored
Update cert-manager-issuers metadata and add version 0.2.3 (#339)
Co-authored-by: github-actions <github-actions@github.com>
1 parent d45c85a commit 776c28c

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: cert-manager-issuers.packages.kadras.io.0.2.3
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: cert-manager-issuers.packages.kadras.io
10+
releaseNotes: https://github.com/kadras-io/cert-manager-issuers/releases
11+
releasedAt: "2024-02-24T21:21:42Z"
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/cert-manager-issuers@sha256:3f1181c087d2d68984d6bf73122b3a77a6a8185bbedc4bacd609e2a84af3b50b
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+
letsencrypt:
36+
additionalProperties: false
37+
description: Settings for Let's Encrypt.
38+
properties:
39+
email:
40+
default: ""
41+
description: The email address that Let's Encrypt will use to send info
42+
on expiring certificates or other issues.
43+
type: string
44+
include:
45+
default: false
46+
description: Whether to include a ClusterIssuer for Let's Encrypt.
47+
type: boolean
48+
staging:
49+
default: true
50+
description: Whether to use Let's Encrypt staging, recommended for non-production
51+
environments.
52+
type: boolean
53+
type: object
54+
namespace:
55+
default: cert-manager
56+
description: The namespace where cert-manager is deployed.
57+
type: string
58+
type: object
59+
version: 0.2.3

repo/packages/cert-manager-issuers.packages.kadras.io/metadata.yml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)