Skip to content

Commit

Permalink
operator image push should update the bundle and the catalog file
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Sep 27, 2024
1 parent f19b18a commit a89281f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/bpfman-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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() ||
Expand Down

0 comments on commit a89281f

Please sign in to comment.