Skip to content

Commit

Permalink
[OpenShift] Improve Addon Task management
Browse files Browse the repository at this point in the history
Move logic to create 'versioned clustertasks' (clustertasks with version
suffix in names), into operator

Move kind replacement of all tasks into operator

Move tasks from (openshift) pipelines-catalog into operator openshift
kodata

Signed-off-by: Nikhil Thomas <nikthoma@redhat.com>
  • Loading branch information
nikhil-thomas committed Mar 7, 2022
1 parent eeeec5b commit b549cff
Show file tree
Hide file tree
Showing 18 changed files with 2,512 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: buildah
labels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: maven
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: openshift-client
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: s2i-dotnet
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: s2i-go
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: s2i-java
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: s2i-nodejs
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: s2i-perl
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: s2i-php
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: s2i-python
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
---
apiVersion: tekton.dev/v1beta1
kind: ClusterTask
kind: Task
metadata:
name: s2i-ruby
labels:
Expand Down
Loading

0 comments on commit b549cff

Please sign in to comment.