From 8a776cea4d40617ef6b2e8f8d068f04c9198b249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Mon, 17 Nov 2025 14:47:53 +0100 Subject: [PATCH] Update on-cluster build docs to use Tekton 1.6.0 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. --- docs/building-functions/on_cluster_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-functions/on_cluster_build.md b/docs/building-functions/on_cluster_build.md index dc5faab1cf..922d43d25b 100644 --- a/docs/building-functions/on_cluster_build.md +++ b/docs/building-functions/on_cluster_build.md @@ -9,7 +9,7 @@ This guide describes how you can build a Function on Cluster with Tekton Pipelin For production environments, please refer to [Tekton Pipelines documentation](https://github.com/tektoncd/pipeline/blob/main/docs/install.md) or run the following command: ```bash -kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.49.0/release.yaml +kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v1.6.0/release.yaml ``` ## Enabling a namespace to run Function related Tekton Pipelines