Commit bacc2b6
chore(bors): merge pull request #802
802: fix: normalize release name for alloy (backport #800) r=tiagolobocastro a=mergify[bot]
This PR fixes the release name for alloy. Since Alloy identifiers don't allow hyphen as per the identifier rules. Since release names of helm charts can contain hyphen we handle it by replacing hyphen with underscore.
Testing:
Tested it by creating a helm release with the name "openebs-mayastor".
The alloy pods were seen in crashloopbackoff state.
Performed a helm upgrade after doing the required changes in values.yaml.
Verified that the alloy pods were in running state.
Docs_Update:
No Changes Required.<hr>This is an automatic backport of pull request #800 done by [Mergify](https://mergify.com).
Co-authored-by: krishnaGajabi <gajbikrishna23@gmail.com>1 file changed
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| 734 | + | |
| 735 | + | |
734 | 736 | | |
735 | 737 | | |
736 | 738 | | |
737 | 739 | | |
738 | | - | |
| 740 | + | |
739 | 741 | | |
740 | 742 | | |
741 | 743 | | |
742 | | - | |
743 | | - | |
| 744 | + | |
| 745 | + | |
744 | 746 | | |
745 | 747 | | |
746 | 748 | | |
| |||
798 | 800 | | |
799 | 801 | | |
800 | 802 | | |
801 | | - | |
802 | | - | |
| 803 | + | |
| 804 | + | |
803 | 805 | | |
804 | 806 | | |
805 | | - | |
806 | | - | |
807 | | - | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
808 | 810 | | |
809 | 811 | | |
810 | | - | |
| 812 | + | |
811 | 813 | | |
812 | 814 | | |
813 | 815 | | |
| |||
0 commit comments