From 10f31234ff6a55d6fbaeeae96f2f9ecf53c24480 Mon Sep 17 00:00:00 2001 From: PuneetPunamiya Date: Mon, 10 Jun 2024 16:13:47 +0530 Subject: [PATCH] Fix version in `shp` task As per the TEP (https://github.com/tektoncd/community/blob/main/teps/0003-tekton-catalog-organization.md) the version was not correct in the yaml of the `shp` task and hence the yaml is not getting showed on Tekton Hub UI Hence this patch fixes the version for the task Signed-off-by: PuneetPunamiya --- task/shp/0.1/shp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/shp/0.1/shp.yaml b/task/shp/0.1/shp.yaml index 00a4989f4f..de384d17fd 100644 --- a/task/shp/0.1/shp.yaml +++ b/task/shp/0.1/shp.yaml @@ -4,7 +4,7 @@ kind: Task metadata: name: shp labels: - app.kubernetes.io/version: "1.20" + app.kubernetes.io/version: "0.1" annotations: tekton.dev/pipelines.minVersion: "0.12.0" tekton.dev/categories: CLI