GeekZoneHQ / web

Software to power the Geek.Zone website and apps
http://geek.zone/web
GNU General Public License v3.0
19 stars 29 forks source link

Add a tag to the geekzone image used by the executor in the cicd pipeline #704

Closed giulio-giunta closed 1 month ago

giulio-giunta commented 7 months ago

What's your idea?

Currently, the cicd pipeline is configured to pull the latest "geekzone/infra" image to use as the executor for the cicd pipeline. We need to pin the image to a specific tag that we know works, which should be generated by a merge into main.

User Story

We want to use a specific tag (generated by merges into main in the "infra" repo) of the "geekzone/infra" image to run our cicd pipeline, so that we know it has been tested. Currently, the cicd pipeline is broken because the "latest" image has the kubernetes cluster version not supported by Azure in the 'UK South' region.

Impact

High

Urgency

Now

Code of Conduct