From 86d844dbc6c174fb9d24798d692f15f8692a9542 Mon Sep 17 00:00:00 2001 From: PuneetPunamiya Date: Thu, 25 Aug 2022 11:35:50 +0530 Subject: [PATCH] Fixes installations instructions in readme Signed-off-by: Puneet Punamiya ppunamiy@redhat.com --- task/blue-green-deploy/0.1/README.md | 2 +- task/istio-canary-release/0.1/README.md | 2 +- task/kn-apply/0.1/README.md | 2 +- task/kn-apply/0.2/README.md | 2 +- task/kn/0.1/README.md | 2 +- task/kn/0.2/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/task/blue-green-deploy/0.1/README.md b/task/blue-green-deploy/0.1/README.md index 889fbdc4..59d25922 100644 --- a/task/blue-green-deploy/0.1/README.md +++ b/task/blue-green-deploy/0.1/README.md @@ -14,7 +14,7 @@ kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/blue-green-d ## Installing the ClusterRoleBinding ``` -kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/blue-green-deploy/0.1/support/raw +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/blue-green-deploy/0.1/support/clusterrolebinding.yaml ``` ## Workspaces diff --git a/task/istio-canary-release/0.1/README.md b/task/istio-canary-release/0.1/README.md index d5641108..4fe44aa0 100644 --- a/task/istio-canary-release/0.1/README.md +++ b/task/istio-canary-release/0.1/README.md @@ -25,7 +25,7 @@ kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/istio-canary ## Installing the ClusterRoleBinding ```bash -kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/istio-canary-release/0.1/support/raw +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/istio-canary-release/0.1/support/clusterrolebinding.yaml ``` ## Workspaces diff --git a/task/kn-apply/0.1/README.md b/task/kn-apply/0.1/README.md index 5b5045f2..bf855e2c 100644 --- a/task/kn-apply/0.1/README.md +++ b/task/kn-apply/0.1/README.md @@ -37,7 +37,7 @@ with permission to manage Knative resources. To create a `ServiceAccount` with these permissions, you can run: ``` -kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kn-apply/0.1/support/raw +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn-apply/0.1/support/kn-deployer.yaml ``` The service account is being created for 'default' namespace, please edit the diff --git a/task/kn-apply/0.2/README.md b/task/kn-apply/0.2/README.md index eda6bc53..a8b91ddb 100644 --- a/task/kn-apply/0.2/README.md +++ b/task/kn-apply/0.2/README.md @@ -37,7 +37,7 @@ with permission to manage Knative resources. To create a `ServiceAccount` with these permissions, you can run: ``` -kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kn-apply/0.2/support/raw +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn-apply/0.2/support/kn-deployer.yaml ``` The service account is being created for 'default' namespace, please edit the diff --git a/task/kn/0.1/README.md b/task/kn/0.1/README.md index d375485c..e2e34e79 100644 --- a/task/kn/0.1/README.md +++ b/task/kn/0.1/README.md @@ -45,7 +45,7 @@ with permission to manage Knative resources. To create a `ServiceAccount` with these permissions, you can run: ``` -kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kn/0.1/support/raw +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.1/support/kn-deployer.yaml ``` ### Running the Task diff --git a/task/kn/0.2/README.md b/task/kn/0.2/README.md index 59b885b7..0d30a027 100644 --- a/task/kn/0.2/README.md +++ b/task/kn/0.2/README.md @@ -45,7 +45,7 @@ with permission to manage Knative resources. To create a `ServiceAccount` with these permissions, you can run: ``` -kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kn/0.2/support/raw +kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/support/kn-deployer.yaml ``` ### Running the Task