From a2169bd08a23488c5e236c57f9fa6cc4d719e9f4 Mon Sep 17 00:00:00 2001 From: Andrii Hovorukha <135321694+AHovorukha@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:32:28 +0200 Subject: [PATCH] YAF-5543: Update README.md (#64) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fa57e8a..bb90171 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,12 @@ $ helm repo add yilu-common https://yiluhub.github.io/common-chart/ ``` And then yilu-common is going to be available as dependency. +## New version of common-chart + +In the scope of [YAF-5543: Refactor the common-chart repo to use the chart-releaser github action](https://yiluts.atlassian.net/browse/YAF-5543) was created test fork with chart-releaser action. +Fork: [yiluhub/YAF-5543-common-chart](https://github.com/yiluhub/YAF-5543-common-chart) + +SRE team decision: +* if what we have currently works fine, lets leave it as is for now until such a time when these github actions have matured and can deliver the solution we are looking for +* if we migrate to them, we may introduce new bugs into our workflow, which in part is what we want to avoid since we wana standardize the release process... +* i think this we can shelve it and revisit it in 3 or 6 months...