1
1
# fulcio
2
2
3
+
3
4
<!-- This README.md is generated. Please edit README.md.gotmpl -->
4
5
5
- ![ Version: 2.6.4] ( https://img.shields.io/badge/Version-2.6.4-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.6.5] ( https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square )
6
+
7
+
8
+ ![ Version: 2.6.5] ( https://img.shields.io/badge/Version-2.6.5-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.6.5] ( https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square )
6
9
7
10
Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone.
8
11
12
+
9
13
** Homepage:** < https://sigstore.dev/ >
10
14
11
15
The following components are also included as either direct components or through chart dependencies:
@@ -45,7 +49,7 @@ The following components are also included as either direct components or throug
45
49
46
50
# # Quick Installation
47
51
48
- To install the helm chart with default values run following command.
52
+ To install the helm chart with default values run following command.
49
53
The [Values](# Values) section describes the configuration options for this chart.
50
54
51
55
` ` ` shell
@@ -67,6 +71,8 @@ helm uninstall [RELEASE_NAME]
67
71
| ---- | ------ | --- |
68
72
| The Sigstore Authors | | |
69
73
74
+
75
+
70
76
# # Requirements
71
77
72
78
| Repository | Name | Version |
@@ -164,7 +170,7 @@ helm uninstall [RELEASE_NAME]
164
170
| server.name | string | ` " server" ` | |
165
171
| server.nodeSelector | object | ` {}` | |
166
172
| server.replicaCount | int | ` 1` | |
167
- | server.resources | object | {} | |
173
+ | server.resources | object | ` {} ` | |
168
174
| server.secret | string | ` " fulcio-server-secret" ` | |
169
175
| server.securityContext.runAsNonRoot | bool | ` true` | |
170
176
| server.securityContext.runAsUser | int | ` 65533` | |
@@ -197,10 +203,10 @@ To enabled access from external resources, an Ingress resource is created. The c
197
203
> ** Warning** : versions prior to ` 0.3.0` of this chart use different ingresses.
198
204
>
199
205
> In version ` 0.3.0` a second ingress is introduced. This ingress exposes the gRPC endpoint as introduced in v0.4.0 of Fulcio.
200
- >
206
+ >
201
207
> The change in particular is the structure of the ingress values.
202
208
> Prior to ` 0.3.0` :
203
- >
209
+ >
204
210
> ` ` ` shell
205
211
> server:
206
212
> ingress:
@@ -209,9 +215,9 @@ To enabled access from external resources, an Ingress resource is created. The c
209
215
> - host: fulcio.localhost
210
216
> path: /
211
217
> ` ` `
212
- >
218
+ >
213
219
> Since ` 0.3.0` :
214
- >
220
+ >
215
221
> ` ` ` shell
216
222
> server:
217
223
> ingress:
0 commit comments