1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-27 06:27:23 +00:00

Modifies build-push-gke-deploy task from gke-deploy directory according to the new reorg proposal

**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
This commit is contained in:
pratap0007 2020-06-30 23:51:13 +05:30 committed by tekton-robot
parent 3d83bccfe6
commit f8798b9f62

View File

@ -2,7 +2,16 @@ apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: build-and-push
labels:
app.kubernetes.io/version: "0.1"
annotations:
tekton.dev/pipelines.minVersion: "0.12.1"
tekton.dev/tags: deploy
spec:
description: >-
This Pipeline builds, pushes, and deploys your application to a Google Kubernetes
Engine cluster using gke-deploy.
params:
- name: pathToContext
description: The path to the build context relative to your source repo's root. This is used by Kaniko.