We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9e9675 + a84fe82 commit d348517Copy full SHA for d348517
1 file changed
.tekton/lightspeed-stack-push.yaml
@@ -2,6 +2,10 @@ apiVersion: tekton.dev/v1
2
kind: PipelineRun
3
metadata:
4
annotations:
5
+ # Cross-repo nudge: after each push build, the Konflux nudge controller
6
+ # opens an MR in lscore-deploy (gitlab.cee.redhat.com/rhel-lightspeed/lscore-deploy)
7
+ # to bump the image digest in openshift/lightspeed-stack.yml. See RSPEED-3082.
8
+ build.appstudio.openshift.io/build-nudge-files: "openshift/lightspeed-stack.yml"
9
build.appstudio.openshift.io/repo: https://github.com/lightspeed-core/lightspeed-stack?rev={{revision}}
10
build.appstudio.redhat.com/commit_sha: '{{revision}}'
11
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
0 commit comments