Skip to content

Enables auto-deploy for helm charts

John Skarbek requested to merge jts/enable-unstable-auto-deploy into master
  • Picks out the auto-deploy tag that is sent to this repo and spins up:
    • wait_for_images
    • release_auto_deploy
  • We utilize the auto-deploy tag to split that into the appropriate versions for packaging:
    • rips off the GitLab sha and injects this into to APP_VERSION
    • uses that same sha and appends it to the existing SemVer for the CHART_VERSION
  • Renames the chart to gitlab-unstable as to not interfere with our existing charts

Addresses: gitlab-com/gl-infra/delivery#624 (closed)

Edited by John Skarbek

Merge request reports