Skip to content

Commit

Permalink
Merge pull request #787 from cpanato/noop
Browse files Browse the repository at this point in the history
sync readme tuf noop
  • Loading branch information
hectorj2f authored Jul 18, 2024
2 parents 714567e + a74a0f9 commit 42ccb92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tuf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tuf
description: A framework for securing software update systems - the scaffolding implementation
type: application
version: 0.1.14
version: 0.1.15
appVersion: "0.6.17"

home: https://sigstore.dev/
Expand Down
7 changes: 6 additions & 1 deletion charts/tuf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tuf

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

A framework for securing software update systems - the scaffolding implementation

Expand All @@ -20,12 +20,15 @@ A framework for securing software update systems - the scaffolding implementatio

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| deployment.affinity | object | `{}` | |
| deployment.imagePullPolicy | string | `"IfNotPresent"` | |
| deployment.name | string | `"tuf"` | |
| deployment.nodeSelector | object | `{}` | |
| deployment.port | int | `8080` | |
| deployment.registry | string | `"ghcr.io"` | |
| deployment.replicas | int | `1` | |
| deployment.repository | string | `"sigstore/scaffolding/server"` | |
| deployment.tolerations | list | `[]` | |
| deployment.version | string | `"sha256:496b443c82be2c4a14a6e3dfbfa9ccae5b6eaedd7a3aca58b84ddae9492d9906"` | |
| enabled | bool | `true` | |
| forceNamespace | string | `""` | |
Expand Down Expand Up @@ -61,3 +64,5 @@ A framework for securing software update systems - the scaffolding implementatio
| service.port | int | `80` | |
| serviceAccountName | string | `"tuf"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit 42ccb92

Please sign in to comment.