You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
Describe the solution you'd like
Currently, we're pushing images tagged with the PR number, SHA or the master branch name (based on the trigger types
and conditions defined in the prep step).
However, we don't have any additional conditions for triggers related to master / release tags, therefore the latest tag has been remained unchanged and containersol/externalsecret-operator:latest is no longer the same as containersol/externalsecret-operator:master or any other latest tagged-release.
What is the added value?
Offering a consistent 'latest' tag helps people to run the controller deployment using the default settings in our Makefile. Using a latest tag could be useful for demo and testing purposes.
Give us examples of the outcome
We will need to provide a new condition in the prep step adding a new value to the TAGS (outputted as tags in the pipeline).
Describe the solution you'd like
Currently, we're pushing images tagged with the PR number, SHA or the
masterbranch name (based on the trigger typesand conditions defined in the
prepstep).However, we don't have any additional conditions for triggers related to master / release tags, therefore the
latesttag has been remained unchanged andcontainersol/externalsecret-operator:latestis no longer the same ascontainersol/externalsecret-operator:masteror any other latest tagged-release.What is the added value?
Offering a consistent 'latest' tag helps people to run the controller deployment using the default settings in our
Makefile. Using alatesttag could be useful for demo and testing purposes.Give us examples of the outcome
We will need to provide a new condition in the
prepstep adding a new value to theTAGS(outputted astagsin the pipeline).