diff --git a/README.md b/README.md index c92d46d..c1aeef2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/rstuf-api-0.1.0.tgz b/rstuf-api-0.1.0.tgz deleted file mode 100644 index 29adf60..0000000 Binary files a/rstuf-api-0.1.0.tgz and /dev/null differ diff --git a/rstuf-worker-0.1.0.tgz b/rstuf-worker-0.1.0.tgz deleted file mode 100644 index f9a58ae..0000000 Binary files a/rstuf-worker-0.1.0.tgz and /dev/null differ