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

Modifies gcloud task according to the new reorg proposal

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

This patch also moves the gcloud files to the task directory
and modifies the path for install task command in readme file

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
This commit is contained in:
Shivam Mukhade 2020-06-30 20:06:19 +05:30 committed by tekton-robot
parent bc0d1fed92
commit 4a0049d6f7
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@ This task performs operations on Google Cloud Platform resources using `gcloud`.
## Install the Task
```
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/gcloud/gcloud.yaml
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/gcloud/0.1/gcloud.yaml
```
## Parameters

View File

@ -2,7 +2,15 @@ apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: gcloud
labels:
app.kubernetes.io/version: "0.1"
annotations:
tekton.dev/pipelines.minVersion: "0.12.1"
tekton.dev/tags: gcp
spec:
description: >-
This task performs operations on Google Cloud Platform resources using gcloud.
params:
- name: gcloud-image
description: gcloud CLI container image to run this task