{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "Pipeline",
            "metadata": {
                "annotations": {
                    "operator.tekton.dev/last-applied-hash": "817b7b4e924f61bb09e5eac1676384cd989682dc261a2c51c6bcad866c874808",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22731",
                "uid": "1241a815-73d3-428b-b623-2612a7ab7eaa"
            },
            "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": "e1d6749ec02ab4ca780b5ec32f0cb589038299f92e9555b603e85f52d42b71c4",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22733",
                "uid": "46fb2bb0-4e6d-4f4b-b860-e3ca47b879bd"
            },
            "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": "726f24d696e80514e9ca4851ca23e997d0e3ce26d23e47eedc888f44e4c7a8d3",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22736",
                "uid": "ba981b9a-cd97-40d6-a48d-e25cecdcc9c7"
            },
            "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": "08f4a92ed0c7d5de60296167dccec0f870ec8a3fd312f0bcb36ab7473b0b2bbc",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22705",
                "uid": "554a3d02-bf3d-40ef-b527-809596c773d7"
            },
            "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": "5523aba535c60a4d94cf34b95db6e77413bfa831bc791f22c0012f4dcc982194",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22708",
                "uid": "dca28484-d234-4c0c-8ab1-a223b0b50665"
            },
            "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": "94be1f6ca25c21a8f8a3f901464e597fefe0f6aeb1522944109fa057792a3e48",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22711",
                "uid": "0b36a9fe-96d6-4334-9c6a-1d410023ae51"
            },
            "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": "098d7202fe6867c0667be083f0f511613069f8a3e63813f38c5a1872be1f2b0e",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:10Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22622",
                "uid": "f67dd39f-b631-41eb-9770-3ade732ff6f9"
            },
            "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": "064ea81ad3f35d9539980c58781c539841fce1d03f929066319b81283443381c",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:10Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22626",
                "uid": "2c986c5a-9f6f-419c-a890-6aa1cb604151"
            },
            "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": "22e624315d658a4076ae1bb28ab8de7e6173db25385fb47a1e27df39fac323bd",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22629",
                "uid": "c847500c-11c2-49b1-a5e0-5834c52b5fc0"
            },
            "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": "100aeff3a73598f3b4bc18667a650a31718648a6c760367bacb9658cabc5b39a",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22631",
                "uid": "e0f62170-f900-4850-ace4-7d58f33a0987"
            },
            "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": "eb04c0d68812238b966ea2c2c8cdeb0a8d9b56c5f9baa50fc95d12fd141683e2",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22639",
                "uid": "b91209ff-69a1-45d2-9024-663df23ac6c0"
            },
            "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": "e358eaeae6b05a76c3e78a242587677c9a3128df7f86339c3b949331201974a3",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22648",
                "uid": "e694fc74-6639-4826-b862-ee387cf05cf7"
            },
            "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": "ec780b688ed426c0cdd8f693c201f2b3da2c8fd3d604ea3cc3c50eb39560c583",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22655",
                "uid": "b32363be-8f7a-4d97-b06b-0c5258a8213f"
            },
            "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": "e79ad84687169544b673ac8c663fd05fdc54cd1102f583d23771b9871cc871a1",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22661",
                "uid": "db289d34-f886-4796-9353-9669fd7b513e"
            },
            "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": "6b64e3098a991cf2d76715926a8cc241d549463de61eb76b792dbacad462b4e1",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22667",
                "uid": "fdb46529-93e1-4447-b774-af524e42049c"
            },
            "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": "3ed43a4c425fc43fe28c33f9e59b5bb7ed22fab6a403962cfb5eece52bbe1552",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22669",
                "uid": "8b3158cb-e62f-43ef-82b6-e8f74b0457f2"
            },
            "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": "3f15f3730d864641bcdfc47afd480ead3c926d3df7d7c2aa4c69e6af84580016",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22672",
                "uid": "b112b7fd-771b-430d-816b-56099bccad43"
            },
            "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": "17df801f6c1f287e5b083b1501316b8d90f8a948ba6a95502c6a04100ef2feaa",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22677",
                "uid": "1954658a-b087-49ca-ab23-897878a5699f"
            },
            "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": "a070581197d8a8fdda389ed2d4d7cf5dff88ab60d3d28e6fac0f6d1400d9012f",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22679",
                "uid": "4c1493ff-dba0-430b-bef5-2366bb01c7b8"
            },
            "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": "9bf322c8e0d7236e6309cb7fb98f1630bfcedb582c985d81f8f3c8d9f595f0b1",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:11Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22684",
                "uid": "07aeb871-b098-4b88-ac7e-d1a462372405"
            },
            "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": "a6e24561df00c4c0fe293fab4b111167d2912934cb01ce102357f2a1edc0fbdb",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22688",
                "uid": "e47c77b8-ef26-45f5-9792-c4fb3ec7902a"
            },
            "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": "9b684eb7c7a1b37d09cb03a3f2d9a0ac99f916850e1767e408bc73a8fe7f7508",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22693",
                "uid": "4b489ee5-6eb8-4f49-949b-7d7f12968ea9"
            },
            "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": "dc0f40b7687805fedf4459a9c89753e499ef88d8c86b7fd589136565f70c8671",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22696",
                "uid": "bb655498-98a5-44b6-8838-d9fb2f7c1575"
            },
            "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": "9ca25d8e0242da75de934f199a683d323f6a231daa4c2c696fce8a5c05cad65d",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22700",
                "uid": "0b85dc29-5a7c-4824-a035-6745b39e98f6"
            },
            "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": "17dfa3f37ecf1f66530fe429fd1813dc2038f63607a141d4aecbaa197b48ce1d",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22720",
                "uid": "39db5106-5e23-483c-b691-144e0b7f34a7"
            },
            "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": "dc9ef7c2f35528bf9387b1535a4d0330f81e9f231da5b0de94d43a7aa8168081",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22724",
                "uid": "7f446cd6-e8bd-45d0-b231-c9f2cb66ff56"
            },
            "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": "7353bda555f6bb26d502eb7668d392072c249fda68076f3d4e37b1c4a2166432",
                    "operator.tekton.dev/preserve-namespace": "true"
                },
                "creationTimestamp": "2026-04-03T00:14:12Z",
                "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-dmtkr",
                        "uid": "ccddf4e7-2def-4d32-ac21-99f47b0aed7a"
                    }
                ],
                "resourceVersion": "22729",
                "uid": "097d2fe1-4163-42bc-af41-e993b0413483"
            },
            "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": ""
    }
}
