This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 946d1d45e chore: nightly SBOM refresh new b3b833fbc feat(cicd): onboard Camel K Tekton task new b0a0af7bc doc: tekton cicd The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: cicd/tekton/kamel-run/0.1/README.md | 52 +++++ cicd/tekton/kamel-run/0.1/kamel-run.yaml | 56 +++++ .../kamel-run/0.1/samples/run-external-build.yaml | 106 +++++++++ .../kamel-run/0.1/samples/run-operator-build.yaml | 50 +++++ .../kamel-run/0.1/support/camel-k-tekton.yaml | 34 +++ .../kamel-run/0.1/tests/pre-apply-task-hook.sh | 10 + cicd/tekton/kamel-run/0.1/tests/resources.yaml | 34 +++ cicd/tekton/kamel-run/0.1/tests/run.yaml | 76 +++++++ docs/modules/ROOT/nav.adoc | 5 +- docs/modules/ROOT/pages/pipeline/tekton.adoc | 60 ++++++ .../ROOT/pages/tutorials/tekton/tekton.adoc | 236 --------------------- docs/modules/ROOT/pages/tutorials/tutorials.adoc | 8 - 12 files changed, 481 insertions(+), 246 deletions(-) create mode 100644 cicd/tekton/kamel-run/0.1/README.md create mode 100644 cicd/tekton/kamel-run/0.1/kamel-run.yaml create mode 100644 cicd/tekton/kamel-run/0.1/samples/run-external-build.yaml create mode 100644 cicd/tekton/kamel-run/0.1/samples/run-operator-build.yaml create mode 100644 cicd/tekton/kamel-run/0.1/support/camel-k-tekton.yaml create mode 100755 cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh create mode 100644 cicd/tekton/kamel-run/0.1/tests/resources.yaml create mode 100644 cicd/tekton/kamel-run/0.1/tests/run.yaml create mode 100644 docs/modules/ROOT/pages/pipeline/tekton.adoc delete mode 100644 docs/modules/ROOT/pages/tutorials/tekton/tekton.adoc delete mode 100644 docs/modules/ROOT/pages/tutorials/tutorials.adoc