{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "0581edfb5fe60774eba3133494204429e2ca857c1e0b2c68436c292c26e16436",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31122",
                "uid": "b1de8676-5c38-4c00-8eb3-3570d95a2ced"
            },
            "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": "3908c7f9f4ebc0a939a627ca067082a084ffaae67a0f0a1cc9d0c4764479919e",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31140",
                "uid": "31cbfa0a-f2c7-44f6-a090-5bbf87b2daca"
            },
            "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": "d31ed6d50442a8fd4bfa124c39981e7df48c96ffba7ced2aa689eebbd7c566a4",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31144",
                "uid": "22ad2786-f3c1-4779-850a-2180d1e88753"
            },
            "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": "0823f20cec271773ab7705f0797948bea3974044d6e4ce1a17861882ab7682cd",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:35Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30897",
                "uid": "d776f054-23ae-4dbf-b39a-fbf0f0b2dd9f"
            },
            "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": "9c77cd4d4790335707b580b8992eddfa8976cf8c60b8f706fe7932ec44c020cf",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:35Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30899",
                "uid": "213d9cd7-6ec8-47e4-a392-6b656af1a559"
            },
            "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": "6ce5484039e831cfd7b2ea3096b909c36d7777ea3c4ce0c807a81571c9fdf9f0",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:35Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30902",
                "uid": "04270390-a971-4a0e-a344-7dc5365daa85"
            },
            "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": "d64a0803401e872cbd3d7a1785207d835c6a93bffbdfe0857261eb365bfacb25",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30985",
                "uid": "aca6c2fa-6ea8-4b83-80ff-4aae68fd2094"
            },
            "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": "1b2b1b18ec8a0162bf2b220dccab7987524d910d1904f21e735d542adca06d8e",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30992",
                "uid": "80107cd2-7c37-4538-a09d-4f55e336512e"
            },
            "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": "33abe46af6d973db21a7eedaad8d4509a351251834234530fcd8ec5d6246486b",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31019",
                "uid": "931df32a-2d1d-4edb-b9af-174462845574"
            },
            "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": "194ac3fe0195550aa24ff982d92d333cd09c8c3525daa8e9019e37f4d8fc3657",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:35Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30907",
                "uid": "29bb2373-751d-427b-9c00-c653d6e21f33"
            },
            "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": "5d73b2c279fbfb19e0b483e0422adb4d0f22ae0f6795974655e27b52888d54d6",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:35Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30917",
                "uid": "6c220d58-cc39-4f1e-8700-a707b3a53240"
            },
            "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": "ae95c75a64df29cd065a804f0b32bc29496dbf57498226fb3e4b6019273eccf2",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:35Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30922",
                "uid": "13b635a9-dbce-4dca-8b19-90af3e8a09c0"
            },
            "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": "dc9b0235ae6a686d37e9d5224822634614a6d51b8a67acfdbbee39f163ec97d9",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30937",
                "uid": "5b59fa9a-359e-40b4-b7ea-c57096e00e05"
            },
            "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": "39fec1394a0532ff8705c9a4af3168b11bcceb679cbcc481b178c52ff6f60610",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30941",
                "uid": "5a771dc5-abe1-4809-8a95-be80001349b4"
            },
            "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": "64abcf29f90ff596ac42f66199bde56ad49acb2ae3f39603442e75c77e4bf76d",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30944",
                "uid": "e1966dae-6425-4904-a081-edd4d3321015"
            },
            "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": "1e2d4d31580d1a8da9b6e666b4dc8fe0cd00b0241e8564f9365f6e78abbb3e36",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31028",
                "uid": "32da0141-c0b8-424a-a70b-1bedb5e2c31d"
            },
            "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": "747a8854b42b9618cc4d1f2e4dc127ca0a87f0805d474c8f8b0a7e047ebe1d3a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31053",
                "uid": "418a7a02-4966-4192-a1da-c0dfa88cf5e5"
            },
            "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": "b9809f4e93f1453543c2be074098a944b22f755d2775b0b5bbc982c785fe6406",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31068",
                "uid": "d9d8127f-24ba-422c-8e10-9c97faa9e08a"
            },
            "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": "7c32ac53f773fc484e46249552d54dcf907985013002755ae3753425e1fa97c5",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30948",
                "uid": "6d254064-3fc4-4666-a405-a2d4cb41d72c"
            },
            "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": "3713f06c44ff92cd4273b5cd3100543035377355f7c56afb1afdc2deb2515ffe",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30951",
                "uid": "88c0c4f9-1add-4183-a66b-660d57f4827f"
            },
            "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": "c4097004e621f4a7112be3fd4c51cc3da323fab7d501fa2b9cf4d1b440d99cd6",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30965",
                "uid": "db0de549-a84a-4ed1-b8d0-c83cf5380de8"
            },
            "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": "6b4cbe553f3113386981c2f0b5e13a09dac2087b00358f4103ca43cb3364ca0a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30970",
                "uid": "b22625b8-7a16-4aeb-96bb-af3a1d31073b"
            },
            "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": "9453e196ff5a6b1f1ed46ecda902f9186a9cc3f680051e0bee76576c1685f2b1",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30973",
                "uid": "972aacd7-0c1c-422b-a896-f0f222d9f636"
            },
            "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": "38a1215f6122dedab81091f2dbd0840c4858819b5c936adbfe42c695bd39a41a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:36Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "30982",
                "uid": "f5244df1-8042-4d2a-a80b-5a6f959a87e3"
            },
            "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": "7aea0e7eca899bc14f195fb3efeb32c22f281a7abdfc12f78fb4f185e79be33d",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31081",
                "uid": "c38f5e57-aedd-484c-bb81-c65c273ec567"
            },
            "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": "69a956e261fe717104bdf0171cfffd68a19145dc8ce42fa9832a950d945d0cc8",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31095",
                "uid": "2b2564ea-ce5e-4262-8f33-9346476a0a49"
            },
            "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": "7dce608feab0904b11daf4f07e58b8a32f107638b26c8184b1d25727c79a869f",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:53:37Z",
                "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-l48nf",
                        "uid": "1fc54d36-4471-4503-8b10-3bb64c90d274"
                    }
                ],
                "resourceVersion": "31114",
                "uid": "86b764b1-02be-479f-8dbc-a29727c954d6"
            },
            "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": ""
    }
}
