Skip to content

Commit

Permalink
Helm Docs for TUF
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Vega <[email protected]>
  • Loading branch information
cvegagimenez committed Oct 1, 2024
1 parent 91c9839 commit c716603
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/tuf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tuf

![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.8](https://img.shields.io/badge/AppVersion-0.7.8-informational?style=flat-square)
![Version: 0.1.19](https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.8](https://img.shields.io/badge/AppVersion-0.7.8-informational?style=flat-square)

A framework for securing software update systems - the scaffolding implementation

Expand Down Expand Up @@ -45,22 +45,22 @@ A framework for securing software update systems - the scaffolding implementatio
| roleBindingName | string | `"tuf"` | |
| roleName | string | `"tuf"` | |
| secrets.ctlog.create | bool | `false` | |
| secrets.ctlog.enabled | bool | `false` | |
| secrets.ctlog.enabled | bool | `true` | |
| secrets.ctlog.key | string | `"public"` | |
| secrets.ctlog.name | string | `"ctlog-public-key"` | |
| secrets.ctlog.path | string | `"ctfe.pub"` | |
| secrets.fulcio.create | bool | `false` | |
| secrets.fulcio.enabled | bool | `false` | |
| secrets.fulcio.enabled | bool | `true` | |
| secrets.fulcio.key | string | `"cert"` | |
| secrets.fulcio.name | string | `"fulcio-server-secret"` | |
| secrets.fulcio.path | string | `"fulcio_v1.crt.pem"` | |
| secrets.rekor.create | bool | `false` | |
| secrets.rekor.enabled | bool | `false` | |
| secrets.rekor.enabled | bool | `true` | |
| secrets.rekor.key | string | `"key"` | |
| secrets.rekor.name | string | `"rekor-public-key"` | |
| secrets.rekor.path | string | `"rekor.pub"` | |
| secrets.tsa.create | bool | `false` | |
| secrets.tsa.enabled | bool | `false` | |
| secrets.tsa.enabled | bool | `true` | |
| secrets.tsa.key | string | `"cert-chain"` | |
| secrets.tsa.name | string | `"tsa-cert-chain"` | |
| secrets.tsa.path | string | `"tsa.certchain.pem"` | |
Expand Down

0 comments on commit c716603

Please sign in to comment.