Skip to content

Allow the helm chart to wait on non releasable tags

John Skarbek requested to merge jts/wait-for-non-tag-images into master
  • Some images will not be officially tagged, these include:
    • sha's
    • auto-deploy tags
  • This checks to see if the tag to be waiting on is semver, if it is not, assume that we want to wait on the literal value provided, which falls into the aforementioned categories
  • If it is semver, this is probably an official release, and therefore, we need to have the v prepended to the tag

Assists in the success of: gitlab-com/gl-infra/delivery#623 (closed)

Edited by John Skarbek

Merge request reports