From 4bdaa2d8ced8114157658c981289c8c22e6d94fe Mon Sep 17 00:00:00 2001 From: Jonas Hecht Date: Fri, 17 Mar 2023 11:02:23 +0100 Subject: [PATCH] #120: Downgrading pipelines to v0.42.0 to fix the PipelineRun version gets automatically converted problem. --- tekton/install/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/install/kustomization.yaml b/tekton/install/kustomization.yaml index 15e06ef..cff5f7f 100644 --- a/tekton/install/kustomization.yaml +++ b/tekton/install/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.45.0/release.yaml + - https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.42.0/release.yaml - https://github.com/tektoncd/dashboard/releases/download/v0.33.0/release.yaml - https://storage.googleapis.com/tekton-releases/triggers/previous/v0.23.0/release.yaml - https://storage.googleapis.com/tekton-releases/triggers/previous/v0.23.0/interceptors.yaml \ No newline at end of file