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

Update minimum pipeline version to v0.29.0

This commit is contained in:
Brad Beck 2021-11-18 09:51:23 -06:00 committed by tekton-robot
parent 3a3732bbd4
commit 89c6c656cd
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# `git-clone`
**Please Note: this Task is only compatible with Tekton Pipelines versions 0.21.0 and greater!**
**Please Note: this Task is only compatible with Tekton Pipelines versions 0.29.0 and greater!**
This `Task` has two required inputs:

View File

@ -3,9 +3,9 @@ kind: Task
metadata:
name: git-clone
labels:
app.kubernetes.io/version: "0.5"
app.kubernetes.io/version: "0.6"
annotations:
tekton.dev/pipelines.minVersion: "0.21.0"
tekton.dev/pipelines.minVersion: "0.29.0"
tekton.dev/categories: Git
tekton.dev/tags: git
tekton.dev/displayName: "git clone"
@ -98,7 +98,7 @@ spec:
- name: gitInitImage
description: The image providing the git-init binary that this Task runs.
type: string
default: "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.21.0"
default: "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0"
- name: userHome
description: |
Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden