{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "7aadd3f747b80a25eb38d85a56de6b7f7594368fc728e996cac572bfa659ff79",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:55Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/strategy": "docker",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "buildah",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23621",
                "uid": "1d402997-253b-4826-9d05-6d965dbbc118"
            },
            "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": "c73cd2eaca8e2ab16f95472fdd3f646abfea62687ef1e63c38e4562dd0af01df",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:55Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23625",
                "uid": "4a9ddcc2-7d36-4c21-8135-6a07ddd42220"
            },
            "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": "f37b5ca60b5dafad85879ba6e328cc40061a12b558989a00dab33a266114f23f",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:55Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23628",
                "uid": "add0c74c-b33f-465c-867d-d6017eee91d9"
            },
            "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": "17916397679e80f6e5891be79035b9d9ac79665af8054a39b0e8a73075379162",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23637",
                "uid": "b9c9c071-8213-4875-866f-ea2bb830ecd8"
            },
            "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": "d3a95baab60067debc343eb8134fe470f5a4b569c1973e996e7109ae5545c11c",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23642",
                "uid": "911e575c-561c-4282-ae5e-defa69a11e3b"
            },
            "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": "ee370b55b946b34a0f59b678bb2a61e48d1463bca34cc5755cc7820140f94823",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23644",
                "uid": "af0254ef-89d2-42b7-8418-bdce41e21942"
            },
            "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": "b3fa189d75ef36e0f73b063cd400e8a6a4e27a1a86a745cc6a110a8085b109fe",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "golang",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-go",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23659",
                "uid": "1289c23f-1387-4807-8fce-88c3f163ec5f"
            },
            "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": "e4e78bc0e99da17f52e60f2c9017135ca05083539fea8dce8e1d26783f6c0419",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "golang",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-go-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23676",
                "uid": "bfc18c60-b8f2-414a-a546-cc1916ec7e8c"
            },
            "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": "efb9e16e158f1aa6d0149805448126d0b41dddd5897cb69705bd1e16b1beba89",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "golang",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-go-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23694",
                "uid": "b545d60e-ba1a-46fd-a17c-c15511e4eecf"
            },
            "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": "49701a24980af8663edf1d3fd1fa89015290ee76976be638bc4d7ea4a925f6b6",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23851",
                "uid": "9fcab67b-17bd-4e1f-be42-0e220452cda7"
            },
            "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": "fb34f252ba3ccfe7eb416f8c447002a3af60374b78cd1dce7a89b7d80f5a1912",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23891",
                "uid": "99ea8573-c25e-4de1-bed7-766895c38206"
            },
            "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": "622f64e3eabafb60b652dd7fe692a89e8488cf3c80005a1568607ec742c22f3b",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23916",
                "uid": "9d449dc1-0588-43c4-9393-a70633b1c1a6"
            },
            "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": "c649964b7124a1ee656c09ca7af3401789d2b0fbc1a1e3eed8dc4178bd489370",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "nodejs",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-nodejs",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23704",
                "uid": "e206f61c-68f0-4e8a-a917-5ab24efbbb3b"
            },
            "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": "7d395e12a93c322818ac00a70fc6281475c0e84527c8faabf26fcc07d332fd8a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "nodejs",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-nodejs-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23711",
                "uid": "843e84bf-c342-431e-be9d-daa1179ccbeb"
            },
            "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": "87977e35f2cc8a5782ec6433a1cfa97860090ba6391a256e543b04e251bdad43",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "nodejs",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-nodejs-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23733",
                "uid": "f1fb5fb3-20f6-40ce-a1ee-ac266500d604"
            },
            "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": "74f4916e7ec8a23ba5a677b3111134804c0b649afb83b89b7004a7a2c556c4ff",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "perl",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-perl",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23755",
                "uid": "a8abde98-fd09-4c11-a495-1bf02afbe12c"
            },
            "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": "dd2ac4350826ad4bd131ba11d4c37aaab87e522b0b29451d4e775659d079cf90",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "perl",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-perl-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23769",
                "uid": "cee62ac4-4cf1-447c-befe-5e521a1530ce"
            },
            "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": "4beef6d468d16d88827c0ca2c2ddeb6fb06096fb44252b40b44c38b676011f03",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:56Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23774",
                "uid": "4ae39878-3e79-4d65-bf4f-c8778cd5c791"
            },
            "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": "5c7c5af750a6ffb318e3541c53fb24b71699943a5b0432746a78edaa7598da3c",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "php",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-php",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23789",
                "uid": "219c870f-62e0-4a2c-a28f-107335f3c3be"
            },
            "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": "caeaa4bda062c0faac9874622c2c507d696ac9e3fffd40c4f82ccb1f47d32985",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "php",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-php-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23815",
                "uid": "97e222f0-beb8-4897-b5ac-b853669930e6"
            },
            "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": "5eea9c9e17d0bb1188c8d81aba60a538da5104eacafb05ab2d67dfcb068c8540",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "php",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-php-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23824",
                "uid": "ae24f231-6cf1-4a14-b27a-e2026c77c26d"
            },
            "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": "5fb7626ebd28199e9923e5a0de98020f5fb76871294bd3f147fafe8a10c146bf",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "python",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-python",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23944",
                "uid": "4f2b32db-8f88-4d15-b316-3b1f30c83684"
            },
            "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": "3b90bd7731ca1f96b1caa0eb0cc5f62c35ef939cb3d0513d2ba501fb554f5565",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "python",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-python-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23956",
                "uid": "f9429898-d93d-4f6c-92fc-73b139a6208f"
            },
            "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": "329d26b8d4c9b59056db2b30c980c0e535925b184017518773714e0d7691bd19",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "python",
                    "pipeline.openshift.io/type": "knative"
                },
                "name": "s2i-python-knative",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23972",
                "uid": "8ccc268b-f3ec-4009-9077-f815d280e737"
            },
            "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": "92f8c2671d3b969f5e43064ed41b2eea94e64c55bc54048f143bb7c19f9c395a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "ruby",
                    "pipeline.openshift.io/type": "openshift"
                },
                "name": "s2i-ruby",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23978",
                "uid": "33ebc476-0763-4844-a83b-6b2fde60245d"
            },
            "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": "56173315c9018747f176c07765205445e74a9bb9af94de07293f6012a30e8ec0",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:57Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "openshift-pipelines-addons",
                    "pipeline.openshift.io/runtime": "ruby",
                    "pipeline.openshift.io/type": "kubernetes"
                },
                "name": "s2i-ruby-deployment",
                "namespace": "openshift",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "addon-custom-pipelinestemplate-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23982",
                "uid": "fdca308d-7df6-4597-9df7-8a15856e1876"
            },
            "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": "af66fccb3934403890b2274527f3df1d8291ce33e5ff273f09dee0e67e793ef2",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-10T16:53:58Z",
                "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-6zn9w",
                        "uid": "957381f4-22c4-4785-b535-d9db5c8cea2a"
                    }
                ],
                "resourceVersion": "23997",
                "uid": "a56ac9ef-5e9d-4e11-ad43-979966c5768f"
            },
            "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": ""
    }
}
