forked from sigstore/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Chart.yaml
44 lines (38 loc) · 1022 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
apiVersion: v2
name: scaffold
description: Scaffolding the components of the sigstore architecture
type: application
version: 0.6.28
keywords:
- security
- pki
home: https://sigstore.dev/
maintainers:
- name: The Sigstore Authors
dependencies:
- name: fulcio
version: 2.3.9
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.3.8
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.13
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.45
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
version: 0.1.6
repository: https://sigstore.github.io/helm-charts
condition: tuf.enabled
- name: tsa
version: 0.1.0
repository: https://sigstore.github.io/helm-charts
condition: tsa.enabled
annotations:
artifacthub.io/license: Apache-2.0