mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-29 06:34:08 +00:00
revert bentoml task to v1beta1 task
This commit is contained in:
parent
644d783b26
commit
1b9d811f66
@ -1,18 +1,17 @@
|
||||
---
|
||||
apiVersion: tekton.dev/v1alpha1
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: bentoml
|
||||
spec:
|
||||
inputs:
|
||||
params:
|
||||
- name: ARGS
|
||||
type: array
|
||||
description: BentoML CLI arguments to run
|
||||
params:
|
||||
- name: YATAISERVICE
|
||||
type: string
|
||||
description: BentoML CLI arguments to run
|
||||
params:
|
||||
- name: ARGS
|
||||
type: array
|
||||
description: BentoML CLI arguments to run
|
||||
params:
|
||||
- name: YATAISERVICE
|
||||
type: string
|
||||
description: BentoML CLI arguments to run
|
||||
steps:
|
||||
- name: bento
|
||||
image: iancoffey/bentoml-python3:latest
|
||||
|
Loading…
Reference in New Issue
Block a user