{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "a2041aff6c30552b54ebd418cffb3a693aa5e359dcffb0efde9309303fa7772a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22708",
                "uid": "4b81cac1-47ef-4550-9cd6-8a18700c08fb"
            },
            "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": "009868c963ed771a41be9f8466f787f362db6deaa6e52d45f36255764fd3ad68",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22710",
                "uid": "651eaea2-e324-45cc-820a-2c39799e620f"
            },
            "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": "c05b118d3bcc192e3c7f5cfac37f3358cd4252b578ea113e0551104a060c871a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22714",
                "uid": "942879bd-1249-494b-95de-6165c6fd1a49"
            },
            "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": "43166bea61b02b600e6996d5c7000ec4c2ec3f2479185620727d49afb65690c3",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:31Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22645",
                "uid": "f781af92-c821-42a1-9d97-24c00c20aa7d"
            },
            "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": "533f176c90e678d276cba8921915da76e1af894248668c6d80af7b7e1bc22282",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:31Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22647",
                "uid": "144bd205-5230-4931-9b59-7cdedf90535f"
            },
            "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": "a2093db4d7ab3a58faaacec15f7efed1ef5c23b6d2f38f00b586c8f1c2fd77b5",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22650",
                "uid": "a3314f72-b903-49e3-971f-202eab658efc"
            },
            "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": "cba7fdd25bccff2854a263f33e62acd786fe130cc04a444bdc8e0ded8b2b5e06",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22655",
                "uid": "b8e19244-7531-4e9f-87d9-59c59d7369bc"
            },
            "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": "5e6238992f1a90a5d6e567038cc6c5fa8f5c0a98341b557838322607f9ef26d7",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22659",
                "uid": "ff3c2594-77e5-46aa-b165-d88e469aa0a5"
            },
            "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": "62ef7dae9174b79661444fea801cfca6a8a66ff3bd890983435195d604107789",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22661",
                "uid": "4e4d6cc4-23ef-4142-877e-63c0ed71a266"
            },
            "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": "f3c60a79ec3fe2ad068cd480ab971b4064a5bf233e7ad96df1d074ac0c7a4809",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22717",
                "uid": "3292f2ad-2cfe-4b17-a2d2-c45767b89ee8"
            },
            "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": "73c5e46041fb84f32881a814a3c9d701fc41aeb3e2320f25a58e0b0f3e4f197c",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22720",
                "uid": "805fd0de-f273-4c94-a2e8-ca17b79bf999"
            },
            "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": "eb940dfb5e1ce61fb5ace58cd81c9c15cf9537433ebfd86cc3c6b3e8d8706869",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22722",
                "uid": "ad3a2e20-9337-43c6-9a0f-5a460259684f"
            },
            "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": "eb2782531dfaec67b856c5bfae346b7c4e119debcab834a1b902423473d9554c",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22663",
                "uid": "8a1b05ff-092a-4571-9e0c-a6ec80b52b8a"
            },
            "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": "5818b9c3a887fd24ed26738240a2c6ae53dccfd3a4ae482fca273aff550bb2c9",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22667",
                "uid": "042c2a0b-28d8-4845-9dfc-58b54b24886e"
            },
            "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": "5899ccecdc5236ad78f84f12fea383f61e71ada69cc61177ecda8e827c394aa2",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22671",
                "uid": "689db0e4-5940-428a-9da1-eb4c09cd6d1e"
            },
            "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": "603f5dfb0d8ebd50f130376f2878f28a31059f25abb61bca4b08e2647eaa1886",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22674",
                "uid": "08ce5a64-fb93-4a4e-a49c-e24971be9ad9"
            },
            "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": "5bb48c14b426bad8217fa2c083cdece8bf3fba3a35b5d13407881b7765170df1",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22676",
                "uid": "ff9ee645-f0e7-4d26-90cb-305f3c1966bf"
            },
            "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": "0289e86f639cdcef2f051f782ad5469ba19964b8417492ecbbfcbd1ae6bf0922",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22678",
                "uid": "7a3da4be-962b-4de7-bd65-0a05d31a6007"
            },
            "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": "f8866c84978df9c079b63feea4089cb91495d0dc81573767b4fe1c7f4de119d2",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22683",
                "uid": "73a36fe2-c7c3-486c-b118-dbf95e595d17"
            },
            "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": "f8391d17019a2b997a13e953364d0db7e9effc19d23f00dafc4c7bb8d4423b97",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:32Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22688",
                "uid": "8a177358-bf85-44f7-adc1-1a8de2ad4a2d"
            },
            "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": "3aca4953f80531b492d9e371ebe6e9cce43abfd0eaaf472a0656188a2c38f067",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22694",
                "uid": "630bd53d-0c21-41b5-9095-c87713b7e3df"
            },
            "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": "0dd2f20b4530cae36da802698404b2b94cd7e2994beb4ee0dc15ee1626709684",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:31Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22634",
                "uid": "f44ffc4e-e003-4f48-8107-5e5cfd5a3668"
            },
            "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": "02997274474149973bfff511c30d1116bd2854f40072f2e98b9d75092813a036",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:31Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22639",
                "uid": "1bc6616f-5ed2-4768-8caa-e57570405dd2"
            },
            "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": "ecf46b9ed8073f3d2c8f44d8d7ad8f63817aba5e79f72da3944619173534c9c0",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:31Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22641",
                "uid": "8844886d-b41d-4989-be60-0932c79f3a5b"
            },
            "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": "5ed5fd105b0f3e78c3ae2ed2b825da47b0261d461ebaf03075ad43984fdb83c3",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22697",
                "uid": "32fcba6b-e597-479d-a8d3-3d813fc30af1"
            },
            "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": "9fd6658a7ed657745b364613cfb379a552bc102059941898fd13a653896fdd79",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22701",
                "uid": "773683e2-a490-4f73-8bb4-89639e5734dc"
            },
            "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": "495b011896602ceccc87d10d35194a67cf4d3fc40ac2964352ed3276223f28c3",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-05T11:08:33Z",
                "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-nplsh",
                        "uid": "145cad67-9ee8-4d19-b4f7-5df6fe52c4c2"
                    }
                ],
                "resourceVersion": "22705",
                "uid": "96c174b6-28ad-47bd-8ac7-425e3838fe83"
            },
            "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": ""
    }
}
