Skip to content

Commit

Permalink
Bump tektoncd/pipeline to v0.12.1
Browse files Browse the repository at this point in the history
This will bump tektoncd/pipeline to v0.12.1 for both
v1alpha and v1beta1 resources in v1beta1 client.
Also use the respective dep as in the upstream project
  • Loading branch information
piyush-garg committed Jun 25, 2020
1 parent 7951545 commit e987ccc
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func main() {
reflect.TypeOf(v1alpha1.TaskList{}): schemagen.Namespaced,
reflect.TypeOf(v1alpha1.TaskRunList{}): schemagen.Namespaced,
reflect.TypeOf(v1alpha1.ClusterTaskList{}): schemagen.Cluster,

reflect.TypeOf(resource.PipelineResourceList{}): schemagen.Namespaced,
}

Expand Down
Loading

0 comments on commit e987ccc

Please sign in to comment.