From a350ff9c8289b2ca131cd0e4db431281befbaa98 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:08:02 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20dependency=20tektoncd/pi?= =?UTF-8?q?peline=20(=20v0.65.2=20=E2=86=92=20v0.66.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/talos-flux/apps/devops/tekton/app/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/talos-flux/apps/devops/tekton/app/kustomization.yaml b/kubernetes/talos-flux/apps/devops/tekton/app/kustomization.yaml index a77d402d4..341d2cfbd 100644 --- a/kubernetes/talos-flux/apps/devops/tekton/app/kustomization.yaml +++ b/kubernetes/talos-flux/apps/devops/tekton/app/kustomization.yaml @@ -6,7 +6,7 @@ kind: Kustomization resources: # https://github.com/tektoncd/pipeline/releases # renovate: depName=tektoncd/pipeline datasource=github-releases - - https://github.com/tektoncd/pipeline/releases/download/v0.65.2/release.yaml + - https://github.com/tektoncd/pipeline/releases/download/v0.66.0/release.yaml # https://github.com/tektoncd/triggers/releases # renovate: depName=tektoncd/triggers datasource=github-releases - https://github.com/tektoncd/triggers/releases/download/v0.30.0/release.yaml