diff --git a/basic-spring-boot-tekton/README.md b/basic-spring-boot-tekton/README.md index cebcd42e..50487cd9 100644 --- a/basic-spring-boot-tekton/README.md +++ b/basic-spring-boot-tekton/README.md @@ -12,7 +12,7 @@ This example demonstrates how to implement a full end-to-end [Tekton](https://te * OpenShift 4.1+ is required * [Red Hat OpenJDK 1.8](https://access.redhat.com/containers/?tab=overview#/registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift) image is required * Access to GitHub -* [Tekton Operator]() In order to use Tekton pipelines you need to install the Tekton operator. To do that go to ***Catalog***-> ***Operator Hub*** page of you admin console. Look for ***OpenShift Pipelines Operator*** and install it. The default settings are fine for this demo. You can also automate the installation of the Tekton operator, but this is outside the scope of this demo. +* [Tekton Operator](https://github.com/openshift/tektoncd-pipeline-operator) In order to use Tekton pipelines you need to install the Tekton operator. To do that go to ***Catalog***-> ***Operator Hub*** page of you admin console. Look for ***OpenShift Pipelines Operator*** and install it. The default settings are fine for this demo. You can also automate the installation of the Tekton operator, but this is outside the scope of this demo. * [Tekton CLI](https://github.com/tektoncd/cli) * *Highly recommended*: [tekton dashboard](https://github.com/tektoncd/dashboard)