-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathChart.yaml
29 lines (29 loc) · 913 Bytes
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
apiVersion: v2
name: cert-manager-issuers
description: Configure cert-manager Issuers and ClusterIssuers via Helm
type: application
version: 0.3.0
# matches apiVersion: cert-manager.io/v1
appVersion: '1'
keywords:
- cert-manager
- tls
home: https://cert-manager.io/docs/configuration/
icon: https://raw.githubusercontent.com/adfinis/helm-charts/main/charts/cert-manager-issuers/logo.png
sources:
- https://github.com/adfinis/helm-charts/tree/main/charts/cert-manager-issuers
maintainers:
- name: adfinis
email: [email protected]
url: https://adfinis.com
dependencies:
- name: common
repository: https://charts.adfinis.com
version: 0.0.7
annotations:
artifacthub.io/changes: |
- kind: changed
description: "cert-manager-issuers: add AWSPCAClusterIssuer and AWSPCAIssuer"
links:
- name: GitHub PR
url: https://github.com/adfinis/helm-charts/pull/1333