Merge branch 'main' into new-helm-chart
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
perf3ct 2023-10-05 14:12:25 -07:00
commit 3d576aa0cf
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 5 additions and 2 deletions

View File

@ -5,8 +5,8 @@ Deployes both frontend and api. Also, you can deploy bitnami's PostgreSQL and Re
## Requirements
Kubernetes >= 1.19
Helm >= 3
- Kubernetes >= 1.19
- Helm >= 3
## Quickstart
@ -83,6 +83,9 @@ api:
## Publishing
The following steps are automatically performed when a git tag for a new version is pushed to the repository.
They are only listed here for reference.
1. Pull all dependencies before packaging.
```shell