From 7a481c53c58ddde60390d7723d52fc33247996cd Mon Sep 17 00:00:00 2001 From: ishani2412 Date: Sun, 5 Jul 2020 15:55:54 +0530 Subject: [PATCH] Improve the README in master branch Signed-off-by: ishani2412 --- argocd/README.md | 2 +- aws-cli/README.md | 2 +- azure-cli/README.md | 2 +- buildah/README.md | 2 +- buildid/README.md | 2 +- buildkit-daemonless/README.md | 2 +- buildpacks/README.md | 2 +- conftest/README.md | 4 ++-- curl/README.md | 2 +- gcloud/README.md | 2 +- github/README.md | 6 +++--- gitlab/README.md | 2 +- gke-deploy/README.md | 4 ++-- golang/README.md | 6 +++--- jib-gradle/README.md | 2 +- jib-maven/README.md | 2 +- kaniko/README.md | 2 +- kn/README.md | 4 ++-- knctl/README.md | 2 +- kubeconfig-creator/README.md | 2 +- kubeval/README.md | 2 +- mail/README.md | 2 +- makisu/README.md | 2 +- maven/README.md | 2 +- openshift-client-python/README.md | 2 +- openshift-client/README.md | 4 ++-- openshift-provision/README.md | 4 ++-- replace-tokens/README.md | 2 +- s2i/README.md | 2 +- skopeo/README.md | 2 +- slackmessage/README.md | 4 ++-- sonarqube/README.md | 2 +- telegrammessage/README.md | 2 +- terraform-cli/README.md | 2 +- tkn/README.md | 2 +- wget/README.md | 2 +- 36 files changed, 46 insertions(+), 46 deletions(-) diff --git a/argocd/README.md b/argocd/README.md index 7ad341dd40..8252bb79de 100644 --- a/argocd/README.md +++ b/argocd/README.md @@ -5,7 +5,7 @@ This task syncs (deploys) an [Argo CD](https://argoproj.github.io/argo-cd/) appl ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/argocd/argocd.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/argocd/argocd.yaml ``` ## Parameters diff --git a/aws-cli/README.md b/aws-cli/README.md index 179e361761..1bbb9b6a07 100644 --- a/aws-cli/README.md +++ b/aws-cli/README.md @@ -7,7 +7,7 @@ All aws cli commands can be found [here](https://docs.aws.amazon.com/cli/latest/ ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/aws-cli/aws-cli.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/aws-cli/aws-cli.yaml ``` ## Parameters diff --git a/azure-cli/README.md b/azure-cli/README.md index 2f10c2a865..093d480dc4 100644 --- a/azure-cli/README.md +++ b/azure-cli/README.md @@ -5,7 +5,7 @@ This task performs operations on Microsoft Azure resources using `az`. ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/azure-cli/azure_cli.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/azure-cli/azure_cli.yaml ``` ## Parameters diff --git a/buildah/README.md b/buildah/README.md index 097ba4af56..bcb9d74d9c 100644 --- a/buildah/README.md +++ b/buildah/README.md @@ -10,7 +10,7 @@ to assemble a container image, then pushes that image to a container registry. ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/buildah/buildah.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/buildah/buildah.yaml ``` ## Parameters diff --git a/buildid/README.md b/buildid/README.md index 21ca1433c0..f762846157 100644 --- a/buildid/README.md +++ b/buildid/README.md @@ -5,7 +5,7 @@ Given a base version, this task generates a unique build id by appending the bas ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/buildid/task.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/buildid/task.yaml ``` ## Parameters diff --git a/buildkit-daemonless/README.md b/buildkit-daemonless/README.md index 42200800c1..30d74217f8 100644 --- a/buildkit-daemonless/README.md +++ b/buildkit-daemonless/README.md @@ -13,7 +13,7 @@ This `buildkit-daemonless` Task is similar to [`buildkit`](../buildkit) but does ## Install ```console -$ kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/buildkit-daemonless/buildkit-daemonless.yaml +$ kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/buildkit-daemonless/buildkit-daemonless.yaml task.tekton.dev/buildkit-daemonless created ``` diff --git a/buildpacks/README.md b/buildpacks/README.md index 633096ad40..a384cca544 100644 --- a/buildpacks/README.md +++ b/buildpacks/README.md @@ -15,7 +15,7 @@ The Cloud Native Buildpacks website describes v3 buildpacks as: ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/buildpacks/buildpacks-v3.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/buildpacks/buildpacks-v3.yaml ``` > **NOTE:** This task is currently only compatible with Tekton **v0.11.0** and above, and CNB Platform API 0.3 (lifecycle v0.7.0 and above). For previous Platform API versions, [see below](#previous-platform-api-versions). diff --git a/conftest/README.md b/conftest/README.md index b049f450b4..6b24cc78d1 100644 --- a/conftest/README.md +++ b/conftest/README.md @@ -8,13 +8,13 @@ your Tekton pipelines. Conftest is a tool for testing configuration files using In order to use Conftest with Tekton you need to first install the task. ```console -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/conftest/conftest.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/conftest/conftest.yaml ``` Conftest also has a Helm plugin, which redners the Helm chart before applying the policy. For that task use: ```console -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/conftest/helm-conftest.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/conftest/helm-conftest.yaml ``` diff --git a/curl/README.md b/curl/README.md index 443f4ee6ce..094e1a307c 100644 --- a/curl/README.md +++ b/curl/README.md @@ -6,7 +6,7 @@ This task performs curl operation to transfer data from internet . ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/curl/curl.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/curl/curl.yaml ``` ## Parameters diff --git a/gcloud/README.md b/gcloud/README.md index cc3eacc8b8..2760bd7001 100644 --- a/gcloud/README.md +++ b/gcloud/README.md @@ -5,7 +5,7 @@ This task performs operations on Google Cloud Platform resources using `gcloud`. ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/gcloud/gcloud.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/gcloud/gcloud.yaml ``` ## Parameters diff --git a/github/README.md b/github/README.md index ae4dbc27e6..daca28097f 100644 --- a/github/README.md +++ b/github/README.md @@ -25,7 +25,7 @@ informations about the CI statuses or a direct link to the full log. ### Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/github/set_status.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/github/set_status.yaml ``` ### Parameters @@ -82,7 +82,7 @@ issue. ### Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/github/add_comment.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/github/add_comment.yaml ``` ### Parameters @@ -132,7 +132,7 @@ issue. ### Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/github/close_issue.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/github/close_issue.yaml ``` ### Parameters diff --git a/gitlab/README.md b/gitlab/README.md index be8b5b5070..4224b33817 100644 --- a/gitlab/README.md +++ b/gitlab/README.md @@ -34,7 +34,7 @@ stringData: ### Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/gitlab/add-labels.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/gitlab/add-labels.yaml ``` ### Parameters diff --git a/gke-deploy/README.md b/gke-deploy/README.md index 681f3c564b..148e1deeeb 100644 --- a/gke-deploy/README.md +++ b/gke-deploy/README.md @@ -5,7 +5,7 @@ This Task deploys an application to a Google Kubernetes Engine cluster using [`g ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/gke-deploy/gke-deploy.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/gke-deploy/gke-deploy.yaml ``` ## Parameters @@ -84,7 +84,7 @@ This Pipeline builds, pushes, and deploys your application to a Google Kubernete ## Install the Pipeline ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/gke-deploy/build-push-gke-deploy.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/gke-deploy/build-push-gke-deploy.yaml ``` ## Workspaces diff --git a/golang/README.md b/golang/README.md index 8d44b1c4b3..1b570c880d 100644 --- a/golang/README.md +++ b/golang/README.md @@ -5,9 +5,9 @@ These Tasks are Golang task to build, test and validate Go projects. ## Install the tasks ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/golang/lint.yaml -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/golang/build.yaml -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/golang/tests.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/golang/lint.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/golang/build.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/golang/tests.yaml ``` ## `golangci-lint` diff --git a/jib-gradle/README.md b/jib-gradle/README.md index c49c33816d..ce63e2550f 100644 --- a/jib-gradle/README.md +++ b/jib-gradle/README.md @@ -7,7 +7,7 @@ Jib works with [Gradle](https://github.com/GoogleContainerTools/jib/tree/master/ ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/jib-gradle/jib-gradle.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/jib-gradle/jib-gradle.yaml ``` diff --git a/jib-maven/README.md b/jib-maven/README.md index 9307bdb40f..1e2f35afc8 100644 --- a/jib-maven/README.md +++ b/jib-maven/README.md @@ -7,7 +7,7 @@ Jib works with [Maven](https://github.com/GoogleContainerTools/jib/tree/master/j ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/jib-maven/jib-maven.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/jib-maven/jib-maven.yaml ``` ## Parameters diff --git a/kaniko/README.md b/kaniko/README.md index 45b9285171..626cae5b58 100644 --- a/kaniko/README.md +++ b/kaniko/README.md @@ -15,7 +15,7 @@ makes it a perfect tool to be part of Tekton. ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kaniko/kaniko.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/kaniko/kaniko.yaml ``` ## Parameters diff --git a/kn/README.md b/kn/README.md index 0fc580d601..cb88ef53f4 100644 --- a/kn/README.md +++ b/kn/README.md @@ -6,7 +6,7 @@ This Task performs operations on Knative resources (services, revisions, routes) ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/kn.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/kn/kn.yaml ``` ## Parameters @@ -41,7 +41,7 @@ with permission to manage Knative resources. To create a `ServiceAccount` with these permissions, you can run: ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/kn-deployer.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/kn/kn-deployer.yaml ``` ### Running the Task diff --git a/knctl/README.md b/knctl/README.md index dd109debe8..c3981ab6ca 100644 --- a/knctl/README.md +++ b/knctl/README.md @@ -7,7 +7,7 @@ only the `deploy` subcommand as of today. ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/knctl/knctl-deploy.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/knctl/knctl-deploy.yaml ``` ## Parameters diff --git a/kubeconfig-creator/README.md b/kubeconfig-creator/README.md index 0c1b918934..ee32cfc2f3 100644 --- a/kubeconfig-creator/README.md +++ b/kubeconfig-creator/README.md @@ -23,7 +23,7 @@ This task provides users variety of ways to authenticate: ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kubeconfig-creator/kubeconfig-creator.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/kubeconfig-creator/kubeconfig-creator.yaml ``` ## Workspace diff --git a/kubeval/README.md b/kubeval/README.md index 03fab33752..0c811f25c6 100644 --- a/kubeval/README.md +++ b/kubeval/README.md @@ -8,7 +8,7 @@ your Tekton pipelines. Kubeval is a tool used for validating Kubernetes configur In order to use Kubeval with Tekton you need to first install the task. ```console -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kubeval/kubeval.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/kubeval/kubeval.yaml ``` ## Usage diff --git a/mail/README.md b/mail/README.md index 1c3fcf61a8..a0483d60ec 100644 --- a/mail/README.md +++ b/mail/README.md @@ -5,7 +5,7 @@ This task sends a simple email to receivers via SMTP server ## Install the Task and create a secret ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/mail/sendmail.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/mail/sendmail.yaml ``` Create a secret that has the SMTP server information diff --git a/makisu/README.md b/makisu/README.md index 5cdb9ae3eb..0233ec88cb 100644 --- a/makisu/README.md +++ b/makisu/README.md @@ -39,7 +39,7 @@ kubectl --namespace default create secret generic docker-registry-config --from- ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/makisu/makisu.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/makisu/makisu.yaml ``` ## Parameters diff --git a/maven/README.md b/maven/README.md index 88f5b33494..bcfaa5aab6 100644 --- a/maven/README.md +++ b/maven/README.md @@ -5,7 +5,7 @@ This Task can be used to run a Maven build. ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/maven/maven.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/maven/maven.yaml ``` ## Parameters diff --git a/openshift-client-python/README.md b/openshift-client-python/README.md index 086ff7c4d6..4c9f76581c 100644 --- a/openshift-client-python/README.md +++ b/openshift-client-python/README.md @@ -11,7 +11,7 @@ The set of possible scripts can be found in the docs [here](https://github.com/o ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/openshift-client-python/openshift-client-python.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/openshift-client-python/openshift-client-python.yaml ``` ## Parameters diff --git a/openshift-client/README.md b/openshift-client/README.md index 4f4e49229b..03dd1a037c 100644 --- a/openshift-client/README.md +++ b/openshift-client/README.md @@ -10,12 +10,12 @@ There are two tasks provided for the OpenShift CLI which differ only in their ta Install `openshift-client` task: ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/openshift-client/openshift-client-task.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/openshift-client/openshift-client-task.yaml ``` Install `openshift-client-kubecfg` task: ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/openshift-client/openshift-client-kubecfg-task.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/openshift-client/openshift-client-kubecfg-task.yaml ``` ## Parameters `openshift-client` diff --git a/openshift-provision/README.md b/openshift-provision/README.md index a047cd930e..c404f0b023 100644 --- a/openshift-provision/README.md +++ b/openshift-provision/README.md @@ -14,7 +14,7 @@ The following task is used to create the cluster. ### **Install the Task** ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/openshift-provision/openshift-cluster-create.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/openshift-provision/openshift-cluster-create.yaml ``` ### **Parameters** @@ -55,7 +55,7 @@ kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/open ### **Install the Task** ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/openshift-provision/openshift-cluster-destroy.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/openshift-provision/openshift-cluster-destroy.yaml ``` ### **Workspaces** diff --git a/replace-tokens/README.md b/replace-tokens/README.md index aec58be9fe..4957c16816 100644 --- a/replace-tokens/README.md +++ b/replace-tokens/README.md @@ -35,7 +35,7 @@ The above same can be done for the `YAML` file also. ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/replace-tokens/replace-tokens.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/replace-tokens/replace-tokens.yaml ``` ## Parameters diff --git a/s2i/README.md b/s2i/README.md index 3894d9254c..07fcd0e38e 100644 --- a/s2i/README.md +++ b/s2i/README.md @@ -11,7 +11,7 @@ source code. ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/s2i/s2i.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/s2i/s2i.yaml ``` ## Parameters diff --git a/skopeo/README.md b/skopeo/README.md index 7a6a2f3e96..05368bd536 100644 --- a/skopeo/README.md +++ b/skopeo/README.md @@ -41,7 +41,7 @@ This task uses image from [this](https://github.com/tektoncd/plumbing/tree/maste ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/skopeo/skopeo.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/skopeo/skopeo.yaml ``` ## Parameters diff --git a/slackmessage/README.md b/slackmessage/README.md index 175412a7cf..94ac356599 100644 --- a/slackmessage/README.md +++ b/slackmessage/README.md @@ -11,7 +11,7 @@ Follow instructions [here](https://api.slack.com/messaging/webhooks) to generate ## Install the Task and create a secret ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/slackmessage/send-to-webhook-slack.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/slackmessage/send-to-webhook-slack.yaml ``` Create a secret that has the generated webhook URL @@ -66,7 +66,7 @@ The app must join the channel before the message posted by this task run. (invit ## Install the Task and create a secret ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/slackmessage/send-to-channel-slack.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/slackmessage/send-to-channel-slack.yaml ``` Create a secret that has the OAuth token of the bot app. diff --git a/sonarqube/README.md b/sonarqube/README.md index fbb2acca8f..390df15e6c 100644 --- a/sonarqube/README.md +++ b/sonarqube/README.md @@ -9,7 +9,7 @@ For creating your own `sonar-project.properties` please follow the guide [here]( ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/sonarqube/sonarqube.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/sonarqube/sonarqube.yaml ``` ## Pre-requisite diff --git a/telegrammessage/README.md b/telegrammessage/README.md index eee8597aba..d8b11d3747 100644 --- a/telegrammessage/README.md +++ b/telegrammessage/README.md @@ -10,7 +10,7 @@ Create a bot as decribed over [here](https://core.telegram.org/bots). ## Install the Task and create a secret ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/telegrammessage/send-to-telegram.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/telegrammessage/send-to-telegram.yaml ``` Create a secret that has bot token. diff --git a/terraform-cli/README.md b/terraform-cli/README.md index 22447c3880..8d85b5f386 100644 --- a/terraform-cli/README.md +++ b/terraform-cli/README.md @@ -8,7 +8,7 @@ Install `terraform-cli` task for kubernetes 1.6+: ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/terraform-cli/terraform-cli-task-kube1.6.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/terraform-cli/terraform-cli-task-kube1.6.yaml ``` This task currently works only on kubernetes 1.6+ support for a task that works on older versions of kubernetes will be added soon. diff --git a/tkn/README.md b/tkn/README.md index a5c0560f97..af4349e082 100644 --- a/tkn/README.md +++ b/tkn/README.md @@ -6,7 +6,7 @@ This task performs operations on Tekton resources using ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/tkn/tkn.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/tkn/tkn.yaml ``` ## Parameters diff --git a/wget/README.md b/wget/README.md index 6fcf939861..3f835e63ea 100644 --- a/wget/README.md +++ b/wget/README.md @@ -6,7 +6,7 @@ This task uses wget to download files from the internet to a workspace . ## Install the Task ``` -kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/wget/wget.yaml +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/wget/wget.yaml ``` ## Parameters