mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-04 09:50:19 +00:00
Without this change, the "Test helm chart (install) action" will rightfully succeed when our helm chart gets installed and has no syntax issues. However, it doesn't test if kured is properly installed. For example, the helm chart can try to install a yet unpublished image, and our test will succeed, as the syntax is still valid. This is a problem, as everything looks green, but it's not effectively working. Our other jobs are focusing on code changes, so they rightfully override the image tag, which is not what we want in this "Test helm chart" action. This fixes it by adding an extra job in the workflow, depending on the chart testing.