From a89281f26ec62fd14031e52ba026a4466d84c6a4 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Fri, 27 Sep 2024 10:31:33 -0400 Subject: [PATCH] operator image push should update the bundle and the catalog file Signed-off-by: Mohamed Mahmoud --- .tekton/bpfman-operator-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/bpfman-operator-push.yaml b/.tekton/bpfman-operator-push.yaml index e277c4f82..41990a399 100644 --- a/.tekton/bpfman-operator-push.yaml +++ b/.tekton/bpfman-operator-push.yaml @@ -5,7 +5,7 @@ metadata: build.appstudio.openshift.io/repo: https://github.com/bpfman/bpfman-operator?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' - build.appstudio.openshift.io/build-nudge-files: "hack/update_bundle.sh" + build.appstudio.openshift.io/build-nudge-files: "hack/update_bundle.sh, hack/update_catalog.sh" pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && (".tekton/multi-arch-build-pipeline.yaml".pathChanged() ||