Skip to content

Commit

Permalink
GITBOOK-1076: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 authored and gitbook-bot committed Sep 11, 2024
1 parent 105d275 commit 9c0770f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions social-registry/developer-zone/helm-packaging-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,24 @@


{% embed url="https://miro.com/app/board/uXjVKoUYG7g=/" %}



### Tagging Helm repo

The charts are located in [this](https://github.com/OpenG2P/openg2p-social-registry-deployment/) repo.

1. Decide on which branch you would like to create the tag.
2. On the marked branch create another branch with same name as the version, e.g. 1.3.1.
3. On this branch make the necessary changes in the chart:
1. Update `Chart.yaml` file. Make sure 3 digit version without any suffix is updated in the file.
2. Update any dependency chart versions. Make sure all the versions of other charts are frozen versions.
3. Update `values.yaml` with the tagged version of the docker image. 
4. Check in the changes on this branch
5. Create a tag following tagging conventions. E.g. `v1.3.1`.  
6. The Github workflow action to package Helm and push on `openg2p-helm` repo's `gh-pages` branch should be triggered automatically and the chart published.
7. Update the [Versions](../versions.md) page on this documentation.

{% hint style="warning" %}
The Github workflow triggers only if the branch already exists and changes are applied on the branch. So create the branch first on Github directly and push the Helm changes.
{% endhint %}

0 comments on commit 9c0770f

Please sign in to comment.