Skip to content

Commit b766017

Browse files
authored
Update on-cluster build docs to use Tekton 1.6.0 (#3194)
Tekton images have been moved from gcr.io to ghcr.io (see github.com/tektoncd/pipeline/issues/8870#issuecomment-3057843599). Using the old manifests leads failing image pulls nowadays. Therefor updating to the latest Tekton manifests.
1 parent 6b6441c commit b766017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-functions/on_cluster_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This guide describes how you can build a Function on Cluster with Tekton Pipelin
99

1010
For production environments, please refer to [Tekton Pipelines documentation](https://github.com/tektoncd/pipeline/blob/main/docs/install.md) or run the following command:
1111
```bash
12-
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.49.0/release.yaml
12+
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v1.6.0/release.yaml
1313
```
1414

1515
## Enabling a namespace to run Function related Tekton Pipelines

0 commit comments

Comments
 (0)