fonzdm / servarr

Just trying to make a Servarr helm chart. Help
GNU Affero General Public License v3.0
6 stars 1 forks source link

Refactor services init jobs #24

Closed imgios closed 6 months ago

imgios commented 6 months ago

This PR brings few new things:

I hope I didn't forget anything.

We don't have any ImagePullPolicy defined and the services init are mixed in the same jobs. Moreover, almost all the images are using the latest tag instead of a given one.

One job per service executed in a given order, with the ImagePullPolicy set to IfNotPresent in order to pull the image only if it's missing from the node.

Not really I guess

None

fonzdm commented 6 months ago

Hi @imgios , thanks for the hard work! I left some comments, please check'em out. Basically, two main thing to address

fonzdm commented 6 months ago

Converted the PR to draft, hopefully we will avoid countless pipelines invocation