To create a new release there are some steps is required:
- In charts.yaml replace the value of
appVersion
with the new release tag. - In values.yaml replace the value of
tag
with the new release tag.
NOTE: You can release or prerelease on ANY network. No tags are needed for releases & use x.x.x-rcx for prereleases.
appVersion: "x.x.x"
Create a new release with same value of appVersion
in charts.yaml
.
While you're creating a new release you also have to create a new tag the same as the one in the charts.yaml
You can find more details about creating a new release in Release projects.
3. Create a new issue on tf_operations
Create a new issue of type Update Request
and mention the following:
-
Release link
You can find it by changing the branch to the needed tag and then copy the URL.
-
Charts directory link
In this case will be dashboard-chart
Newly created issue should look like this: