kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 22 forks source link

Add validation in promotion workflow #1425

Closed MarekMichali closed 1 week ago

MarekMichali commented 1 week ago

Description

Sometimes the curl where we fetch the latest release fails and we get null as a tag. Sometimes we also try to promote the same version that has already been promoted and as a result only 1 change (chart version) is pushed instead of 3 (chart version, app version and KEB version).

Changes proposed in this pull request:

Related issue(s)

MarekMichali commented 1 week ago

/kind enhancement

github-actions[bot] commented 1 week ago

Add one of following labels

- kind/feature -> Use it when you want to submit a new feature

- kind/enhancement -> Use it when you modify or improve an existing feature

- kind/bug -> Use it when you fix a bug

MarekMichali commented 1 week ago

/kind enhancement