Skip to content

Commit

Permalink
Include note in release process about chart publishing per image.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Feb 6, 2023
1 parent afb44b7 commit a7f3e2c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ Even though we have a thorough test suite in our repository, we still _must_ per

Next, create a tag for the aforementioned commit and push it to the remote repository. Please note that the tag name will be used as the release name.

> When a new tag is detected, Bitnami will automatically build a set of container images based on the tagged commit. They later will be published in [the Bitnami Dockerhub image registry](https://hub.docker.com/search?q=bitnami%2Fkubeapps&type=image).
> Please note that this workflow is run outside the control of the Kubeapps release process.
> Please note also that the Bitnami Catalog will publish a version of the chart whenever one (single) image is published, which means that we need to be careful if any Kubeapps component updates are interdependent, perhaps requesting the Kubeapps chart publishing be paused until all images are published.
For doing so, run the following commands:

```bash
Expand All @@ -226,9 +230,6 @@ An example of the triggered workflow is depicted below:
![CI workflow after pushing a new tag](../../img/ci-workflow-release.png "CI workflow after pushing a new tag")
> When a new tag is detected, Bitnami will automatically build a set of container images based on the tagged commit. They later will be published in [the Bitnami Dockerhub image registry](https://hub.docker.com/search?q=bitnami%2Fkubeapps&type=image).
> Please note that this workflow is run outside the control of the Kubeapps release process
## 3 - Complete the GitHub release notes
Once the release job is finished, you will have a pre-populated [draft GitHub release](https://github.com/vmware-tanzu/kubeapps/releases).
Expand Down

0 comments on commit a7f3e2c

Please sign in to comment.