Skip to content

Commit

Permalink
docs: update README giving more details
Browse files Browse the repository at this point in the history
added chars sub-title

Signed-off-by: Kairo de Araujo <kairo@dearaujo.nl>
  • Loading branch information
kairoaraujo committed Sep 14, 2024
1 parent b8c04d6 commit c617125
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
rstuf` to see the charts.

## Charts

You can search all rstuf charts using following command:

```bash
helm search repo rstuf
```


### rstuf-api

Exclusively for the Repository Service for TUF API service.
Expand All @@ -28,3 +37,11 @@ Exclusively for the Repository Service for TUF API service.

Exclusively for the Repository Service for TUF Worker service.

### rstuf-demo

This is a helm chart to deploy the Repository Service for TUF demo.
You can use it for quick testing of the Repository Service for TUF.

Do not use this chart for production deployments.

It uses localstack to simulate AWS services and use AWS S3, and KMS services.
Binary file removed rstuf-api-0.1.0.tgz
Binary file not shown.
Binary file removed rstuf-worker-0.1.0.tgz
Binary file not shown.

0 comments on commit c617125

Please sign in to comment.