Skip to content

Commit

Permalink
[TEP-0110] Update Tekton Catalog installation instructions
Browse files Browse the repository at this point in the history
Prior to this change, the installation instructions directly use the resource urls in the Catalog repo, which results in tight coupling between the organization and how users fetch resources (as described in TEP-0110). This commit updates the installation guide to install Tekton Catalog resources via Tekton Hub Api: tektoncd/hub#539

This change decouples the Tekton Catalog organization from resouces resolution, which enables Tekton Catalog reorganization.
  • Loading branch information
QuanZhang-William authored and tekton-robot committed Aug 16, 2022
1 parent f99d13e commit e294e12
Show file tree
Hide file tree
Showing 180 changed files with 215 additions and 215 deletions.
6 changes: 3 additions & 3 deletions pipeline/build-push-gke-deploy/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ This Pipeline builds, pushes, and deploys your application to a Google Kubernete
Both `Kaniko` and `Gke-deploy` tasks have been used from tekton catalog

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kaniko/0.2/kaniko.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kaniko/0.2/raw
```

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/gke-deploy/0.1/gke-deploy.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/gke-deploy/0.1/raw
```

## Install the Pipeline

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/pipeline/build-push-gke-deploy/0.1/build-push-gke-deploy.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/pipeline/build-push-gke-deploy/0.1/raw
```

## Workspaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Install the Tekton Pipelines CLI to view your logs by following the instructions
4. Install the `build-push-gke-deploy` Pipeline.

```bash
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/pipeline/build-push-gke-deploy/0.1/build-push-gke-deploy.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/pipeline/build-push-gke-deploy/0.1/raw
```

5. Create the `PipelineRun` config to run your Pipeline.
Expand Down
8 changes: 4 additions & 4 deletions pipeline/buildpacks/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ This pipeline builds source into a container image using [Cloud Native Buildpack
#### Install dependencies (if missing)

```shell
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.3/git-clone.yaml
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildpacks/0.3/buildpacks.yaml
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildpacks-phases/0.2/buildpacks-phases.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.3/raw
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildpacks/0.3/raw
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildpacks-phases/0.2/raw
```

#### Install pipeline

```shell
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/pipeline/buildpacks/0.1/buildpacks.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/pipeline/buildpacks/0.1/raw
```

## Workspaces
Expand Down
8 changes: 4 additions & 4 deletions pipeline/buildpacks/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ This pipeline builds source into a container image using [Cloud Native Buildpack
#### Install dependencies (if missing)

```shell
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.3/git-clone.yaml
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildpacks/0.3/buildpacks.yaml
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildpacks-phases/0.2/buildpacks-phases.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.3/raw
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildpacks/0.3/raw
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildpacks-phases/0.2/raw
```

#### Install pipeline

```shell
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/pipeline/buildpacks/0.2/buildpacks.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/pipeline/buildpacks/0.2/raw
```

## Workspaces
Expand Down
2 changes: 1 addition & 1 deletion task/ansible-builder/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It means a further task that works with Dockerfile/Containerfile such as `builda
## Install the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/ansible-builder/0.1/ansible-builder.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/ansible-builder/0.1/raw
```

## Parameters
Expand Down
4 changes: 2 additions & 2 deletions task/ansible-runner/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ansible Runner Task allows running the Ansible Playbooks using the [ansible-runn
Create the Task and other resources:

```shell
kubectl apply --filename https://raw.githubusercontent.com/tektoncd/catalog/main/task/ansible-runner/0.1/ansible-runner.yaml
kubectl apply --filename https://api.hub.tekton.dev/v1/resource/tekton/task/ansible-runner/0.1/raw
```

Verify the created tasks:
Expand Down Expand Up @@ -47,7 +47,7 @@ All the examples will be run in namespace called `funstuff`. Create the namespac
### Create the PVC and clone example sources

```shell
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.1/git-clone.yaml \
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.1/raw \
-f https://raw.githubusercontent.com/tektoncd/catalog/main/task/ansible-runner/0.1/support/playbooks-pvc.yaml
```

Expand Down
4 changes: 2 additions & 2 deletions task/ansible-runner/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The latest versions of ansible-runner requires [`community.general`](https://git
Create the Task and other resources:

```shell
kubectl apply --filename https://raw.githubusercontent.com/tektoncd/catalog/main/task/ansible-runner/0.2/ansible-runner.yaml
kubectl apply --filename https://api.hub.tekton.dev/v1/resource/tekton/task/ansible-runner/0.2/raw
```

Verify the created tasks:
Expand Down Expand Up @@ -46,7 +46,7 @@ All the examples will be run in namespace called `funstuff`. Create the namespac
### Create the PVC and clone example sources

```shell
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.5/git-clone.yaml \
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.5/raw \
-f https://raw.githubusercontent.com/tektoncd/catalog/main/task/ansible-runner/0.2/support/playbooks-pvc.yaml
```

Expand Down
2 changes: 1 addition & 1 deletion task/ansible-tower-cli/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Install `tower-cli` task:
```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/ansible-tower-cli/0.1/ansible-tower-cli.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/ansible-tower-cli/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/argocd-task-connect-repo/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Install the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/argocd-task-connect-repo/0.1/argocd-task-connect-repo.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/argocd-task-connect-repo/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/argocd-task-sync-and-wait/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/argocd-task-sync-and-wait/0.1/argocd-task-sync-and-wait.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/argocd-task-sync-and-wait/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/argocd-task-sync-and-wait/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/argocd-task-sync-and-wait/0.2/argocd-task-sync-and-wait.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/argocd-task-sync-and-wait/0.2/raw
```

## Parameters
Expand Down
4 changes: 2 additions & 2 deletions task/asciidoctor/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The resulting document can be sent by email, uploaded to the artifact repository

## Install the Task
```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/asciidoctor/0.1/asciidoctor.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/asciidoctor/0.1/raw
```

## Pre-requisite
Install git-clone task from catalog
```
https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.3/git-clone.yaml
https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.3/raw
```

## Workspaces
Expand Down
2 changes: 1 addition & 1 deletion task/aws-cli/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/aws-cli/0.1/aws-cli.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/aws-cli/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/aws-cli/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/aws-cli/0.2/aws-cli.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/aws-cli/0.2/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/aws-ecr-login/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ registry as long as your IAM principal has access to do so until the token expir
## Install the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/aws-ecr-login/0.1/aws-ecr-login.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/aws-ecr-login/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/az/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/az/0.1/az.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/az/0.1/raw
```

## Parameters
Expand Down
4 changes: 2 additions & 2 deletions task/black/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This task can be used to format the python source code using [Black](https://git
## Installing the Task

```bash
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/black/0.1/black.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/black/0.1/raw
```

## Parameters
Expand All @@ -25,7 +25,7 @@ The Task can be run on `linux/amd64` platform.
1. Create the `git-clone` task

```bash
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.1/git-clone.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.1/raw
```

2. Create the PVC
Expand Down
4 changes: 2 additions & 2 deletions task/black/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This task can be used to format the python source code using [Black](https://git
## Installing the Task

```bash
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/black/0.2/black.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/black/0.2/raw
```

## Parameters
Expand All @@ -28,7 +28,7 @@ The Task can be run on `linux/amd64` platform.
1. Create the `git-clone` task

```bash
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.1/git-clone.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.1/raw
```

2. Create the PVC
Expand Down
4 changes: 2 additions & 2 deletions task/blue-green-deploy/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The following task can help you to deploy an application using the Blue-Green de
## Installing the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/blue-green-deploy/0.1/blue-green-deploy.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/blue-green-deploy/0.1/raw
```

## Installing the ClusterRoleBinding

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/blue-green-deploy/0.1/support/clusterrolebinding.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/blue-green-deploy/0.1/support/raw
```

## Workspaces
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/buildah/0.1/buildah.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildah/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/buildah/0.2/buildah.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildah/0.2/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/buildah/0.3/buildah.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildah/0.3/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/buildah/0.4/buildah.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildah/0.4/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/buildah/0.5/buildah.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildah/0.5/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/buildkit-daemonless/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This `buildkit-daemonless` Task is similar to [`buildkit`](../../buildkit) but d
## Install

```console
$ kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildkit-daemonless/0.1/buildkit-daemonless.yaml
$ kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildkit-daemonless/0.1/raw
task.tekton.dev/buildkit-daemonless created
```

Expand Down
2 changes: 1 addition & 1 deletion task/buildpacks-phases/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See also [`buildpacks`](../buildpacks) for the combined version of this task, wh
## Install the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildpacks-phases/0.1/buildpacks-phases.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildpacks-phases/0.1/raw
```

> **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).
Expand Down
2 changes: 1 addition & 1 deletion task/buildpacks/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See also [`buildpacks-phases`](../../buildpacks-phases) for the deconstructed ve
## Install the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildpacks/0.1/buildpacks.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildpacks/0.1/raw
```

> **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).
Expand Down
2 changes: 1 addition & 1 deletion task/buildpacks/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See also [`buildpacks-phases`](../../buildpacks-phases) for the deconstructed ve
## Install the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildpacks/0.2/buildpacks.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/buildpacks/0.2/raw
```

> **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).
Expand Down
4 changes: 2 additions & 2 deletions task/check-make/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The following task is used to provide static analysis on YAML files mounted usin
## Installing the Task

```bash
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/check-make/0.1/check-make.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/check-make/0.1/raw
```

## Parameters
Expand All @@ -25,7 +25,7 @@ The Task can be run on `linux/amd64` platform.
1. Create the `git-clone` task

```bash
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.1/git-clone.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.1/raw
```

2. Create the PVC
Expand Down
2 changes: 1 addition & 1 deletion task/codecov/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Upload your code coverage to [codecov.io](https://codecov.io)
## Installing the Task

```bash
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/codecov/0.1/codecov.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/codecov/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/conftest/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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/main/task/conftest/0.1/conftest.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/conftest/0.1/raw
```

## Platforms
Expand Down
2 changes: 1 addition & 1 deletion task/create-github-release/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Task can also be used to upload multiple `assets` including `binaries` of the re
## Install the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/create-github-release/0.1/create-github-release.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/create-github-release/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/create-gitlab-release/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Task can also be used to upload `assets` including `binaries` of the released ve
## Install the Task

```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/create-gitlab-release/0.1/create-gitlab-release.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/create-gitlab-release/0.1/raw
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion task/curl/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/task/curl/0.1/curl.yaml
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/curl/0.1/raw
```

## Parameters
Expand Down
Loading

0 comments on commit e294e12

Please sign in to comment.