1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

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 <ppunamiy@redhat.com>
This commit is contained in:
PuneetPunamiya 2024-06-10 16:13:47 +05:30 committed by tekton-robot
parent ba553035b2
commit 9d337900d4

View File

@ -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