Skip to content
Snippets Groups Projects
Commit 73a7ce30 authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

Merge branch 'edit-readme' into 'main'

edit readme to include deploy guide

See merge request !3
parents f7bb1877 31f7b721
No related branches found
No related tags found
1 merge request!3edit readme to include deploy guide
Pipeline #67616 passed with stages
in 3 minutes and 1 second
......@@ -2,7 +2,18 @@
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: v1.0.1-rc](https://img.shields.io/badge/AppVersion-v1.0.1--rc-informational?style=flat-square)
task deployment
## Deployment
The pipeline in this repo builds image from the source code repo in eclipse as a submodule in `app/`. It also packages and pushes the helm chart and triggers manual deployment to `dev-ssi` or `prod-ssi(vault)`
### From main branch
When changes to helm or the app are made and deployment is needed, execute the following steps:
1. Clone the repo and start working on a new branch.
2. Execute `git submode update --remote --recursive -init` to update source to latest commit on eclipse main branch.
1. Edit `Chart.yaml` with the new chart version (example: 1.4.3) and app version it's intended to use (example: v1.4.3).
2. Create a new tag with the intended app version (v1.4.3)
3. Wait for pipelines to finish and manually trigger deployment to either `dev-ssi` or `prod-ssi(vault)` clusters.
## Values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment