{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "92f96ed1d8c192c5a0845eed494c416531bbc2aced29955bd6dd707aff3aa626",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:55Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/strategy": "docker",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "buildah",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22568",
                "uid": "95e3c0e1-69f4-4d96-90d1-cf3085deeb93"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "buildah"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "457c84afeed5a76553a2011f3306935f310948ac89bf5fe0c61e28e7d0bd9121",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/strategy": "docker",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "buildah-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22575",
                "uid": "01cabda9-ccd0-470b-8556-6d8f5002e12e"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "buildah"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "8d42dec538867d97fcb3c4b35fa19d1f1f0c680cb9edc8f6c7b84412a81dbbae",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/strategy": "docker",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "buildah-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22578",
                "uid": "44cce6c6-f169-4e4c-a3e3-ff0153b5f628"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "buildah"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "09304b79d09dc38236d14c022962abf9c6b5a37e6da30a8adbe5ff2e52e59c9e",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "dotnet",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-dotnet",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22635",
                "uid": "47ac70a3-134b-4d46-9142-57664eff7822"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "3.1-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-dotnet"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "d3baf079fa6ecc9ba80a9c2fef24c2eebea71f1bbc579ac566d8721eb20f36f7",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "dotnet",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-dotnet-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22641",
                "uid": "d4e5c330-0565-4733-b83c-4128376462e5"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "3.1-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-dotnet"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "03c46c1a470ac85c15adc45bf01bc977b56d541089e55c83415115f76e86bf7e",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "dotnet",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-dotnet-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22644",
                "uid": "ecd1142d-3e5c-4694-832f-3b1cf50b3399"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "3.1-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-dotnet"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "4f8023e71e8c8e605b9910b070c01ddfbf43cccc745e1153cada50972db90738",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "golang",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-go",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22580",
                "uid": "0b76fb88-5698-4c20-a03e-8a1be14cf7cd"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "1.14.7-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-go"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "80e57e0d06114b1b6dda6ee542ee8779c053446f11832ea90edb156d74845765",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "golang",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-go-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22583",
                "uid": "d246eff0-8039-4e0b-9cdf-abe4ff38bec7"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "1.14.7-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-go"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "56a0a923c09bc73e1229107285920c4539ba427545a74ebd5ed874548d87f445",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "golang",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-go-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22592",
                "uid": "794428b1-06ea-49f9-832b-c20f280d1ead"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "1.14.7-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-go"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "c980bbe191a1c59228e10db7ae7abda5da3dced9157945f64b4e0ef5621790d2",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "java",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-java",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22594",
                "uid": "f1e07d18-dbfa-4bfa-84f3-3b4887379ec7"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "openjdk-11-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-java"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "5df6b1b461b6c449e1e7145be803a3dae19af793a9fc1266248a765759edf0f7",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "java",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-java-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22597",
                "uid": "665e8ffb-4c63-4134-be38-e8283f3e01a2"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "openjdk-11-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-java"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "d62dbeec2e4ae588e888ff7a81c8888cde12f3bf2739bf96d11535ae080a592f",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "java",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-java-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22601",
                "uid": "6971ab85-6706-4f13-a72e-54fe4aa22907"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "openjdk-11-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-java"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "46791ddb4bd2a50d607c0339097f066c60e70c22e57c0c73caf55b20168eb7ac",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "nodejs",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-nodejs",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22606",
                "uid": "9f4cfc96-5ae3-4e85-a787-7a5e3313a428"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "14-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-nodejs"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "1c3e665e3f4ea6c082cb758cb76661f848849b5c44e4e3ce4a70a3decaf82339",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "nodejs",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-nodejs-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22611",
                "uid": "190e1cac-af8b-4e1c-bb3b-6395b72ca008"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "14-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-nodejs"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "c5508aa83c5882326d974477bfd2e0391bdb905000bc73bb43c20aa310975101",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "nodejs",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-nodejs-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22616",
                "uid": "392d962f-63fc-474c-afc7-134ebe1a9d5e"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "14-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-nodejs"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "e5489bae394f81e743487f8461d04595ce296f7094c2178b01526b61559e9da4",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "perl",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-perl",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22618",
                "uid": "02ed3ba1-7dea-4586-b812-2126bad4108a"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "5.30-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-perl"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "2721b34164e89c5ed5736a4134230c5db72f7ce5b381e0c0dba7144936ec88d4",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "perl",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-perl-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22620",
                "uid": "3a5b48cc-9bc9-492a-bf43-b44f70675245"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "5.30-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-perl"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "6068fd60a2ce755459fab854d30fbe996361a2923effb415c540f9d10e3c0a22",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "perl",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-perl-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22623",
                "uid": "6d4a9248-837f-4ea0-8c8e-580597901bc7"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "5.30-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-perl"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "1db4c6ee26c2a49b8fc2ad7b1d24c275a06ec87525ea42aa1b4e5d3afe66802a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "php",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-php",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22625",
                "uid": "2eddec95-46aa-49ef-94b1-a50c7452abb8"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "7.4-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-php"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "19a061180252f8b87563c02c421b10c23da60b7a6e6508b7c7785ab54316eb2c",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "php",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-php-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22629",
                "uid": "9bace81e-9fb3-41ee-9357-6968d79dc957"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "7.4-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-php"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "5b7154556cd83ae7c4fa5d408b71d555c48cc8f242e0aecfbb944df846dbbdd0",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "php",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-php-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22632",
                "uid": "8526a8f3-0bbd-445e-a566-752fdae01ba8"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "7.4-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-php"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "de37a0b6e43d5304c7421af455e74a2f954fadf6ce93670ea6e731dcaaf2cf74",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "python",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-python",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22647",
                "uid": "4d3661dd-a236-4b04-a6fc-d857d7e262ae"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "3.8-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-python"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "e59118e99bb6016a09156051e5606ea1ab65ea384482c11251fea1132e1e059f",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "python",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-python-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22654",
                "uid": "4e66535a-618b-4403-adcb-8d3d137fa59d"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "3.8-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-python"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "0aeda5a761d69986ad8db8202c53f4af80fba476bed966348c6de635ed913a79",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "python",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-python-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22656",
                "uid": "6938ee93-8d02-45b2-b52b-d4b131b97fa2"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "3.8-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-python"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "0e16807c23d12c1cd25aa851070a17ff75a77c5c5cef69f151caf04dc47818c7",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "ruby",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-ruby",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22660",
                "uid": "41a4d0eb-363b-45e4-94da-8ac412b02f7a"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "2.7-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-ruby"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status dc/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "daaf05af6fb6b0dfadb88be455c32f2decb94ce27790d0737a2813ebae0dddf7",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "ruby",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-ruby-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22662",
                "uid": "82190afd-27af-4f84-a09e-99c867324181"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "2.7-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-ruby"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "deploy",
                        "params": [
                            {
                                "name": "SCRIPT",
                                "value": "oc rollout status deploy/$(params.APP_NAME)"
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "openshift-client"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "ab0c7e66dc107795717c861e8f50c68363258c223ebb3974dfade13a968a882d",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:13:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "ruby",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-ruby-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-rcgmj",
                        "uid": "b73d205c-8514-44f9-b68b-1801e54acad5"
                    }
                ],
                "resourceVersion": "22664",
                "uid": "e0e057a6-bff9-4b19-bbef-c7f380d971af"
            },
            "spec": {
                "params": [
                    {
                        "name": "APP_NAME",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REPO",
                        "type": "string"
                    },
                    {
                        "name": "GIT_REVISION",
                        "type": "string"
                    },
                    {
                        "name": "IMAGE_NAME",
                        "type": "string"
                    },
                    {
                        "default": ".",
                        "name": "PATH_CONTEXT",
                        "type": "string"
                    },
                    {
                        "default": "2.7-ubi8",
                        "name": "VERSION",
                        "type": "string"
                    }
                ],
                "tasks": [
                    {
                        "name": "fetch-repository",
                        "params": [
                            {
                                "name": "URL",
                                "value": "$(params.GIT_REPO)"
                            },
                            {
                                "name": "REVISION",
                                "value": "$(params.GIT_REVISION)"
                            },
                            {
                                "name": "SUBDIRECTORY",
                                "value": ""
                            },
                            {
                                "name": "DELETE_EXISTING",
                                "value": "true"
                            }
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "git-clone"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "output",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "build",
                        "params": [
                            {
                                "name": "IMAGE",
                                "value": "$(params.IMAGE_NAME)"
                            },
                            {
                                "name": "TLS_VERIFY",
                                "value": "false"
                            },
                            {
                                "name": "CONTEXT",
                                "value": "$(params.PATH_CONTEXT)"
                            },
                            {
                                "name": "VERSION",
                                "value": "$(params.VERSION)"
                            }
                        ],
                        "runAfter": [
                            "fetch-repository"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "s2i-ruby"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        },
                        "workspaces": [
                            {
                                "name": "source",
                                "workspace": "workspace"
                            }
                        ]
                    },
                    {
                        "name": "kn-service-apply",
                        "params": [
                            {
                                "name": "ARGS",
                                "value": [
                                    "service",
                                    "apply",
                                    "$(params.APP_NAME)",
                                    "--image=$(params.IMAGE_NAME)"
                                ]
                            }
                        ],
                        "runAfter": [
                            "build"
                        ],
                        "taskRef": {
                            "params": [
                                {
                                    "name": "kind",
                                    "value": "task"
                                },
                                {
                                    "name": "name",
                                    "value": "kn"
                                },
                                {
                                    "name": "namespace",
                                    "value": "openshift-pipelines"
                                }
                            ],
                            "resolver": "cluster"
                        }
                    }
                ],
                "workspaces": [
                    {
                        "name": "workspace"
                    }
                ]
            }
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
