Skip to content

Commit 881bf12

Browse files
ThomasVitalegithub-actions
andauthored
Update Cert Manager Issuers metadata and add version 0.1.0 (#179)
Co-authored-by: github-actions <github-actions@github.com>
1 parent e06f419 commit 881bf12

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: cert-manager-issuers.packages.kadras.io.0.1.0
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: "2023-04-10T17:23:11Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/kadras-io/cert-manager-issuers@sha256:0bf8807f63cb5756a3006fb6db248aa1209692075d2d79f1510164819c0b2441
19+
template:
20+
- ytt:
21+
paths:
22+
- config
23+
- kbld:
24+
paths:
25+
- '-'
26+
- .imgpkg/images.yml
27+
valuesSchema:
28+
openAPIv3:
29+
additionalProperties: false
30+
properties:
31+
letsencrypt:
32+
additionalProperties: false
33+
description: Settings for Let's Encrypt.
34+
properties:
35+
include:
36+
default: false
37+
description: Whether to include a ClusterIssuer for Let's Encrypt.
38+
type: boolean
39+
staging:
40+
default: true
41+
description: Whether to use Let's Encrypt staging, recommended for non-production
42+
environments.
43+
type: boolean
44+
type: object
45+
namespace:
46+
default: cert-manager
47+
description: The namespace where Cert Manager is deployed.
48+
type: string
49+
type: object
50+
version: 0.1.0
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: PackageMetadata
3+
metadata:
4+
creationTimestamp: null
5+
name: cert-manager-issuers.packages.kadras.io
6+
spec:
7+
categories:
8+
- certificate-management
9+
- security
10+
- tls
11+
displayName: cert-manager-issuers
12+
longDescription: A collection of ClusterIssuers to use with cert-manager, including
13+
a private CA and optional Let's Encrypt support.
14+
maintainers:
15+
- name: Thomas Vitale
16+
providerName: Kadras
17+
shortDescription: A collection of ClusterIssuers to use with cert-manager.
18+
supportDescription: Go to https://kadras.io for documentation and https://github.com/kadras-io/cert-manager-issuers
19+
for community support.

0 commit comments

Comments
 (0)