networkservicemesh / deployments-k8s

Apache License 2.0
41 stars 32 forks source link

Add a new releasing strategy for deployments-k8s #12071

Closed NikitaSkrynnik closed 1 month ago

NikitaSkrynnik commented 1 month ago

Description

A new releasing strategy:

  1. check-tag workflow is triggered on push to release/$tag branch. It updates all image versions and refs to tag and also changes log level for all apps.
  2. release workflow is triggered after change-tag workflow is completed. It check that all images are pullable. If they are it creates the release.

How Has This Been Tested?

Types of changes