{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/liveness-port": "Keeping upstream configs",
                    "ignore-check.kube-linter.io/readiness-port": "Keeping upstream configs",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{\"ignore-check.kube-linter.io/liveness-port\":\"Keeping upstream configs\",\"ignore-check.kube-linter.io/readiness-port\":\"Keeping upstream configs\"},\"labels\":{\"app.kubernetes.io/managed-by\":\"kustomize\",\"app.kubernetes.io/name\":\"build-service\",\"control-plane\":\"controller-manager\"},\"name\":\"build-service-controller-manager\",\"namespace\":\"build-service\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"control-plane\":\"controller-manager\"}},\"template\":{\"metadata\":{\"annotations\":{\"kubectl.kubernetes.io/default-container\":\"manager\"},\"labels\":{\"control-plane\":\"controller-manager\"}},\"spec\":{\"containers\":[{\"args\":[\"--metrics-bind-address=:8443\",\"--leader-elect=false\",\"--health-probe-bind-address=:8081\"],\"command\":[\"/manager\"],\"env\":[{\"name\":\"PAC_WEBHOOK_URL\",\"value\":\"https://smee.io/eD7wVjSs9x6FJ\"}],\"image\":\"quay.io/konflux-ci/build-service:ca44d2b8386e0af3ce29d2dc2d639a4e8fae3199\",\"livenessProbe\":{\"httpGet\":{\"path\":\"/healthz\",\"port\":8081},\"initialDelaySeconds\":15,\"periodSeconds\":20},\"name\":\"manager\",\"readinessProbe\":{\"httpGet\":{\"path\":\"/readyz\",\"port\":8081},\"initialDelaySeconds\":5,\"periodSeconds\":10},\"resources\":{\"limits\":{\"cpu\":\"500m\",\"memory\":\"1024Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"64Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"capabilities\":{\"drop\":[\"ALL\"]},\"privileged\":false,\"readOnlyRootFilesystem\":true},\"volumeMounts\":[{\"mountPath\":\"/etc/ssl/certs/ca-custom-bundle.crt\",\"name\":\"trusted-ca\",\"readOnly\":true,\"subPath\":\"ca-bundle.crt\"}]}],\"securityContext\":{\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"serviceAccountName\":\"build-service-controller-manager\",\"terminationGracePeriodSeconds\":10,\"volumes\":[{\"configMap\":{\"items\":[{\"key\":\"ca-bundle.crt\",\"path\":\"ca-bundle.crt\"}],\"name\":\"trusted-ca\"},\"name\":\"trusted-ca\"}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:17:52Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/managed-by": "kustomize",
                    "app.kubernetes.io/name": "build-service",
                    "control-plane": "controller-manager"
                },
                "name": "build-service-controller-manager",
                "namespace": "build-service",
                "resourceVersion": "4882",
                "uid": "cb9e80c7-fde9-4635-9d2f-6672b2273351"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "control-plane": "controller-manager"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "kubectl.kubernetes.io/default-container": "manager"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "control-plane": "controller-manager"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--metrics-bind-address=:8443",
                                    "--leader-elect=false",
                                    "--health-probe-bind-address=:8081"
                                ],
                                "command": [
                                    "/manager"
                                ],
                                "env": [
                                    {
                                        "name": "PAC_WEBHOOK_URL",
                                        "value": "https://smee.io/eD7wVjSs9x6FJ"
                                    }
                                ],
                                "image": "quay.io/konflux-ci/build-service:ca44d2b8386e0af3ce29d2dc2d639a4e8fae3199",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "manager",
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "1Gi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "privileged": false,
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/ssl/certs/ca-custom-bundle.crt",
                                        "name": "trusted-ca",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "build-service-controller-manager",
                        "serviceAccountName": "build-service-controller-manager",
                        "terminationGracePeriodSeconds": 10,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "trusted-ca"
                                },
                                "name": "trusted-ca"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:18:08Z",
                        "lastUpdateTime": "2026-03-16T09:18:08Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:17:52Z",
                        "lastUpdateTime": "2026-03-16T09:18:08Z",
                        "message": "ReplicaSet \"build-service-controller-manager-8449d858ff\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"app\":\"cert-manager\",\"app.kubernetes.io/component\":\"controller\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/managed-by\":\"Helm\",\"app.kubernetes.io/name\":\"cert-manager\",\"app.kubernetes.io/version\":\"v1.19.4\",\"helm.sh/chart\":\"cert-manager-v1.19.4\"},\"name\":\"cert-manager\",\"namespace\":\"cert-manager\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"controller\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/name\":\"cert-manager\"}},\"template\":{\"metadata\":{\"annotations\":{\"prometheus.io/path\":\"/metrics\",\"prometheus.io/port\":\"9402\",\"prometheus.io/scrape\":\"true\"},\"labels\":{\"app\":\"cert-manager\",\"app.kubernetes.io/component\":\"controller\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/managed-by\":\"Helm\",\"app.kubernetes.io/name\":\"cert-manager\",\"app.kubernetes.io/version\":\"v1.19.4\",\"helm.sh/chart\":\"cert-manager-v1.19.4\"}},\"spec\":{\"containers\":[{\"args\":[\"--v=2\",\"--cluster-resource-namespace=$(POD_NAMESPACE)\",\"--leader-election-namespace=kube-system\",\"--acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.19.4\",\"--max-concurrent-challenges=60\"],\"env\":[{\"name\":\"POD_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}}],\"image\":\"quay.io/jetstack/cert-manager-controller:v1.19.4\",\"imagePullPolicy\":\"IfNotPresent\",\"livenessProbe\":{\"failureThreshold\":8,\"httpGet\":{\"path\":\"/livez\",\"port\":\"http-healthz\",\"scheme\":\"HTTP\"},\"initialDelaySeconds\":10,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"name\":\"cert-manager-controller\",\"ports\":[{\"containerPort\":9402,\"name\":\"http-metrics\",\"protocol\":\"TCP\"},{\"containerPort\":9403,\"name\":\"http-healthz\",\"protocol\":\"TCP\"}],\"resources\":{\"limits\":{\"cpu\":\"120m\",\"memory\":\"120Mi\"},\"requests\":{\"cpu\":\"90m\",\"memory\":\"90Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"capabilities\":{\"drop\":[\"ALL\"]},\"readOnlyRootFilesystem\":true}}],\"enableServiceLinks\":false,\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"},\"securityContext\":{\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"serviceAccountName\":\"cert-manager\"}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:13:08Z",
                "generation": 1,
                "labels": {
                    "app": "cert-manager",
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "cert-manager",
                    "app.kubernetes.io/managed-by": "Helm",
                    "app.kubernetes.io/name": "cert-manager",
                    "app.kubernetes.io/version": "v1.19.4",
                    "helm.sh/chart": "cert-manager-v1.19.4"
                },
                "name": "cert-manager",
                "namespace": "cert-manager",
                "resourceVersion": "708",
                "uid": "685c5098-3848-4658-b9e4-087cc03b6ff2"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "cert-manager",
                        "app.kubernetes.io/name": "cert-manager"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "prometheus.io/path": "/metrics",
                            "prometheus.io/port": "9402",
                            "prometheus.io/scrape": "true"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "cert-manager",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "cert-manager",
                            "app.kubernetes.io/managed-by": "Helm",
                            "app.kubernetes.io/name": "cert-manager",
                            "app.kubernetes.io/version": "v1.19.4",
                            "helm.sh/chart": "cert-manager-v1.19.4"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--v=2",
                                    "--cluster-resource-namespace=$(POD_NAMESPACE)",
                                    "--leader-election-namespace=kube-system",
                                    "--acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.19.4",
                                    "--max-concurrent-challenges=60"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/jetstack/cert-manager-controller:v1.19.4",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 8,
                                    "httpGet": {
                                        "path": "/livez",
                                        "port": "http-healthz",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 15
                                },
                                "name": "cert-manager-controller",
                                "ports": [
                                    {
                                        "containerPort": 9402,
                                        "name": "http-metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9403,
                                        "name": "http-healthz",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "120m",
                                        "memory": "120Mi"
                                    },
                                    "requests": {
                                        "cpu": "90m",
                                        "memory": "90Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "enableServiceLinks": false,
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "cert-manager",
                        "serviceAccountName": "cert-manager",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:13:13Z",
                        "lastUpdateTime": "2026-03-16T09:13:13Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:13:08Z",
                        "lastUpdateTime": "2026-03-16T09:13:13Z",
                        "message": "ReplicaSet \"cert-manager-ffd797b94\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"app\":\"cainjector\",\"app.kubernetes.io/component\":\"cainjector\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/managed-by\":\"Helm\",\"app.kubernetes.io/name\":\"cainjector\",\"app.kubernetes.io/version\":\"v1.19.4\",\"helm.sh/chart\":\"cert-manager-v1.19.4\"},\"name\":\"cert-manager-cainjector\",\"namespace\":\"cert-manager\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"cainjector\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/name\":\"cainjector\"}},\"template\":{\"metadata\":{\"annotations\":{\"prometheus.io/path\":\"/metrics\",\"prometheus.io/port\":\"9402\",\"prometheus.io/scrape\":\"true\"},\"labels\":{\"app\":\"cainjector\",\"app.kubernetes.io/component\":\"cainjector\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/managed-by\":\"Helm\",\"app.kubernetes.io/name\":\"cainjector\",\"app.kubernetes.io/version\":\"v1.19.4\",\"helm.sh/chart\":\"cert-manager-v1.19.4\"}},\"spec\":{\"containers\":[{\"args\":[\"--v=2\",\"--leader-election-namespace=kube-system\"],\"env\":[{\"name\":\"POD_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}}],\"image\":\"quay.io/jetstack/cert-manager-cainjector:v1.19.4\",\"imagePullPolicy\":\"IfNotPresent\",\"name\":\"cert-manager-cainjector\",\"ports\":[{\"containerPort\":9402,\"name\":\"http-metrics\",\"protocol\":\"TCP\"}],\"resources\":{\"limits\":{\"cpu\":\"120m\",\"memory\":\"120Mi\"},\"requests\":{\"cpu\":\"90m\",\"memory\":\"90Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"capabilities\":{\"drop\":[\"ALL\"]},\"readOnlyRootFilesystem\":true}}],\"enableServiceLinks\":false,\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"},\"securityContext\":{\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"serviceAccountName\":\"cert-manager-cainjector\"}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:13:09Z",
                "generation": 1,
                "labels": {
                    "app": "cainjector",
                    "app.kubernetes.io/component": "cainjector",
                    "app.kubernetes.io/instance": "cert-manager",
                    "app.kubernetes.io/managed-by": "Helm",
                    "app.kubernetes.io/name": "cainjector",
                    "app.kubernetes.io/version": "v1.19.4",
                    "helm.sh/chart": "cert-manager-v1.19.4"
                },
                "name": "cert-manager-cainjector",
                "namespace": "cert-manager",
                "resourceVersion": "722",
                "uid": "8afd77cb-3a47-4c8a-bdbf-19d030fcf148"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "cainjector",
                        "app.kubernetes.io/instance": "cert-manager",
                        "app.kubernetes.io/name": "cainjector"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "prometheus.io/path": "/metrics",
                            "prometheus.io/port": "9402",
                            "prometheus.io/scrape": "true"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "cainjector",
                            "app.kubernetes.io/component": "cainjector",
                            "app.kubernetes.io/instance": "cert-manager",
                            "app.kubernetes.io/managed-by": "Helm",
                            "app.kubernetes.io/name": "cainjector",
                            "app.kubernetes.io/version": "v1.19.4",
                            "helm.sh/chart": "cert-manager-v1.19.4"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--v=2",
                                    "--leader-election-namespace=kube-system"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/jetstack/cert-manager-cainjector:v1.19.4",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "cert-manager-cainjector",
                                "ports": [
                                    {
                                        "containerPort": 9402,
                                        "name": "http-metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "120m",
                                        "memory": "120Mi"
                                    },
                                    "requests": {
                                        "cpu": "90m",
                                        "memory": "90Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "enableServiceLinks": false,
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "cert-manager-cainjector",
                        "serviceAccountName": "cert-manager-cainjector",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:13:15Z",
                        "lastUpdateTime": "2026-03-16T09:13:15Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:13:09Z",
                        "lastUpdateTime": "2026-03-16T09:13:15Z",
                        "message": "ReplicaSet \"cert-manager-cainjector-5d6f5bdbd9\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"app\":\"webhook\",\"app.kubernetes.io/component\":\"webhook\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/managed-by\":\"Helm\",\"app.kubernetes.io/name\":\"webhook\",\"app.kubernetes.io/version\":\"v1.19.4\",\"helm.sh/chart\":\"cert-manager-v1.19.4\"},\"name\":\"cert-manager-webhook\",\"namespace\":\"cert-manager\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"webhook\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/name\":\"webhook\"}},\"template\":{\"metadata\":{\"annotations\":{\"prometheus.io/path\":\"/metrics\",\"prometheus.io/port\":\"9402\",\"prometheus.io/scrape\":\"true\"},\"labels\":{\"app\":\"webhook\",\"app.kubernetes.io/component\":\"webhook\",\"app.kubernetes.io/instance\":\"cert-manager\",\"app.kubernetes.io/managed-by\":\"Helm\",\"app.kubernetes.io/name\":\"webhook\",\"app.kubernetes.io/version\":\"v1.19.4\",\"helm.sh/chart\":\"cert-manager-v1.19.4\"}},\"spec\":{\"containers\":[{\"args\":[\"--v=2\",\"--secure-port=10250\",\"--dynamic-serving-ca-secret-namespace=$(POD_NAMESPACE)\",\"--dynamic-serving-ca-secret-name=cert-manager-webhook-ca\",\"--dynamic-serving-dns-names=cert-manager-webhook\",\"--dynamic-serving-dns-names=cert-manager-webhook.$(POD_NAMESPACE)\",\"--dynamic-serving-dns-names=cert-manager-webhook.$(POD_NAMESPACE).svc\"],\"env\":[{\"name\":\"POD_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}}],\"image\":\"quay.io/jetstack/cert-manager-webhook:v1.19.4\",\"imagePullPolicy\":\"IfNotPresent\",\"livenessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/livez\",\"port\":\"healthcheck\",\"scheme\":\"HTTP\"},\"initialDelaySeconds\":60,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":1},\"name\":\"cert-manager-webhook\",\"ports\":[{\"containerPort\":10250,\"name\":\"https\",\"protocol\":\"TCP\"},{\"containerPort\":6080,\"name\":\"healthcheck\",\"protocol\":\"TCP\"},{\"containerPort\":9402,\"name\":\"http-metrics\",\"protocol\":\"TCP\"}],\"readinessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/healthz\",\"port\":\"healthcheck\",\"scheme\":\"HTTP\"},\"initialDelaySeconds\":5,\"periodSeconds\":5,\"successThreshold\":1,\"timeoutSeconds\":1},\"resources\":{\"limits\":{\"cpu\":\"120m\",\"memory\":\"120Mi\"},\"requests\":{\"cpu\":\"90m\",\"memory\":\"90Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"capabilities\":{\"drop\":[\"ALL\"]},\"readOnlyRootFilesystem\":true}}],\"enableServiceLinks\":false,\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"},\"securityContext\":{\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"serviceAccountName\":\"cert-manager-webhook\"}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:13:09Z",
                "generation": 1,
                "labels": {
                    "app": "webhook",
                    "app.kubernetes.io/component": "webhook",
                    "app.kubernetes.io/instance": "cert-manager",
                    "app.kubernetes.io/managed-by": "Helm",
                    "app.kubernetes.io/name": "webhook",
                    "app.kubernetes.io/version": "v1.19.4",
                    "helm.sh/chart": "cert-manager-v1.19.4"
                },
                "name": "cert-manager-webhook",
                "namespace": "cert-manager",
                "resourceVersion": "751",
                "uid": "a707743e-a25f-4386-8c93-ff84a6d8af03"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "webhook",
                        "app.kubernetes.io/instance": "cert-manager",
                        "app.kubernetes.io/name": "webhook"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "prometheus.io/path": "/metrics",
                            "prometheus.io/port": "9402",
                            "prometheus.io/scrape": "true"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "webhook",
                            "app.kubernetes.io/component": "webhook",
                            "app.kubernetes.io/instance": "cert-manager",
                            "app.kubernetes.io/managed-by": "Helm",
                            "app.kubernetes.io/name": "webhook",
                            "app.kubernetes.io/version": "v1.19.4",
                            "helm.sh/chart": "cert-manager-v1.19.4"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--v=2",
                                    "--secure-port=10250",
                                    "--dynamic-serving-ca-secret-namespace=$(POD_NAMESPACE)",
                                    "--dynamic-serving-ca-secret-name=cert-manager-webhook-ca",
                                    "--dynamic-serving-dns-names=cert-manager-webhook",
                                    "--dynamic-serving-dns-names=cert-manager-webhook.$(POD_NAMESPACE)",
                                    "--dynamic-serving-dns-names=cert-manager-webhook.$(POD_NAMESPACE).svc"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/jetstack/cert-manager-webhook:v1.19.4",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/livez",
                                        "port": "healthcheck",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 60,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "cert-manager-webhook",
                                "ports": [
                                    {
                                        "containerPort": 10250,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 6080,
                                        "name": "healthcheck",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9402,
                                        "name": "http-metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": "healthcheck",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 5,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "120m",
                                        "memory": "120Mi"
                                    },
                                    "requests": {
                                        "cpu": "90m",
                                        "memory": "90Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "enableServiceLinks": false,
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "cert-manager-webhook",
                        "serviceAccountName": "cert-manager-webhook",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:13:23Z",
                        "lastUpdateTime": "2026-03-16T09:13:23Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:13:09Z",
                        "lastUpdateTime": "2026-03-16T09:13:23Z",
                        "message": "ReplicaSet \"cert-manager-webhook-7dc4fb7b5b\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/readiness-port": "Keeping upstream configs",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{\"ignore-check.kube-linter.io/readiness-port\":\"Keeping upstream configs\"},\"labels\":{\"app.kubernetes.io/instance\":\"trust-manager\",\"app.kubernetes.io/managed-by\":\"Helm\",\"app.kubernetes.io/name\":\"trust-manager\",\"app.kubernetes.io/version\":\"v0.21.0\",\"helm.sh/chart\":\"trust-manager-v0.21.0\"},\"name\":\"trust-manager\",\"namespace\":\"cert-manager\"},\"spec\":{\"replicas\":1,\"revisionHistoryLimit\":10,\"selector\":{\"matchLabels\":{\"app\":\"trust-manager\"}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"trust-manager\",\"app.kubernetes.io/instance\":\"trust-manager\",\"app.kubernetes.io/managed-by\":\"Helm\",\"app.kubernetes.io/name\":\"trust-manager\",\"app.kubernetes.io/version\":\"v0.21.0\",\"helm.sh/chart\":\"trust-manager-v0.21.0\"}},\"spec\":{\"automountServiceAccountToken\":true,\"containers\":[{\"args\":[\"--log-format=text\",\"--log-level=1\",\"--metrics-port=9402\",\"--readiness-probe-port=6060\",\"--readiness-probe-path=/readyz\",\"--leader-elect=true\",\"--leader-election-lease-duration=15s\",\"--leader-election-renew-deadline=10s\",\"--trust-namespace=cert-manager\",\"--webhook-host=0.0.0.0\",\"--webhook-port=6443\",\"--webhook-certificate-dir=/tls\",\"--default-package-location=/packages/cert-manager-package-debian.json\"],\"image\":\"quay.io/jetstack/trust-manager:v0.21.0\",\"imagePullPolicy\":\"IfNotPresent\",\"name\":\"trust-manager\",\"ports\":[{\"containerPort\":6443,\"name\":\"webhook\"},{\"containerPort\":9402,\"name\":\"metrics\"}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/readyz\",\"port\":6060},\"initialDelaySeconds\":3,\"periodSeconds\":7},\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"250Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"50Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"capabilities\":{\"drop\":[\"ALL\"]},\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"volumeMounts\":[{\"mountPath\":\"/tls\",\"name\":\"tls\",\"readOnly\":true},{\"mountPath\":\"/packages\",\"name\":\"packages\",\"readOnly\":true}]}],\"initContainers\":[{\"args\":[\"/copyandmaybepause\",\"/debian-package\",\"/packages\"],\"image\":\"quay.io/jetstack/trust-pkg-debian-bookworm:20230311-deb12u1.4\",\"imagePullPolicy\":\"IfNotPresent\",\"name\":\"cert-manager-package-debian\",\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"250Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"50Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"capabilities\":{\"drop\":[\"ALL\"]},\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"volumeMounts\":[{\"mountPath\":\"/packages\",\"name\":\"packages\",\"readOnly\":false}]}],\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"},\"serviceAccountName\":\"trust-manager\",\"volumes\":[{\"emptyDir\":{\"sizeLimit\":\"50M\"},\"name\":\"packages\"},{\"name\":\"tls\",\"secret\":{\"defaultMode\":420,\"secretName\":\"trust-manager-tls\"}}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:13:25Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/instance": "trust-manager",
                    "app.kubernetes.io/managed-by": "Helm",
                    "app.kubernetes.io/name": "trust-manager",
                    "app.kubernetes.io/version": "v0.21.0",
                    "helm.sh/chart": "trust-manager-v0.21.0"
                },
                "name": "trust-manager",
                "namespace": "cert-manager",
                "resourceVersion": "871",
                "uid": "e598c44c-5cbc-429f-ad67-67080ba7fb3e"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app": "trust-manager"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "trust-manager",
                            "app.kubernetes.io/instance": "trust-manager",
                            "app.kubernetes.io/managed-by": "Helm",
                            "app.kubernetes.io/name": "trust-manager",
                            "app.kubernetes.io/version": "v0.21.0",
                            "helm.sh/chart": "trust-manager-v0.21.0"
                        }
                    },
                    "spec": {
                        "automountServiceAccountToken": true,
                        "containers": [
                            {
                                "args": [
                                    "--log-format=text",
                                    "--log-level=1",
                                    "--metrics-port=9402",
                                    "--readiness-probe-port=6060",
                                    "--readiness-probe-path=/readyz",
                                    "--leader-elect=true",
                                    "--leader-election-lease-duration=15s",
                                    "--leader-election-renew-deadline=10s",
                                    "--trust-namespace=cert-manager",
                                    "--webhook-host=0.0.0.0",
                                    "--webhook-port=6443",
                                    "--webhook-certificate-dir=/tls",
                                    "--default-package-location=/packages/cert-manager-package-debian.json"
                                ],
                                "image": "quay.io/jetstack/trust-manager:v0.21.0",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "trust-manager",
                                "ports": [
                                    {
                                        "containerPort": 6443,
                                        "name": "webhook",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9402,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 6060,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 3,
                                    "periodSeconds": 7,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "250Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/packages",
                                        "name": "packages",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "initContainers": [
                            {
                                "args": [
                                    "/copyandmaybepause",
                                    "/debian-package",
                                    "/packages"
                                ],
                                "image": "quay.io/jetstack/trust-pkg-debian-bookworm:20230311-deb12u1.4",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "cert-manager-package-debian",
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "250Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/packages",
                                        "name": "packages"
                                    }
                                ]
                            }
                        ],
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "trust-manager",
                        "serviceAccountName": "trust-manager",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "emptyDir": {
                                    "sizeLimit": "50M"
                                },
                                "name": "packages"
                            },
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "trust-manager-tls"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:13:41Z",
                        "lastUpdateTime": "2026-03-16T09:13:41Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:13:26Z",
                        "lastUpdateTime": "2026-03-16T09:13:41Z",
                        "message": "ReplicaSet \"trust-manager-5d5c6867f9\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"app\":\"dex\"},\"name\":\"dex\",\"namespace\":\"dex\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app\":\"dex\"}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"dex\"}},\"spec\":{\"containers\":[{\"command\":[\"/usr/local/bin/dex\",\"serve\",\"/etc/dex/cfg/config.yaml\"],\"env\":[{\"name\":\"CLIENT_SECRET\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"client-secret\",\"name\":\"oauth2-proxy-client-secret\"}}}],\"image\":\"ghcr.io/dexidp/dex:v2.45.1\",\"name\":\"dex\",\"ports\":[{\"containerPort\":9443,\"name\":\"https\"},{\"containerPort\":5558,\"name\":\"telemetry\",\"protocol\":\"TCP\"}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/healthz/ready\",\"port\":\"telemetry\"}},\"resources\":{\"limits\":{\"cpu\":\"50m\",\"memory\":\"128Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"64Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"runAsUser\":1001},\"volumeMounts\":[{\"mountPath\":\"/etc/dex/cfg\",\"name\":\"dex\"},{\"mountPath\":\"/etc/dex/tls\",\"name\":\"tls\"}]}],\"serviceAccountName\":\"dex\",\"volumes\":[{\"configMap\":{\"defaultMode\":420,\"items\":[{\"key\":\"config.yaml\",\"path\":\"config.yaml\"}],\"name\":\"dex-76h2m8778d\"},\"name\":\"dex\"},{\"name\":\"tls\",\"secret\":{\"secretName\":\"dex-cert\"}}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:16:03Z",
                "generation": 1,
                "labels": {
                    "app": "dex"
                },
                "name": "dex",
                "namespace": "dex",
                "resourceVersion": "3784",
                "uid": "62f33290-d0fc-44a5-88a4-e8d8da1b48ba"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app": "dex"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "dex"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "command": [
                                    "/usr/local/bin/dex",
                                    "serve",
                                    "/etc/dex/cfg/config.yaml"
                                ],
                                "env": [
                                    {
                                        "name": "CLIENT_SECRET",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "client-secret",
                                                "name": "oauth2-proxy-client-secret"
                                            }
                                        }
                                    }
                                ],
                                "image": "ghcr.io/dexidp/dex:v2.45.1",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "dex",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 5558,
                                        "name": "telemetry",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz/ready",
                                        "port": "telemetry",
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "50m",
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "runAsUser": 1001
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/dex/cfg",
                                        "name": "dex"
                                    },
                                    {
                                        "mountPath": "/etc/dex/tls",
                                        "name": "tls"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "dex",
                        "serviceAccountName": "dex",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "config.yaml",
                                            "path": "config.yaml"
                                        }
                                    ],
                                    "name": "dex-76h2m8778d"
                                },
                                "name": "dex"
                            },
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "dex-cert"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:54Z",
                        "lastUpdateTime": "2026-03-16T09:16:54Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:16:03Z",
                        "lastUpdateTime": "2026-03-16T09:16:54Z",
                        "message": "ReplicaSet \"dex-75b4745685\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"app.kubernetes.io/managed-by\":\"kustomize\",\"app.kubernetes.io/name\":\"image-controller\",\"control-plane\":\"controller-manager\"},\"name\":\"image-controller-controller-manager\",\"namespace\":\"image-controller\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"control-plane\":\"controller-manager\"}},\"template\":{\"metadata\":{\"annotations\":{\"kubectl.kubernetes.io/default-container\":\"manager\"},\"labels\":{\"control-plane\":\"controller-manager\"}},\"spec\":{\"containers\":[{\"args\":[\"--metrics-bind-address=:8443\",\"--leader-elect=false\",\"--health-probe-bind-address=:8081\"],\"command\":[\"/manager\"],\"image\":\"quay.io/redhat-user-workloads/rhtap-build-tenant/image-controller/image-controller:6e77d754a97567b71fd53cc6dc02f98e305bd2e0.instrumented\",\"livenessProbe\":{\"httpGet\":{\"path\":\"/healthz\",\"port\":8081},\"initialDelaySeconds\":15,\"periodSeconds\":20},\"name\":\"manager\",\"ports\":[{\"containerPort\":8081,\"name\":\"probes\",\"protocol\":\"TCP\"}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/readyz\",\"port\":8081},\"initialDelaySeconds\":5,\"periodSeconds\":10},\"resources\":{\"limits\":{\"cpu\":\"500m\",\"memory\":\"128Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"64Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"capabilities\":{\"drop\":[\"ALL\"]},\"readOnlyRootFilesystem\":true},\"volumeMounts\":[{\"mountPath\":\"/workspace\",\"name\":\"quaytoken\",\"readOnly\":true}]}],\"securityContext\":{\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"serviceAccountName\":\"image-controller-controller-manager\",\"terminationGracePeriodSeconds\":10,\"volumes\":[{\"name\":\"quaytoken\",\"secret\":{\"secretName\":\"quaytoken\"}}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:19:58Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/managed-by": "kustomize",
                    "app.kubernetes.io/name": "image-controller",
                    "control-plane": "controller-manager"
                },
                "name": "image-controller-controller-manager",
                "namespace": "image-controller",
                "resourceVersion": "6094",
                "uid": "9b90cb1b-fa68-4537-82a1-0db6f46b3f92"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "control-plane": "controller-manager"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "kubectl.kubernetes.io/default-container": "manager"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "control-plane": "controller-manager"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--metrics-bind-address=:8443",
                                    "--leader-elect=false",
                                    "--health-probe-bind-address=:8081"
                                ],
                                "command": [
                                    "/manager"
                                ],
                                "image": "quay.io/redhat-user-workloads/rhtap-build-tenant/image-controller/image-controller:6e77d754a97567b71fd53cc6dc02f98e305bd2e0.instrumented",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "manager",
                                "ports": [
                                    {
                                        "containerPort": 8081,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/workspace",
                                        "name": "quaytoken",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "image-controller-controller-manager",
                        "serviceAccountName": "image-controller-controller-manager",
                        "terminationGracePeriodSeconds": 10,
                        "volumes": [
                            {
                                "name": "quaytoken",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "quaytoken"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:20:18Z",
                        "lastUpdateTime": "2026-03-16T09:20:18Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:19:58Z",
                        "lastUpdateTime": "2026-03-16T09:20:18Z",
                        "message": "ReplicaSet \"image-controller-controller-manager-6f5f4f87f5\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"control-plane\":\"controller-manager\"},\"name\":\"integration-service-controller-manager\",\"namespace\":\"integration-service\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"control-plane\":\"controller-manager\"}},\"template\":{\"metadata\":{\"annotations\":{\"kubectl.kubernetes.io/default-container\":\"manager\"},\"labels\":{\"control-plane\":\"controller-manager\"}},\"spec\":{\"containers\":[{\"args\":[\"--metrics-bind-address=:8080\",\"--leader-elect\",\"--lease-duration=30s\",\"--leader-renew-deadline=15s\",\"--leader-elector-retry-period=5s\"],\"command\":[\"/manager\"],\"image\":\"quay.io/konflux-ci/integration-service:b066b4051d1010fa09894f6ccc741bf839151baa\",\"livenessProbe\":{\"httpGet\":{\"path\":\"/healthz\",\"port\":8081},\"initialDelaySeconds\":15,\"periodSeconds\":20},\"name\":\"manager\",\"ports\":[{\"containerPort\":9443,\"name\":\"webhook-server\",\"protocol\":\"TCP\"},{\"containerPort\":8081,\"name\":\"probes\",\"protocol\":\"TCP\"}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/readyz\",\"port\":8081},\"initialDelaySeconds\":5,\"periodSeconds\":10},\"resources\":{\"limits\":{\"cpu\":\"500m\",\"memory\":\"128Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"64Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"readOnlyRootFilesystem\":true},\"volumeMounts\":[{\"mountPath\":\"/tmp/k8s-webhook-server/serving-certs\",\"name\":\"cert\",\"readOnly\":true}]}],\"securityContext\":{\"runAsNonRoot\":true},\"serviceAccountName\":\"integration-service-controller-manager\",\"terminationGracePeriodSeconds\":10,\"volumes\":[{\"name\":\"cert\",\"secret\":{\"defaultMode\":420,\"secretName\":\"webhook-server-cert\"}}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:18:04Z",
                "generation": 1,
                "labels": {
                    "control-plane": "controller-manager"
                },
                "name": "integration-service-controller-manager",
                "namespace": "integration-service",
                "resourceVersion": "5107",
                "uid": "3444e856-ceca-43db-bfb2-b39f32bf1f26"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "control-plane": "controller-manager"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "kubectl.kubernetes.io/default-container": "manager"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "control-plane": "controller-manager"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--metrics-bind-address=:8080",
                                    "--leader-elect",
                                    "--lease-duration=30s",
                                    "--leader-renew-deadline=15s",
                                    "--leader-elector-retry-period=5s"
                                ],
                                "command": [
                                    "/manager"
                                ],
                                "image": "quay.io/konflux-ci/integration-service:b066b4051d1010fa09894f6ccc741bf839151baa",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "manager",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "webhook-server",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8081,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tmp/k8s-webhook-server/serving-certs",
                                        "name": "cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true
                        },
                        "serviceAccount": "integration-service-controller-manager",
                        "serviceAccountName": "integration-service-controller-manager",
                        "terminationGracePeriodSeconds": 10,
                        "volumes": [
                            {
                                "name": "cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "webhook-server-cert"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:18:27Z",
                        "lastUpdateTime": "2026-03-16T09:18:27Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:18:04Z",
                        "lastUpdateTime": "2026-03-16T09:18:27Z",
                        "message": "ReplicaSet \"integration-service-controller-manager-894855996\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/no-read-only-root-fs": "This component requires write permissions",
                    "ignore-check.kube-linter.io/run-as-non-root": "This component requires root permissions",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{\"ignore-check.kube-linter.io/no-read-only-root-fs\":\"This component requires write permissions\",\"ignore-check.kube-linter.io/run-as-non-root\":\"This component requires root permissions\"},\"labels\":{\"run\":\"registry\"},\"name\":\"registry\",\"namespace\":\"kind-registry\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"run\":\"registry\"}},\"template\":{\"metadata\":{\"labels\":{\"run\":\"registry\"}},\"spec\":{\"containers\":[{\"args\":[\"/etc/zot/config.json\"],\"image\":\"quay.io/konflux-ci/zot:208b9a64ab9ef4682e838945a1a1582fafe600ae\",\"name\":\"registry\",\"ports\":[{\"containerPort\":5000}],\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"250Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"50Mi\"}},\"volumeMounts\":[{\"mountPath\":\"/certs\",\"name\":\"certs\",\"readOnly\":true},{\"mountPath\":\"/etc/zot\",\"name\":\"zot-config\",\"readOnly\":true},{\"mountPath\":\"/var/lib/registry\",\"name\":\"storage\"}]}],\"volumes\":[{\"name\":\"certs\",\"secret\":{\"secretName\":\"local-registry-tls\"}},{\"configMap\":{\"name\":\"zot-config\"},\"name\":\"zot-config\"},{\"emptyDir\":{},\"name\":\"storage\"}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:16:05Z",
                "generation": 1,
                "labels": {
                    "run": "registry"
                },
                "name": "registry",
                "namespace": "kind-registry",
                "resourceVersion": "3472",
                "uid": "e0b7d4f1-76a7-48d8-b1ef-e0129c31c9b7"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "run": "registry"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "run": "registry"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "/etc/zot/config.json"
                                ],
                                "image": "quay.io/konflux-ci/zot:208b9a64ab9ef4682e838945a1a1582fafe600ae",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "registry",
                                "ports": [
                                    {
                                        "containerPort": 5000,
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "250Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/certs",
                                        "name": "certs",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/zot",
                                        "name": "zot-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/lib/registry",
                                        "name": "storage"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "certs",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "local-registry-tls"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "zot-config"
                                },
                                "name": "zot-config"
                            },
                            {
                                "emptyDir": {},
                                "name": "storage"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:44Z",
                        "lastUpdateTime": "2026-03-16T09:16:44Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:16:05Z",
                        "lastUpdateTime": "2026-03-16T09:16:44Z",
                        "message": "ReplicaSet \"registry-6546dff65\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/no-anti-affinity": "Using topologySpreadConstraints",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{\"ignore-check.kube-linter.io/no-anti-affinity\":\"Using topologySpreadConstraints\"},\"labels\":{\"app\":\"proxy\"},\"name\":\"proxy\",\"namespace\":\"konflux-ui\"},\"spec\":{\"minReadySeconds\":30,\"replicas\":1,\"selector\":{\"matchLabels\":{\"app\":\"proxy\"}},\"strategy\":{\"rollingUpdate\":{\"maxSurge\":\"25%\",\"maxUnavailable\":0}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"proxy\"}},\"spec\":{\"containers\":[{\"command\":[\"nginx\",\"-g\",\"daemon off;\",\"-c\",\"/etc/nginx/nginx.conf\"],\"image\":\"registry.access.redhat.com/ubi9/nginx-124@sha256:a75f10d71969dd2451914df6539dea28f8e2c88506f691ea211768a0bd0746d1\",\"livenessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/health\",\"port\":9443,\"scheme\":\"HTTPS\"},\"initialDelaySeconds\":30,\"periodSeconds\":60,\"successThreshold\":1,\"timeoutSeconds\":1},\"name\":\"nginx\",\"ports\":[{\"containerPort\":8080,\"name\":\"web\",\"protocol\":\"TCP\"},{\"containerPort\":9443,\"name\":\"web-tls\",\"protocol\":\"TCP\"}],\"readinessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/health\",\"port\":9443,\"scheme\":\"HTTPS\"},\"initialDelaySeconds\":30,\"periodSeconds\":30,\"successThreshold\":1,\"timeoutSeconds\":1},\"resources\":{\"limits\":{\"cpu\":\"300m\",\"memory\":\"256Mi\"},\"requests\":{\"cpu\":\"30m\",\"memory\":\"128Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"runAsUser\":1001},\"volumeMounts\":[{\"mountPath\":\"/etc/nginx/nginx.conf\",\"name\":\"proxy\",\"readOnly\":true,\"subPath\":\"nginx.conf\"},{\"mountPath\":\"/var/log/nginx\",\"name\":\"logs\"},{\"mountPath\":\"/var/lib/nginx/tmp\",\"name\":\"nginx-tmp\"},{\"mountPath\":\"/run\",\"name\":\"run\"},{\"mountPath\":\"/mnt\",\"name\":\"serving-cert\"},{\"mountPath\":\"/mnt/nginx-generated-config\",\"name\":\"nginx-generated-config\"},{\"mountPath\":\"/mnt/nginx-additional-location-configs\",\"name\":\"nginx-static\"},{\"mountPath\":\"/opt/app-root/src/static-content\",\"name\":\"static-content\"}]},{\"args\":[\"--provider\",\"oidc\",\"--provider-display-name\",\"Dex OIDC\",\"--client-id\",\"oauth2-proxy\",\"--http-address\",\"127.0.0.1:6000\",\"--redirect-url\",\"https://44.236.88.86:9443/oauth2/callback\",\"--oidc-issuer-url\",\"https://44.236.88.86:9443/idp/\",\"--skip-oidc-discovery\",\"--login-url\",\"https://44.236.88.86:9443/idp/auth\",\"--redeem-url\",\"https://dex.dex.svc.cluster.local:9443/idp/token\",\"--oidc-jwks-url\",\"https://dex.dex.svc.cluster.local:9443/idp/keys\",\"--cookie-secure\",\"true\",\"--cookie-name\",\"__Host-konflux-ci-cookie\",\"--email-domain\",\"*\",\"--ssl-insecure-skip-verify\",\"true\",\"--set-xauthrequest\",\"true\",\"--whitelist-domain\",\"44.236.88.86:9443\",\"--skip-jwt-bearer-tokens\"],\"env\":[{\"name\":\"OAUTH2_PROXY_CLIENT_SECRET\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"client-secret\",\"name\":\"oauth2-proxy-client-secret\"}}},{\"name\":\"OAUTH2_PROXY_COOKIE_SECRET\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"cookie-secret\",\"name\":\"oauth2-proxy-cookie-secret\"}}}],\"image\":\"quay.io/oauth2-proxy/oauth2-proxy:latest@sha256:68336da945bdaff799262c8d14fb1d1aa9354df5e02b87e0955addc040344618\",\"name\":\"oauth2-proxy\",\"ports\":[{\"containerPort\":6000,\"name\":\"web\",\"protocol\":\"TCP\"}],\"resources\":{\"limits\":{\"cpu\":\"300m\",\"memory\":\"256Mi\"},\"requests\":{\"cpu\":\"30m\",\"memory\":\"128Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"runAsUser\":1001}}],\"initContainers\":[{\"command\":[\"cp\",\"-R\",\"/opt/app-root/src/.\",\"/mnt/static-content/\"],\"image\":\"quay.io/konflux-ci/konflux-ui@sha256:a8dc55c76b719efd53d389b6c65d8185ba9d65ee8c5a6642c204cad1fb4701f8\",\"name\":\"copy-static-content\",\"resources\":{\"limits\":{\"cpu\":\"50m\",\"memory\":\"128Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"64Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"runAsUser\":1001},\"volumeMounts\":[{\"mountPath\":\"/mnt/static-content\",\"name\":\"static-content\"}]},{\"command\":[\"sh\",\"-c\",\"set -e\\n\\n# Copy the auth.conf template and replace the bearer token\\ntoken=$(cat /mnt/api-token/token)\\nsed \\\"s/__BEARER_TOKEN__/$token/\\\" /mnt/nginx-templates/auth.conf \\u003e /mnt/nginx-generated-config/auth.conf\\nchmod 640 /mnt/nginx-generated-config/auth.conf\\n\"],\"image\":\"registry.access.redhat.com/ubi9/ubi@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072\",\"name\":\"generate-nginx-configs\",\"resources\":{\"limits\":{\"cpu\":\"50m\",\"memory\":\"128Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"64Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"runAsUser\":1001},\"volumeMounts\":[{\"mountPath\":\"/mnt/nginx-generated-config\",\"name\":\"nginx-generated-config\"},{\"mountPath\":\"/mnt/nginx-templates\",\"name\":\"nginx-templates\"},{\"mountPath\":\"/mnt/api-token\",\"name\":\"api-token\"}]}],\"serviceAccountName\":\"proxy\",\"topologySpreadConstraints\":[{\"labelSelector\":{\"matchLabels\":{\"app\":\"proxy\"}},\"maxSkew\":1,\"topologyKey\":\"topology.kubernetes.io/zone\",\"whenUnsatisfiable\":\"ScheduleAnyway\"}],\"volumes\":[{\"configMap\":{\"defaultMode\":420,\"items\":[{\"key\":\"nginx.conf\",\"path\":\"nginx.conf\"}],\"name\":\"proxy-6bg85b98b7\"},\"name\":\"proxy\"},{\"configMap\":{\"defaultMode\":420,\"name\":\"proxy-nginx-templates-4m8fgtf4m9\"},\"name\":\"nginx-templates\"},{\"name\":\"nginx-static\",\"projected\":{\"defaultMode\":420,\"sources\":[{\"configMap\":{\"name\":\"proxy-nginx-static-fmmfg7d22f\"}},{\"configMap\":{\"name\":\"nginx-idp-location-h959ghd6bh\"}}]}},{\"emptyDir\":{},\"name\":\"logs\"},{\"emptyDir\":{},\"name\":\"nginx-tmp\"},{\"emptyDir\":{},\"name\":\"run\"},{\"name\":\"serving-cert\",\"secret\":{\"secretName\":\"serving-cert\"}},{\"emptyDir\":{},\"name\":\"nginx-generated-config\"},{\"name\":\"api-token\",\"secret\":{\"secretName\":\"proxy\"}},{\"emptyDir\":{},\"name\":\"static-content\"}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:18:09Z",
                "generation": 1,
                "labels": {
                    "app": "proxy"
                },
                "name": "proxy",
                "namespace": "konflux-ui",
                "resourceVersion": "5807",
                "uid": "d4affd40-ba2d-479d-8bed-e1587e7c0bf8"
            },
            "spec": {
                "minReadySeconds": 30,
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app": "proxy"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": 0
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "proxy"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "command": [
                                    "nginx",
                                    "-g",
                                    "daemon off;",
                                    "-c",
                                    "/etc/nginx/nginx.conf"
                                ],
                                "image": "registry.access.redhat.com/ubi9/nginx-124@sha256:a75f10d71969dd2451914df6539dea28f8e2c88506f691ea211768a0bd0746d1",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 9443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 30,
                                    "periodSeconds": 60,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "nginx",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "web",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9443,
                                        "name": "web-tls",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 9443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 30,
                                    "periodSeconds": 30,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "300m",
                                        "memory": "256Mi"
                                    },
                                    "requests": {
                                        "cpu": "30m",
                                        "memory": "128Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "runAsUser": 1001
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/nginx/nginx.conf",
                                        "name": "proxy",
                                        "readOnly": true,
                                        "subPath": "nginx.conf"
                                    },
                                    {
                                        "mountPath": "/var/log/nginx",
                                        "name": "logs"
                                    },
                                    {
                                        "mountPath": "/var/lib/nginx/tmp",
                                        "name": "nginx-tmp"
                                    },
                                    {
                                        "mountPath": "/run",
                                        "name": "run"
                                    },
                                    {
                                        "mountPath": "/mnt",
                                        "name": "serving-cert"
                                    },
                                    {
                                        "mountPath": "/mnt/nginx-generated-config",
                                        "name": "nginx-generated-config"
                                    },
                                    {
                                        "mountPath": "/mnt/nginx-additional-location-configs",
                                        "name": "nginx-static"
                                    },
                                    {
                                        "mountPath": "/opt/app-root/src/static-content",
                                        "name": "static-content"
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--provider",
                                    "oidc",
                                    "--provider-display-name",
                                    "Dex OIDC",
                                    "--client-id",
                                    "oauth2-proxy",
                                    "--http-address",
                                    "127.0.0.1:6000",
                                    "--redirect-url",
                                    "https://44.236.88.86:9443/oauth2/callback",
                                    "--oidc-issuer-url",
                                    "https://44.236.88.86:9443/idp/",
                                    "--skip-oidc-discovery",
                                    "--login-url",
                                    "https://44.236.88.86:9443/idp/auth",
                                    "--redeem-url",
                                    "https://dex.dex.svc.cluster.local:9443/idp/token",
                                    "--oidc-jwks-url",
                                    "https://dex.dex.svc.cluster.local:9443/idp/keys",
                                    "--cookie-secure",
                                    "true",
                                    "--cookie-name",
                                    "__Host-konflux-ci-cookie",
                                    "--email-domain",
                                    "*",
                                    "--ssl-insecure-skip-verify",
                                    "true",
                                    "--set-xauthrequest",
                                    "true",
                                    "--whitelist-domain",
                                    "44.236.88.86:9443",
                                    "--skip-jwt-bearer-tokens"
                                ],
                                "env": [
                                    {
                                        "name": "OAUTH2_PROXY_CLIENT_SECRET",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "client-secret",
                                                "name": "oauth2-proxy-client-secret"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OAUTH2_PROXY_COOKIE_SECRET",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "cookie-secret",
                                                "name": "oauth2-proxy-cookie-secret"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/oauth2-proxy/oauth2-proxy:latest@sha256:68336da945bdaff799262c8d14fb1d1aa9354df5e02b87e0955addc040344618",
                                "imagePullPolicy": "Always",
                                "name": "oauth2-proxy",
                                "ports": [
                                    {
                                        "containerPort": 6000,
                                        "name": "web",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "300m",
                                        "memory": "256Mi"
                                    },
                                    "requests": {
                                        "cpu": "30m",
                                        "memory": "128Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "runAsUser": 1001
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "initContainers": [
                            {
                                "command": [
                                    "cp",
                                    "-R",
                                    "/opt/app-root/src/.",
                                    "/mnt/static-content/"
                                ],
                                "image": "quay.io/konflux-ci/konflux-ui@sha256:a8dc55c76b719efd53d389b6c65d8185ba9d65ee8c5a6642c204cad1fb4701f8",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "copy-static-content",
                                "resources": {
                                    "limits": {
                                        "cpu": "50m",
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "runAsUser": 1001
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/mnt/static-content",
                                        "name": "static-content"
                                    }
                                ]
                            },
                            {
                                "command": [
                                    "sh",
                                    "-c",
                                    "set -e\n\n# Copy the auth.conf template and replace the bearer token\ntoken=$(cat /mnt/api-token/token)\nsed \"s/__BEARER_TOKEN__/$token/\" /mnt/nginx-templates/auth.conf \u003e /mnt/nginx-generated-config/auth.conf\nchmod 640 /mnt/nginx-generated-config/auth.conf\n"
                                ],
                                "image": "registry.access.redhat.com/ubi9/ubi@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "generate-nginx-configs",
                                "resources": {
                                    "limits": {
                                        "cpu": "50m",
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "runAsUser": 1001
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/mnt/nginx-generated-config",
                                        "name": "nginx-generated-config"
                                    },
                                    {
                                        "mountPath": "/mnt/nginx-templates",
                                        "name": "nginx-templates"
                                    },
                                    {
                                        "mountPath": "/mnt/api-token",
                                        "name": "api-token"
                                    }
                                ]
                            }
                        ],
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "proxy",
                        "serviceAccountName": "proxy",
                        "terminationGracePeriodSeconds": 30,
                        "topologySpreadConstraints": [
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "app": "proxy"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "topology.kubernetes.io/zone",
                                "whenUnsatisfiable": "ScheduleAnyway"
                            }
                        ],
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "nginx.conf",
                                            "path": "nginx.conf"
                                        }
                                    ],
                                    "name": "proxy-6bg85b98b7"
                                },
                                "name": "proxy"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "proxy-nginx-templates-4m8fgtf4m9"
                                },
                                "name": "nginx-templates"
                            },
                            {
                                "name": "nginx-static",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "configMap": {
                                                "name": "proxy-nginx-static-fmmfg7d22f"
                                            }
                                        },
                                        {
                                            "configMap": {
                                                "name": "nginx-idp-location-h959ghd6bh"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "emptyDir": {},
                                "name": "logs"
                            },
                            {
                                "emptyDir": {},
                                "name": "nginx-tmp"
                            },
                            {
                                "emptyDir": {},
                                "name": "run"
                            },
                            {
                                "name": "serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "serving-cert"
                                }
                            },
                            {
                                "emptyDir": {},
                                "name": "nginx-generated-config"
                            },
                            {
                                "name": "api-token",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "proxy"
                                }
                            },
                            {
                                "emptyDir": {},
                                "name": "static-content"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:19:50Z",
                        "lastUpdateTime": "2026-03-16T09:19:50Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:18:09Z",
                        "lastUpdateTime": "2026-03-16T09:19:50Z",
                        "message": "ReplicaSet \"proxy-8c5fdbf67\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:12:03Z",
                "generation": 1,
                "labels": {
                    "k8s-app": "kube-dns"
                },
                "name": "coredns",
                "namespace": "kube-system",
                "resourceVersion": "451",
                "uid": "7a5444a4-b665-42ad-bbb9-1e777c46947d"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 2,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "k8s-app": "kube-dns"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": 1
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "k8s-app": "kube-dns"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "k8s-app",
                                                        "operator": "In",
                                                        "values": [
                                                            "kube-dns"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "-conf",
                                    "/etc/coredns/Corefile"
                                ],
                                "image": "registry.k8s.io/coredns/coredns:v1.11.3",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 5,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8080,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 60,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "coredns",
                                "ports": [
                                    {
                                        "containerPort": 53,
                                        "name": "dns",
                                        "protocol": "UDP"
                                    },
                                    {
                                        "containerPort": 53,
                                        "name": "dns-tcp",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9153,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/ready",
                                        "port": 8181,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "memory": "170Mi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "70Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "add": [
                                            "NET_BIND_SERVICE"
                                        ],
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/coredns",
                                        "name": "config-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "Default",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "coredns",
                        "serviceAccountName": "coredns",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "key": "CriticalAddonsOnly",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/control-plane"
                            }
                        ],
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "Corefile",
                                            "path": "Corefile"
                                        }
                                    ],
                                    "name": "coredns"
                                },
                                "name": "config-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:12:26Z",
                        "lastUpdateTime": "2026-03-16T09:12:26Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:12:08Z",
                        "lastUpdateTime": "2026-03-16T09:12:26Z",
                        "message": "ReplicaSet \"coredns-668d6bf9bc\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 2,
                "replicas": 2,
                "updatedReplicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:16:53Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "admission-controller",
                    "app.kubernetes.io/instance": "kyverno",
                    "app.kubernetes.io/part-of": "kyverno",
                    "app.kubernetes.io/version": "v1.17.1"
                },
                "name": "kyverno-admission-controller",
                "namespace": "kyverno",
                "resourceVersion": "3970",
                "uid": "0c34d595-bc98-4f7e-b4e6-8ae4f5c28fee"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "admission-controller",
                        "app.kubernetes.io/instance": "kyverno",
                        "app.kubernetes.io/part-of": "kyverno"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": 1,
                        "maxUnavailable": "40%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "admission-controller",
                            "app.kubernetes.io/instance": "kyverno",
                            "app.kubernetes.io/part-of": "kyverno",
                            "app.kubernetes.io/version": "v1.17.1"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "app.kubernetes.io/component",
                                                        "operator": "In",
                                                        "values": [
                                                            "admission-controller"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 1
                                    }
                                ]
                            }
                        },
                        "automountServiceAccountToken": true,
                        "containers": [
                            {
                                "args": [
                                    "--caSecretName=kyverno-svc.kyverno.svc.kyverno-tls-ca",
                                    "--tlsSecretName=kyverno-svc.kyverno.svc.kyverno-tls-pair",
                                    "--tlsKeyAlgorithm=RSA",
                                    "--backgroundServiceAccountName=system:serviceaccount:kyverno:kyverno-background-controller",
                                    "--reportsServiceAccountName=system:serviceaccount:kyverno:kyverno-reports-controller",
                                    "--servicePort=443",
                                    "--webhookServerPort=9443",
                                    "--resyncPeriod=15m",
                                    "--crdWatcher=false",
                                    "--disableMetrics=false",
                                    "--otelConfig=prometheus",
                                    "--metricsPort=8000",
                                    "--admissionReports=true",
                                    "--maxAdmissionReports=1000",
                                    "--autoUpdateWebhooks=true",
                                    "--enableConfigMapCaching=true",
                                    "--controllerRuntimeMetricsAddress=:8080",
                                    "--enableDeferredLoading=true",
                                    "--dumpPayload=false",
                                    "--forceFailurePolicyIgnore=false",
                                    "--generateValidatingAdmissionPolicy=true",
                                    "--generateMutatingAdmissionPolicy=false",
                                    "--dumpPatches=false",
                                    "--maxAPICallResponseLength=2000000",
                                    "--loggingFormat=text",
                                    "--v=2",
                                    "--omitEvents=PolicyApplied,PolicySkipped",
                                    "--enablePolicyException=false",
                                    "--protectManagedResources=false",
                                    "--allowInsecureRegistry=false",
                                    "--registryCredentialHelpers=default,google,amazon,azure,github",
                                    "--enableReporting=validate,mutate,mutateExisting,imageVerify,generate"
                                ],
                                "env": [
                                    {
                                        "name": "INIT_CONFIG",
                                        "value": "kyverno"
                                    },
                                    {
                                        "name": "METRICS_CONFIG",
                                        "value": "kyverno-metrics"
                                    },
                                    {
                                        "name": "KYVERNO_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KYVERNO_POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KYVERNO_SERVICEACCOUNT_NAME",
                                        "value": "kyverno-admission-controller"
                                    },
                                    {
                                        "name": "KYVERNO_ROLE_NAME",
                                        "value": "kyverno:admission-controller"
                                    },
                                    {
                                        "name": "KYVERNO_SVC",
                                        "value": "kyverno-svc"
                                    },
                                    {
                                        "name": "TUF_ROOT",
                                        "value": "/.sigstore"
                                    },
                                    {
                                        "name": "KYVERNO_DEPLOYMENT",
                                        "value": "kyverno-admission-controller"
                                    }
                                ],
                                "image": "reg.kyverno.io/kyverno/kyverno:v1.17.1",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 2,
                                    "httpGet": {
                                        "path": "/health/liveness",
                                        "port": 9443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 30,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "kyverno",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8000,
                                        "name": "metrics-port",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 6,
                                    "httpGet": {
                                        "path": "/health/readiness",
                                        "port": 9443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "limits": {
                                        "memory": "384Mi"
                                    },
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "1Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "privileged": false,
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "startupProbe": {
                                    "failureThreshold": 20,
                                    "httpGet": {
                                        "path": "/health/liveness",
                                        "port": 9443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 2,
                                    "periodSeconds": 6,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/.sigstore",
                                        "name": "sigstore"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "initContainers": [
                            {
                                "args": [
                                    "--loggingFormat=text",
                                    "--v=2",
                                    "--openreportsEnabled=false"
                                ],
                                "env": [
                                    {
                                        "name": "KYVERNO_SERVICEACCOUNT_NAME",
                                        "value": "kyverno-admission-controller"
                                    },
                                    {
                                        "name": "KYVERNO_ROLE_NAME",
                                        "value": "kyverno:admission-controller"
                                    },
                                    {
                                        "name": "INIT_CONFIG",
                                        "value": "kyverno"
                                    },
                                    {
                                        "name": "METRICS_CONFIG",
                                        "value": "kyverno-metrics"
                                    },
                                    {
                                        "name": "KYVERNO_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KYVERNO_POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KYVERNO_DEPLOYMENT",
                                        "value": "kyverno-admission-controller"
                                    },
                                    {
                                        "name": "KYVERNO_SVC",
                                        "value": "kyverno-svc"
                                    }
                                ],
                                "image": "reg.kyverno.io/kyverno/kyvernopre:v1.17.1",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kyverno-pre",
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "256Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "privileged": false,
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "kyverno-admission-controller",
                        "serviceAccountName": "kyverno-admission-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "emptyDir": {},
                                "name": "sigstore"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:17:11Z",
                        "lastUpdateTime": "2026-03-16T09:17:11Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:16:53Z",
                        "lastUpdateTime": "2026-03-16T09:17:11Z",
                        "message": "ReplicaSet \"kyverno-admission-controller-58c9d79bd8\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:16:53Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "background-controller",
                    "app.kubernetes.io/instance": "kyverno",
                    "app.kubernetes.io/part-of": "kyverno",
                    "app.kubernetes.io/version": "v1.17.1"
                },
                "name": "kyverno-background-controller",
                "namespace": "kyverno",
                "resourceVersion": "3840",
                "uid": "66189f6a-e2e5-401c-9bb1-cf377705b373"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "background-controller",
                        "app.kubernetes.io/instance": "kyverno",
                        "app.kubernetes.io/part-of": "kyverno"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": 1,
                        "maxUnavailable": "40%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "background-controller",
                            "app.kubernetes.io/instance": "kyverno",
                            "app.kubernetes.io/part-of": "kyverno",
                            "app.kubernetes.io/version": "v1.17.1"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "app.kubernetes.io/component",
                                                        "operator": "In",
                                                        "values": [
                                                            "background-controller"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 1
                                    }
                                ]
                            }
                        },
                        "automountServiceAccountToken": true,
                        "containers": [
                            {
                                "args": [
                                    "--disableMetrics=false",
                                    "--otelConfig=prometheus",
                                    "--metricsPort=8000",
                                    "--resyncPeriod=15m",
                                    "--enableConfigMapCaching=true",
                                    "--enableDeferredLoading=true",
                                    "--maxAPICallResponseLength=2000000",
                                    "--loggingFormat=text",
                                    "--v=2",
                                    "--omitEvents=PolicyApplied,PolicySkipped",
                                    "--enablePolicyException=false",
                                    "--enableReporting=validate,mutate,mutateExisting,imageVerify,generate"
                                ],
                                "env": [
                                    {
                                        "name": "KYVERNO_SERVICEACCOUNT_NAME",
                                        "value": "kyverno-background-controller"
                                    },
                                    {
                                        "name": "KYVERNO_DEPLOYMENT",
                                        "value": "kyverno-background-controller"
                                    },
                                    {
                                        "name": "INIT_CONFIG",
                                        "value": "kyverno"
                                    },
                                    {
                                        "name": "METRICS_CONFIG",
                                        "value": "kyverno-metrics"
                                    },
                                    {
                                        "name": "KYVERNO_POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KYVERNO_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "reg.kyverno.io/kyverno/background-controller:v1.17.1",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "controller",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8000,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "1Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "privileged": false,
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "kyverno-background-controller",
                        "serviceAccountName": "kyverno-background-controller",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:59Z",
                        "lastUpdateTime": "2026-03-16T09:16:59Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:16:53Z",
                        "lastUpdateTime": "2026-03-16T09:16:59Z",
                        "message": "ReplicaSet \"kyverno-background-controller-7447fb7649\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:16:53Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "cleanup-controller",
                    "app.kubernetes.io/instance": "kyverno",
                    "app.kubernetes.io/part-of": "kyverno",
                    "app.kubernetes.io/version": "v1.17.1"
                },
                "name": "kyverno-cleanup-controller",
                "namespace": "kyverno",
                "resourceVersion": "3758",
                "uid": "001f9863-1646-4346-9d97-7d350c705d65"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 0,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "cleanup-controller",
                        "app.kubernetes.io/instance": "kyverno",
                        "app.kubernetes.io/part-of": "kyverno"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": 1,
                        "maxUnavailable": "40%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "cleanup-controller",
                            "app.kubernetes.io/instance": "kyverno",
                            "app.kubernetes.io/part-of": "kyverno",
                            "app.kubernetes.io/version": "v1.17.1"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "app.kubernetes.io/component",
                                                        "operator": "In",
                                                        "values": [
                                                            "cleanup-controller"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 1
                                    }
                                ]
                            }
                        },
                        "automountServiceAccountToken": true,
                        "containers": [
                            {
                                "args": [
                                    "--caSecretName=kyverno-cleanup-controller.kyverno.svc.kyverno-tls-ca",
                                    "--tlsSecretName=kyverno-cleanup-controller.kyverno.svc.kyverno-tls-pair",
                                    "--tlsKeyAlgorithm=RSA",
                                    "--servicePort=443",
                                    "--resyncPeriod=15m",
                                    "--cleanupServerPort=9443",
                                    "--disableMetrics=false",
                                    "--otelConfig=prometheus",
                                    "--metricsPort=8000",
                                    "--enableDeferredLoading=true",
                                    "--dumpPayload=false",
                                    "--maxAPICallResponseLength=2000000",
                                    "--loggingFormat=text",
                                    "--v=2",
                                    "--protectManagedResources=false",
                                    "--ttlReconciliationInterval=1m"
                                ],
                                "env": [
                                    {
                                        "name": "KYVERNO_DEPLOYMENT",
                                        "value": "kyverno-cleanup-controller"
                                    },
                                    {
                                        "name": "INIT_CONFIG",
                                        "value": "kyverno"
                                    },
                                    {
                                        "name": "METRICS_CONFIG",
                                        "value": "kyverno-metrics"
                                    },
                                    {
                                        "name": "KYVERNO_POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KYVERNO_SERVICEACCOUNT_NAME",
                                        "value": "kyverno-cleanup-controller"
                                    },
                                    {
                                        "name": "KYVERNO_ROLE_NAME",
                                        "value": "kyverno:cleanup-controller"
                                    },
                                    {
                                        "name": "KYVERNO_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KYVERNO_SVC",
                                        "value": "kyverno-cleanup-controller"
                                    }
                                ],
                                "image": "reg.kyverno.io/kyverno/cleanup-controller:v1.17.1",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 2,
                                    "httpGet": {
                                        "path": "/health/liveness",
                                        "port": 9443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 30,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "controller",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8000,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 6,
                                    "httpGet": {
                                        "path": "/health/readiness",
                                        "port": 9443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "limits": {
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "privileged": false,
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "startupProbe": {
                                    "failureThreshold": 20,
                                    "httpGet": {
                                        "path": "/health/liveness",
                                        "port": 9443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 2,
                                    "periodSeconds": 6,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "kyverno-cleanup-controller",
                        "serviceAccountName": "kyverno-cleanup-controller",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:53Z",
                        "lastUpdateTime": "2026-03-16T09:16:53Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:16:53Z",
                        "lastUpdateTime": "2026-03-16T09:16:53Z",
                        "message": "ReplicaSet \"kyverno-cleanup-controller-58886bb8c6\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:16:53Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "reports-controller",
                    "app.kubernetes.io/instance": "kyverno",
                    "app.kubernetes.io/part-of": "kyverno",
                    "app.kubernetes.io/version": "v1.17.1"
                },
                "name": "kyverno-reports-controller",
                "namespace": "kyverno",
                "resourceVersion": "3763",
                "uid": "66a61d18-45e0-4590-819f-156c6064ed52"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 0,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "reports-controller",
                        "app.kubernetes.io/instance": "kyverno",
                        "app.kubernetes.io/part-of": "kyverno"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": 1,
                        "maxUnavailable": "40%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "reports-controller",
                            "app.kubernetes.io/instance": "kyverno",
                            "app.kubernetes.io/part-of": "kyverno",
                            "app.kubernetes.io/version": "v1.17.1"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "app.kubernetes.io/component",
                                                        "operator": "In",
                                                        "values": [
                                                            "reports-controller"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 1
                                    }
                                ]
                            }
                        },
                        "automountServiceAccountToken": true,
                        "containers": [
                            {
                                "args": [
                                    "--disableMetrics=false",
                                    "--openreportsEnabled=false",
                                    "--otelConfig=prometheus",
                                    "--metricsPort=8000",
                                    "--resyncPeriod=15m",
                                    "--admissionReports=true",
                                    "--aggregateReports=true",
                                    "--policyReports=true",
                                    "--validatingAdmissionPolicyReports=true",
                                    "--mutatingAdmissionPolicyReports=false",
                                    "--backgroundScan=true",
                                    "--backgroundScanWorkers=2",
                                    "--backgroundScanInterval=1h",
                                    "--skipResourceFilters=true",
                                    "--enableConfigMapCaching=true",
                                    "--enableDeferredLoading=true",
                                    "--maxAPICallResponseLength=2000000",
                                    "--loggingFormat=text",
                                    "--v=2",
                                    "--omitEvents=PolicyApplied,PolicySkipped",
                                    "--enablePolicyException=false",
                                    "--allowInsecureRegistry=false",
                                    "--registryCredentialHelpers=default,google,amazon,azure,github",
                                    "--enableReporting=validate,mutate,mutateExisting,imageVerify,generate"
                                ],
                                "env": [
                                    {
                                        "name": "KYVERNO_SERVICEACCOUNT_NAME",
                                        "value": "kyverno-reports-controller"
                                    },
                                    {
                                        "name": "KYVERNO_DEPLOYMENT",
                                        "value": "kyverno-reports-controller"
                                    },
                                    {
                                        "name": "INIT_CONFIG",
                                        "value": "kyverno"
                                    },
                                    {
                                        "name": "METRICS_CONFIG",
                                        "value": "kyverno-metrics"
                                    },
                                    {
                                        "name": "KYVERNO_POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KYVERNO_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "TUF_ROOT",
                                        "value": "/.sigstore"
                                    }
                                ],
                                "image": "reg.kyverno.io/kyverno/reports-controller:v1.17.1",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "controller",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8000,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "privileged": false,
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/.sigstore",
                                        "name": "sigstore"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "kyverno-reports-controller",
                        "serviceAccountName": "kyverno-reports-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "emptyDir": {},
                                "name": "sigstore"
                            }
                        ]
                    }
                }
            },
            "status": {
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:53Z",
                        "lastUpdateTime": "2026-03-16T09:16:53Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:16:53Z",
                        "lastUpdateTime": "2026-03-16T09:16:53Z",
                        "message": "ReplicaSet \"kyverno-reports-controller-688567cb4\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"name\":\"local-path-provisioner\",\"namespace\":\"local-path-storage\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app\":\"local-path-provisioner\"}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"local-path-provisioner\"}},\"spec\":{\"containers\":[{\"command\":[\"local-path-provisioner\",\"--debug\",\"start\",\"--helper-image\",\"docker.io/kindest/local-path-helper:v20241212-8ac705d0\",\"--config\",\"/etc/config/config.json\"],\"env\":[{\"name\":\"POD_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}},{\"name\":\"CONFIG_MOUNT_PATH\",\"value\":\"/etc/config/\"}],\"image\":\"docker.io/kindest/local-path-provisioner:v20250214-acbabc1a\",\"imagePullPolicy\":\"IfNotPresent\",\"name\":\"local-path-provisioner\",\"volumeMounts\":[{\"mountPath\":\"/etc/config/\",\"name\":\"config-volume\"}]}],\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"},\"serviceAccountName\":\"local-path-provisioner-service-account\",\"tolerations\":[{\"effect\":\"NoSchedule\",\"key\":\"node-role.kubernetes.io/control-plane\",\"operator\":\"Equal\"},{\"effect\":\"NoSchedule\",\"key\":\"node-role.kubernetes.io/master\",\"operator\":\"Equal\"}],\"volumes\":[{\"configMap\":{\"name\":\"local-path-config\"},\"name\":\"config-volume\"}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:12:05Z",
                "generation": 1,
                "name": "local-path-provisioner",
                "namespace": "local-path-storage",
                "resourceVersion": "470",
                "uid": "adf809b2-e246-41ba-894e-6d2eec6bd4d1"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app": "local-path-provisioner"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "local-path-provisioner"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "command": [
                                    "local-path-provisioner",
                                    "--debug",
                                    "start",
                                    "--helper-image",
                                    "docker.io/kindest/local-path-helper:v20241212-8ac705d0",
                                    "--config",
                                    "/etc/config/config.json"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "CONFIG_MOUNT_PATH",
                                        "value": "/etc/config/"
                                    }
                                ],
                                "image": "docker.io/kindest/local-path-provisioner:v20250214-acbabc1a",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "local-path-provisioner",
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/config/",
                                        "name": "config-volume"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "local-path-provisioner-service-account",
                        "serviceAccountName": "local-path-provisioner-service-account",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/control-plane",
                                "operator": "Equal"
                            },
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Equal"
                            }
                        ],
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "local-path-config"
                                },
                                "name": "config-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:12:36Z",
                        "lastUpdateTime": "2026-03-16T09:12:36Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:12:08Z",
                        "lastUpdateTime": "2026-03-16T09:12:36Z",
                        "message": "ReplicaSet \"local-path-provisioner-7dc846544d\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/no-anti-affinity": "Using topologySpreadConstraints",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{\"ignore-check.kube-linter.io/no-anti-affinity\":\"Using topologySpreadConstraints\"},\"labels\":{\"apps\":\"namespace-lister\"},\"name\":\"namespace-lister\",\"namespace\":\"namespace-lister\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"apps\":\"namespace-lister\"}},\"template\":{\"metadata\":{\"labels\":{\"apps\":\"namespace-lister\"}},\"spec\":{\"containers\":[{\"args\":[\"-enable-tls\",\"-cert-path=/var/tls/tls.crt\",\"-key-path=/var/tls/tls.key\"],\"env\":[{\"name\":\"LOG_LEVEL\",\"value\":\"0\"},{\"name\":\"CACHE_RESYNC_PERIOD\",\"value\":\"10m\"},{\"name\":\"CACHE_NAMESPACE_LABELSELECTOR\",\"value\":\"konflux-ci.dev/type=tenant\"},{\"name\":\"AUTH_USERNAME_HEADER\",\"value\":\"Impersonate-User\"}],\"image\":\"quay.io/konflux-ci/namespace-lister@sha256:e4bb09dfe4513cdbe349507495c7f4044623a3c2aff866b7946d941e82a7a639\",\"livenessProbe\":{\"httpGet\":{\"path\":\"/healthz\",\"port\":8080,\"scheme\":\"HTTPS\"},\"initialDelaySeconds\":1},\"name\":\"namespace-lister\",\"ports\":[{\"containerPort\":8080,\"name\":\"http\"}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/readyz\",\"port\":8080,\"scheme\":\"HTTPS\"},\"initialDelaySeconds\":1},\"resources\":{\"limits\":{\"cpu\":\"200m\",\"memory\":\"256Mi\"},\"requests\":{\"cpu\":\"20m\",\"memory\":\"64Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"capabilities\":{\"drop\":[\"ALL\"]},\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true},\"volumeMounts\":[{\"mountPath\":\"/var/tls\",\"name\":\"tls\",\"readOnly\":true}]}],\"serviceAccountName\":\"namespace-lister\",\"terminationGracePeriodSeconds\":60,\"topologySpreadConstraints\":[{\"labelSelector\":{\"matchLabels\":{\"apps\":\"namespace-lister\"}},\"maxSkew\":1,\"topologyKey\":\"topology.kubernetes.io/zone\",\"whenUnsatisfiable\":\"ScheduleAnyway\"}],\"volumes\":[{\"name\":\"tls\",\"secret\":{\"secretName\":\"namespace-lister-tls\"}}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:18:06Z",
                "generation": 1,
                "labels": {
                    "apps": "namespace-lister"
                },
                "name": "namespace-lister",
                "namespace": "namespace-lister",
                "resourceVersion": "5038",
                "uid": "139a73e3-b4c5-49ce-a0db-a8f8d53a0ab9"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "apps": "namespace-lister"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "apps": "namespace-lister"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "-enable-tls",
                                    "-cert-path=/var/tls/tls.crt",
                                    "-key-path=/var/tls/tls.key"
                                ],
                                "env": [
                                    {
                                        "name": "LOG_LEVEL",
                                        "value": "0"
                                    },
                                    {
                                        "name": "CACHE_RESYNC_PERIOD",
                                        "value": "10m"
                                    },
                                    {
                                        "name": "CACHE_NAMESPACE_LABELSELECTOR",
                                        "value": "konflux-ci.dev/type=tenant"
                                    },
                                    {
                                        "name": "AUTH_USERNAME_HEADER",
                                        "value": "Impersonate-User"
                                    }
                                ],
                                "image": "quay.io/konflux-ci/namespace-lister@sha256:e4bb09dfe4513cdbe349507495c7f4044623a3c2aff866b7946d941e82a7a639",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8080,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 1,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "namespace-lister",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "http",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8080,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 1,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "200m",
                                        "memory": "256Mi"
                                    },
                                    "requests": {
                                        "cpu": "20m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "namespace-lister",
                        "serviceAccountName": "namespace-lister",
                        "terminationGracePeriodSeconds": 60,
                        "topologySpreadConstraints": [
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "apps": "namespace-lister"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "topology.kubernetes.io/zone",
                                "whenUnsatisfiable": "ScheduleAnyway"
                            }
                        ],
                        "volumes": [
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "namespace-lister-tls"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:18:18Z",
                        "lastUpdateTime": "2026-03-16T09:18:18Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:18:06Z",
                        "lastUpdateTime": "2026-03-16T09:18:18Z",
                        "message": "ReplicaSet \"namespace-lister-584d4574c4\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/env-var-secret": "This is the name of the secret rather than the secret",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{\"ignore-check.kube-linter.io/env-var-secret\":\"This is the name of the secret rather than the secret\"},\"labels\":{\"app.kubernetes.io/part-of\":\"pipelines-as-code\",\"app.kubernetes.io/version\":\"v0.42.0\"},\"name\":\"pipelines-as-code-controller\",\"namespace\":\"pipelines-as-code\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"controller\",\"app.kubernetes.io/instance\":\"default\",\"app.kubernetes.io/name\":\"controller\",\"app.kubernetes.io/part-of\":\"pipelines-as-code\"}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"pipelines-as-code-controller\",\"app.kubernetes.io/component\":\"controller\",\"app.kubernetes.io/instance\":\"default\",\"app.kubernetes.io/name\":\"controller\",\"app.kubernetes.io/part-of\":\"pipelines-as-code\",\"app.kubernetes.io/version\":\"v0.42.0\"}},\"spec\":{\"containers\":[{\"env\":[{\"name\":\"CONFIG_LOGGING_NAME\",\"value\":\"pac-config-logging\"},{\"name\":\"TLS_KEY\",\"value\":\"key\"},{\"name\":\"TLS_CERT\",\"value\":\"cert\"},{\"name\":\"TLS_SECRET_NAME\",\"value\":\"pipelines-as-code-tls-secret\"},{\"name\":\"SYSTEM_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}},{\"name\":\"K_METRICS_CONFIG\",\"value\":\"{\\\"Domain\\\":\\\"pipelinesascode.tekton.dev/controller\\\",\\\"Component\\\":\\\"pac_controller\\\",\\\"PrometheusPort\\\":9090,\\\"ConfigMap\\\":{\\\"name\\\":\\\"pipelines-as-code-config-observability\\\"}}\"},{\"name\":\"K_TRACING_CONFIG\",\"value\":\"{\\\"backend\\\":\\\"prometheus\\\",\\\"debug\\\":\\\"false\\\",\\\"sample-rate\\\":\\\"0\\\"}\"},{\"name\":\"K_SINK_TIMEOUT\",\"value\":\"30\"},{\"name\":\"PAC_CONTROLLER_LABEL\",\"value\":\"default\"},{\"name\":\"PAC_CONTROLLER_SECRET\",\"value\":\"pipelines-as-code-secret\"},{\"name\":\"PAC_CONTROLLER_CONFIGMAP\",\"value\":\"pipelines-as-code\"},{\"name\":\"KUBERNETES_MIN_VERSION\",\"value\":\"v1.28.0\"}],\"image\":\"ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-controller:v0.42.0\",\"imagePullPolicy\":\"Always\",\"livenessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/live\",\"port\":\"api\",\"scheme\":\"HTTP\"},\"periodSeconds\":15,\"successThreshold\":1,\"timeoutSeconds\":1},\"name\":\"pac-controller\",\"ports\":[{\"containerPort\":8082,\"name\":\"api\"},{\"containerPort\":9090,\"name\":\"metrics\"}],\"readinessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/live\",\"port\":\"api\",\"scheme\":\"HTTP\"},\"periodSeconds\":15,\"successThreshold\":1,\"timeoutSeconds\":1},\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"},\"requests\":{\"cpu\":\"50m\",\"memory\":\"50Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true},\"volumeMounts\":[{\"mountPath\":\"/etc/pipelines-as-code/tls\",\"name\":\"tls\",\"readOnly\":true}]}],\"securityContext\":{\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"serviceAccountName\":\"pipelines-as-code-controller\",\"volumes\":[{\"name\":\"tls\",\"secret\":{\"optional\":true,\"secretName\":\"pipelines-as-code-tls-secret\"}}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:15:58Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/part-of": "pipelines-as-code",
                    "app.kubernetes.io/version": "v0.42.0"
                },
                "name": "pipelines-as-code-controller",
                "namespace": "pipelines-as-code",
                "resourceVersion": "3007",
                "uid": "03fa04f2-d182-4508-8c79-63fd628a496c"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "controller",
                        "app.kubernetes.io/part-of": "pipelines-as-code"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "pipelines-as-code-controller",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "controller",
                            "app.kubernetes.io/part-of": "pipelines-as-code",
                            "app.kubernetes.io/version": "v0.42.0"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "pac-config-logging"
                                    },
                                    {
                                        "name": "TLS_KEY",
                                        "value": "key"
                                    },
                                    {
                                        "name": "TLS_CERT",
                                        "value": "cert"
                                    },
                                    {
                                        "name": "TLS_SECRET_NAME",
                                        "value": "pipelines-as-code-tls-secret"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "K_METRICS_CONFIG",
                                        "value": "{\"Domain\":\"pipelinesascode.tekton.dev/controller\",\"Component\":\"pac_controller\",\"PrometheusPort\":9090,\"ConfigMap\":{\"name\":\"pipelines-as-code-config-observability\"}}"
                                    },
                                    {
                                        "name": "K_TRACING_CONFIG",
                                        "value": "{\"backend\":\"prometheus\",\"debug\":\"false\",\"sample-rate\":\"0\"}"
                                    },
                                    {
                                        "name": "K_SINK_TIMEOUT",
                                        "value": "30"
                                    },
                                    {
                                        "name": "PAC_CONTROLLER_LABEL",
                                        "value": "default"
                                    },
                                    {
                                        "name": "PAC_CONTROLLER_SECRET",
                                        "value": "pipelines-as-code-secret"
                                    },
                                    {
                                        "name": "PAC_CONTROLLER_CONFIGMAP",
                                        "value": "pipelines-as-code"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.28.0"
                                    }
                                ],
                                "image": "ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-controller:v0.42.0",
                                "imagePullPolicy": "Always",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/live",
                                        "port": "api",
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 15,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "pac-controller",
                                "ports": [
                                    {
                                        "containerPort": 8082,
                                        "name": "api",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/live",
                                        "port": "api",
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 15,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    },
                                    "requests": {
                                        "cpu": "50m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/pipelines-as-code/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "pipelines-as-code-controller",
                        "serviceAccountName": "pipelines-as-code-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": true,
                                    "secretName": "pipelines-as-code-tls-secret"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:03Z",
                        "lastUpdateTime": "2026-03-16T09:16:03Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:15:58Z",
                        "lastUpdateTime": "2026-03-16T09:16:03Z",
                        "message": "ReplicaSet \"pipelines-as-code-controller-7df9d8cb9c\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"app.kubernetes.io/part-of\":\"pipelines-as-code\",\"app.kubernetes.io/version\":\"v0.42.0\"},\"name\":\"pipelines-as-code-watcher\",\"namespace\":\"pipelines-as-code\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"watcher\",\"app.kubernetes.io/instance\":\"default\",\"app.kubernetes.io/name\":\"watcher\",\"app.kubernetes.io/part-of\":\"pipelines-as-code\"}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"pipelines-as-code-watcher\",\"app.kubernetes.io/component\":\"watcher\",\"app.kubernetes.io/instance\":\"default\",\"app.kubernetes.io/name\":\"watcher\",\"app.kubernetes.io/part-of\":\"pipelines-as-code\",\"app.kubernetes.io/version\":\"v0.42.0\"}},\"spec\":{\"containers\":[{\"env\":[{\"name\":\"CONFIG_LOGGING_NAME\",\"value\":\"pac-config-logging\"},{\"name\":\"SYSTEM_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}},{\"name\":\"METRICS_DOMAIN\",\"value\":\"tekton.dev/pipelinesascode\"},{\"name\":\"CONFIG_OBSERVABILITY_NAME\",\"value\":\"pipelines-as-code-config-observability\"},{\"name\":\"CONFIG_LEADERELECTION_NAME\",\"value\":\"pac-watcher-config-leader-election\"},{\"name\":\"KUBERNETES_MIN_VERSION\",\"value\":\"v1.28.0\"}],\"image\":\"ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-watcher:v0.42.0\",\"imagePullPolicy\":\"Always\",\"livenessProbe\":{\"httpGet\":{\"path\":\"/live\",\"port\":\"probes\",\"scheme\":\"HTTP\"},\"initialDelaySeconds\":5,\"periodSeconds\":10,\"timeoutSeconds\":5},\"name\":\"pac-watcher\",\"ports\":[{\"containerPort\":8080,\"name\":\"probes\"},{\"containerPort\":9090,\"name\":\"metrics\"}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/live\",\"port\":\"probes\",\"scheme\":\"HTTP\"},\"initialDelaySeconds\":5,\"periodSeconds\":10,\"timeoutSeconds\":5},\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"},\"requests\":{\"cpu\":\"50m\",\"memory\":\"50Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true}}],\"securityContext\":{\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"serviceAccountName\":\"pipelines-as-code-watcher\"}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:15:59Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/part-of": "pipelines-as-code",
                    "app.kubernetes.io/version": "v0.42.0"
                },
                "name": "pipelines-as-code-watcher",
                "namespace": "pipelines-as-code",
                "resourceVersion": "3230",
                "uid": "2aa7ea11-e5d3-4977-ba25-c1d46235ce5e"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "watcher",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "watcher",
                        "app.kubernetes.io/part-of": "pipelines-as-code"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "pipelines-as-code-watcher",
                            "app.kubernetes.io/component": "watcher",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "watcher",
                            "app.kubernetes.io/part-of": "pipelines-as-code",
                            "app.kubernetes.io/version": "v0.42.0"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "pac-config-logging"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/pipelinesascode"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "pipelines-as-code-config-observability"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "pac-watcher-config-leader-election"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.28.0"
                                    }
                                ],
                                "image": "ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-watcher:v0.42.0",
                                "imagePullPolicy": "Always",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/live",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "pac-watcher",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/live",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    },
                                    "requests": {
                                        "cpu": "50m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "pipelines-as-code-watcher",
                        "serviceAccountName": "pipelines-as-code-watcher",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:17Z",
                        "lastUpdateTime": "2026-03-16T09:16:17Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:15:59Z",
                        "lastUpdateTime": "2026-03-16T09:16:17Z",
                        "message": "ReplicaSet \"pipelines-as-code-watcher-7d557456b5\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/env-var-secret": "This is the name of the secret rather than the secret",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{\"ignore-check.kube-linter.io/env-var-secret\":\"This is the name of the secret rather than the secret\"},\"labels\":{\"app.kubernetes.io/part-of\":\"pipelines-as-code\",\"app.kubernetes.io/version\":\"v0.42.0\"},\"name\":\"pipelines-as-code-webhook\",\"namespace\":\"pipelines-as-code\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"webhook\",\"app.kubernetes.io/instance\":\"default\",\"app.kubernetes.io/name\":\"webhook\",\"app.kubernetes.io/part-of\":\"pipelines-as-code\"}},\"template\":{\"metadata\":{\"labels\":{\"app.kubernetes.io/component\":\"webhook\",\"app.kubernetes.io/instance\":\"default\",\"app.kubernetes.io/name\":\"webhook\",\"app.kubernetes.io/part-of\":\"pipelines-as-code\",\"app.kubernetes.io/version\":\"v0.42.0\"}},\"spec\":{\"containers\":[{\"env\":[{\"name\":\"CONFIG_LOGGING_NAME\",\"value\":\"pac-config-logging\"},{\"name\":\"SYSTEM_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}},{\"name\":\"WEBHOOK_SERVICE_NAME\",\"value\":\"pipelines-as-code-webhook\"},{\"name\":\"WEBHOOK_SECRET_NAME\",\"value\":\"pipelines-as-code-webhook-certs\"},{\"name\":\"METRICS_DOMAIN\",\"value\":\"tekton.dev/pipelinesascode\"},{\"name\":\"CONFIG_LEADERELECTION_NAME\",\"value\":\"pac-webhook-config-leader-election\"},{\"name\":\"KUBERNETES_MIN_VERSION\",\"value\":\"v1.28.0\"}],\"image\":\"ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-webhook:v0.42.0\",\"name\":\"pac-webhook\",\"ports\":[{\"containerPort\":8443,\"name\":\"https-webhook\"}],\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"},\"requests\":{\"cpu\":\"50m\",\"memory\":\"50Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true}}],\"securityContext\":{\"runAsNonRoot\":true,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}},\"serviceAccountName\":\"pipelines-as-code-webhook\"}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:15:59Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/part-of": "pipelines-as-code",
                    "app.kubernetes.io/version": "v0.42.0"
                },
                "name": "pipelines-as-code-webhook",
                "namespace": "pipelines-as-code",
                "resourceVersion": "3156",
                "uid": "448d7ceb-2c06-4e5d-9deb-1f4e23957611"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "webhook",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "webhook",
                        "app.kubernetes.io/part-of": "pipelines-as-code"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "webhook",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "webhook",
                            "app.kubernetes.io/part-of": "pipelines-as-code",
                            "app.kubernetes.io/version": "v0.42.0"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "pac-config-logging"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "pipelines-as-code-webhook"
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "pipelines-as-code-webhook-certs"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/pipelinesascode"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "pac-webhook-config-leader-election"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.28.0"
                                    }
                                ],
                                "image": "ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-webhook:v0.42.0",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "pac-webhook",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    },
                                    "requests": {
                                        "cpu": "50m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "pipelines-as-code-webhook",
                        "serviceAccountName": "pipelines-as-code-webhook",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:08Z",
                        "lastUpdateTime": "2026-03-16T09:16:08Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:15:59Z",
                        "lastUpdateTime": "2026-03-16T09:16:08Z",
                        "message": "ReplicaSet \"pipelines-as-code-webhook-f7b45c7ff\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/liveness-port": "Keeping upstream configs",
                    "ignore-check.kube-linter.io/readiness-port": "Keeping upstream configs"
                },
                "creationTimestamp": "2026-03-16T09:17:41Z",
                "generation": 1,
                "labels": {
                    "control-plane": "controller-manager"
                },
                "name": "release-service-controller-manager",
                "namespace": "release-service",
                "resourceVersion": "4607",
                "uid": "c3bb1529-17a1-4e72-8c74-eb49d41f562c"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "control-plane": "controller-manager"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "kubectl.kubernetes.io/default-container": "manager"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "control-plane": "controller-manager"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--metrics-bind-address=:8080",
                                    "--leader-elect=false"
                                ],
                                "command": [
                                    "/manager"
                                ],
                                "env": [
                                    {
                                        "name": "DEFAULT_RELEASE_PVC",
                                        "valueFrom": {
                                            "configMapKeyRef": {
                                                "key": "DEFAULT_RELEASE_PVC",
                                                "name": "release-service-manager-properties",
                                                "optional": true
                                            }
                                        }
                                    },
                                    {
                                        "name": "DEFAULT_RELEASE_WORKSPACE_NAME",
                                        "valueFrom": {
                                            "configMapKeyRef": {
                                                "key": "DEFAULT_RELEASE_WORKSPACE_NAME",
                                                "name": "release-service-manager-properties",
                                                "optional": true
                                            }
                                        }
                                    },
                                    {
                                        "name": "DEFAULT_RELEASE_WORKSPACE_SIZE",
                                        "valueFrom": {
                                            "configMapKeyRef": {
                                                "key": "DEFAULT_RELEASE_WORKSPACE_SIZE",
                                                "name": "release-service-manager-properties",
                                                "optional": true
                                            }
                                        }
                                    },
                                    {
                                        "name": "SERVICE_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/konflux-ci/release-service:aefb655745062ec5396574cd6e2caa81295e2e59",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "manager",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "webhook-server",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "128Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tmp/k8s-webhook-server/serving-certs",
                                        "name": "cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true
                        },
                        "serviceAccount": "release-service-controller-manager",
                        "serviceAccountName": "release-service-controller-manager",
                        "terminationGracePeriodSeconds": 10,
                        "volumes": [
                            {
                                "name": "cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "webhook-server-cert"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:17:57Z",
                        "lastUpdateTime": "2026-03-16T09:17:57Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:17:41Z",
                        "lastUpdateTime": "2026-03-16T09:17:57Z",
                        "message": "ReplicaSet \"release-service-controller-manager-649cb8b95c\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "2",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"name\":\"gosmee-client\",\"namespace\":\"smee-client\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app\":\"gosmee-client\"}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"gosmee-client\"}},\"spec\":{\"containers\":[{\"args\":[\"client\",\"https://smee.io/eD7wVjSs9x6FJ\",\"http://localhost:8080\"],\"image\":\"ghcr.io/chmouel/gosmee:v0.29.0\",\"imagePullPolicy\":\"Always\",\"livenessProbe\":{\"exec\":{\"command\":[\"/shared/check-smee-health.sh\"]},\"failureThreshold\":2,\"initialDelaySeconds\":20,\"periodSeconds\":30,\"timeoutSeconds\":10},\"name\":\"gosmee\",\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"32Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"32Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"runAsUser\":65532},\"volumeMounts\":[{\"mountPath\":\"/shared\",\"name\":\"shared-health\"}]},{\"env\":[{\"name\":\"DOWNSTREAM_SERVICE_URL\",\"value\":\"http://44.236.88.86:8180\"},{\"name\":\"SMEE_CHANNEL_URL\",\"value\":\"https://smee.io/eD7wVjSs9x6FJ\"},{\"name\":\"INSECURE_SKIP_VERIFY\",\"value\":\"true\"},{\"name\":\"HEALTH_CHECK_TIMEOUT_SECONDS\",\"value\":\"20\"}],\"image\":\"quay.io/konflux-ci/smee-sidecar:latest@sha256:000d64f2768bee09fd63f0571e39352abd568963484a00778ce755f895b027ee\",\"imagePullPolicy\":\"IfNotPresent\",\"livenessProbe\":{\"exec\":{\"command\":[\"/shared/check-sidecar-health.sh\"]},\"failureThreshold\":2,\"initialDelaySeconds\":10,\"periodSeconds\":30,\"timeoutSeconds\":10},\"name\":\"health-check-sidecar\",\"ports\":[{\"containerPort\":8080,\"name\":\"http\"},{\"containerPort\":9100,\"name\":\"metrics\"}],\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"32Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"32Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true,\"runAsUser\":65532},\"volumeMounts\":[{\"mountPath\":\"/shared\",\"name\":\"shared-health\"}]}],\"securityContext\":{\"fsGroup\":65532},\"volumes\":[{\"emptyDir\":{},\"name\":\"shared-health\"}]}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:16:45Z",
                "generation": 2,
                "name": "gosmee-client",
                "namespace": "smee-client",
                "resourceVersion": "6148",
                "uid": "ee77b4e7-e188-457a-a88f-b52d670a864f"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app": "gosmee-client"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "gosmee-client"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "client",
                                    "https://smee.io/eD7wVjSs9x6FJ",
                                    "http://localhost:8080"
                                ],
                                "image": "ghcr.io/chmouel/gosmee:v0.29.0",
                                "imagePullPolicy": "Always",
                                "livenessProbe": {
                                    "exec": {
                                        "command": [
                                            "/shared/check-smee-health.sh"
                                        ]
                                    },
                                    "failureThreshold": 2,
                                    "initialDelaySeconds": 20,
                                    "periodSeconds": 30,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "name": "gosmee",
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "32Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "32Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/shared",
                                        "name": "shared-health"
                                    }
                                ]
                            },
                            {
                                "env": [
                                    {
                                        "name": "DOWNSTREAM_SERVICE_URL",
                                        "value": "http://44.236.88.86:8180"
                                    },
                                    {
                                        "name": "SMEE_CHANNEL_URL",
                                        "value": "https://smee.io/eD7wVjSs9x6FJ"
                                    },
                                    {
                                        "name": "INSECURE_SKIP_VERIFY",
                                        "value": "true"
                                    },
                                    {
                                        "name": "HEALTH_CHECK_TIMEOUT_SECONDS",
                                        "value": "20"
                                    }
                                ],
                                "image": "quay.io/konflux-ci/smee-sidecar:latest@sha256:000d64f2768bee09fd63f0571e39352abd568963484a00778ce755f895b027ee",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "exec": {
                                        "command": [
                                            "/shared/check-sidecar-health.sh"
                                        ]
                                    },
                                    "failureThreshold": 2,
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 30,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "name": "health-check-sidecar",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "http",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9100,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "32Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "32Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/shared",
                                        "name": "shared-health"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "fsGroup": 65532
                        },
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "emptyDir": {},
                                "name": "shared-health"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:16:52Z",
                        "lastUpdateTime": "2026-03-16T09:16:52Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:16:45Z",
                        "lastUpdateTime": "2026-03-16T09:20:21Z",
                        "message": "ReplicaSet \"gosmee-client-7c9f9d68ff\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 2,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"operator.tekton.dev/release\":\"v0.79.0\",\"version\":\"v0.79.0\"},\"name\":\"tekton-operator\",\"namespace\":\"tekton-operator\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"name\":\"tekton-operator\"}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"tekton-operator\",\"name\":\"tekton-operator\"}},\"spec\":{\"containers\":[{\"args\":[\"-controllers\",\"tektonconfig,tektonpipeline,tektontrigger,tektonhub,tektonchain,tektonresult,tektondashboard,manualapprovalgate,tektonpruner,tektonscheduler,tektonmulticlusterproxyaae\",\"-unique-process-name\",\"tekton-operator-lifecycle\"],\"env\":[{\"name\":\"KUBERNETES_MIN_VERSION\",\"value\":\"v1.0.0\"},{\"name\":\"SYSTEM_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}},{\"name\":\"POD_NAME\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.name\"}}},{\"name\":\"OPERATOR_NAME\",\"value\":\"tekton-operator\"},{\"name\":\"IMAGE_PIPELINES_PROXY\",\"value\":\"ghcr.io/tektoncd/operator/proxy-webhook-f6167da7bc41b96a27c5529f850e63d1:v0.79.0@sha256:fd1311731585e2be65571d04a6a6c5b822723236aa76a0768bb42f2477bee3f1\"},{\"name\":\"IMAGE_JOB_PRUNER_TKN\",\"value\":\"ghcr.io/tektoncd/plumbing/tkn@sha256:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed\"},{\"name\":\"METRICS_DOMAIN\",\"value\":\"tekton.dev/operator\"},{\"name\":\"VERSION\",\"value\":\"v0.79.0\"},{\"name\":\"CONFIG_OBSERVABILITY_NAME\",\"value\":\"tekton-config-observability\"},{\"name\":\"CONFIG_LEADERELECTION_NAME\",\"value\":\"tekton-operator-controller-config-leader-election\"},{\"name\":\"AUTOINSTALL_COMPONENTS\",\"valueFrom\":{\"configMapKeyRef\":{\"key\":\"AUTOINSTALL_COMPONENTS\",\"name\":\"tekton-config-defaults\"}}},{\"name\":\"DEFAULT_TARGET_NAMESPACE\",\"valueFrom\":{\"configMapKeyRef\":{\"key\":\"DEFAULT_TARGET_NAMESPACE\",\"name\":\"tekton-config-defaults\"}}}],\"image\":\"ghcr.io/tektoncd/operator/operator-303303c315a48490ba6517859ef65b77:v0.79.0@sha256:bc90657a93a35b4046ef4fbfc236ecd38c0ea46feea20a44a69f44110731de01\",\"imagePullPolicy\":\"IfNotPresent\",\"name\":\"tekton-operator-lifecycle\",\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"10Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true}},{\"args\":[\"-controllers\",\"tektoninstallerset\",\"-unique-process-name\",\"tekton-operator-cluster-operations\"],\"env\":[{\"name\":\"KUBERNETES_MIN_VERSION\",\"value\":\"v1.0.0\"},{\"name\":\"SYSTEM_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}},{\"name\":\"POD_NAME\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.name\"}}},{\"name\":\"OPERATOR_NAME\",\"value\":\"tekton-operator\"},{\"name\":\"PROFILING_PORT\",\"value\":\"9009\"},{\"name\":\"VERSION\",\"value\":\"v0.79.0\"},{\"name\":\"METRICS_DOMAIN\",\"value\":\"tekton.dev/operator\"},{\"name\":\"CONFIG_LEADERELECTION_NAME\",\"value\":\"tekton-operator-controller-config-leader-election\"}],\"image\":\"ghcr.io/tektoncd/operator/operator-303303c315a48490ba6517859ef65b77:v0.79.0@sha256:bc90657a93a35b4046ef4fbfc236ecd38c0ea46feea20a44a69f44110731de01\",\"imagePullPolicy\":\"IfNotPresent\",\"name\":\"tekton-operator-cluster-operations\",\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"10Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true}}],\"serviceAccountName\":\"tekton-operator\"}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:13:47Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/release": "v0.79.0",
                    "version": "v0.79.0"
                },
                "name": "tekton-operator",
                "namespace": "tekton-operator",
                "resourceVersion": "1049",
                "uid": "51ae16ac-39b0-4113-8072-83ecef98a0bc"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "name": "tekton-operator"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-operator",
                            "name": "tekton-operator"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "-controllers",
                                    "tektonconfig,tektonpipeline,tektontrigger,tektonhub,tektonchain,tektonresult,tektondashboard,manualapprovalgate,tektonpruner,tektonscheduler,tektonmulticlusterproxyaae",
                                    "-unique-process-name",
                                    "tekton-operator-lifecycle"
                                ],
                                "env": [
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "tekton-operator"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_PROXY",
                                        "value": "ghcr.io/tektoncd/operator/proxy-webhook-f6167da7bc41b96a27c5529f850e63d1:v0.79.0@sha256:fd1311731585e2be65571d04a6a6c5b822723236aa76a0768bb42f2477bee3f1"
                                    },
                                    {
                                        "name": "IMAGE_JOB_PRUNER_TKN",
                                        "value": "ghcr.io/tektoncd/plumbing/tkn@sha256:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/operator"
                                    },
                                    {
                                        "name": "VERSION",
                                        "value": "v0.79.0"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "tekton-config-observability"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-operator-controller-config-leader-election"
                                    },
                                    {
                                        "name": "AUTOINSTALL_COMPONENTS",
                                        "valueFrom": {
                                            "configMapKeyRef": {
                                                "key": "AUTOINSTALL_COMPONENTS",
                                                "name": "tekton-config-defaults"
                                            }
                                        }
                                    },
                                    {
                                        "name": "DEFAULT_TARGET_NAMESPACE",
                                        "valueFrom": {
                                            "configMapKeyRef": {
                                                "key": "DEFAULT_TARGET_NAMESPACE",
                                                "name": "tekton-config-defaults"
                                            }
                                        }
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/operator/operator-303303c315a48490ba6517859ef65b77:v0.79.0@sha256:bc90657a93a35b4046ef4fbfc236ecd38c0ea46feea20a44a69f44110731de01",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-operator-lifecycle",
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "10Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            },
                            {
                                "args": [
                                    "-controllers",
                                    "tektoninstallerset",
                                    "-unique-process-name",
                                    "tekton-operator-cluster-operations"
                                ],
                                "env": [
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "tekton-operator"
                                    },
                                    {
                                        "name": "PROFILING_PORT",
                                        "value": "9009"
                                    },
                                    {
                                        "name": "VERSION",
                                        "value": "v0.79.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/operator"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-operator-controller-config-leader-election"
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/operator/operator-303303c315a48490ba6517859ef65b77:v0.79.0@sha256:bc90657a93a35b4046ef4fbfc236ecd38c0ea46feea20a44a69f44110731de01",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-operator-cluster-operations",
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "10Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "tekton-operator",
                        "serviceAccountName": "tekton-operator",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:13:52Z",
                        "lastUpdateTime": "2026-03-16T09:13:52Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:13:47Z",
                        "lastUpdateTime": "2026-03-16T09:13:52Z",
                        "message": "ReplicaSet \"tekton-operator-6b96d7c975\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1",
                    "ignore-check.kube-linter.io/env-var-secret": "This is the name of the secret rather than the secret",
                    "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{\"ignore-check.kube-linter.io/env-var-secret\":\"This is the name of the secret rather than the secret\"},\"labels\":{\"operator.tekton.dev/release\":\"v0.79.0\",\"version\":\"v0.79.0\"},\"name\":\"tekton-operator-webhook\",\"namespace\":\"tekton-operator\"},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"name\":\"tekton-operator-webhook\"}},\"template\":{\"metadata\":{\"labels\":{\"app\":\"tekton-operator\",\"name\":\"tekton-operator-webhook\"}},\"spec\":{\"containers\":[{\"env\":[{\"name\":\"KUBERNETES_MIN_VERSION\",\"value\":\"v1.0.0\"},{\"name\":\"SYSTEM_NAMESPACE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.namespace\"}}},{\"name\":\"WEBHOOK_POD_NAME\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.name\"}}},{\"name\":\"CONFIG_LOGGING_NAME\",\"value\":\"config-logging\"},{\"name\":\"CONFIG_LEADERELECTION_NAME\",\"value\":\"tekton-operator-webhook-config-leader-election\"},{\"name\":\"WEBHOOK_SERVICE_NAME\",\"value\":\"tekton-operator-webhook\"},{\"name\":\"WEBHOOK_SECRET_NAME\",\"value\":\"tekton-operator-webhook-certs\"},{\"name\":\"METRICS_DOMAIN\",\"value\":\"tekton.dev/operator\"}],\"image\":\"ghcr.io/tektoncd/operator/webhook-f2bb711aa8f0c0892856a4cbf6d9ddd8:v0.79.0@sha256:1096920eeb1ad279f4f7e69cec6bf96d8b48a4f038b02f36f7b54ce073e6b0a5\",\"name\":\"tekton-operator-webhook\",\"ports\":[{\"containerPort\":8443,\"name\":\"https-webhook\"}],\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"10Mi\"}},\"securityContext\":{\"readOnlyRootFilesystem\":true,\"runAsNonRoot\":true}}],\"serviceAccountName\":\"tekton-operator\"}}}}\n"
                },
                "creationTimestamp": "2026-03-16T09:13:47Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/release": "v0.79.0",
                    "version": "v0.79.0"
                },
                "name": "tekton-operator-webhook",
                "namespace": "tekton-operator",
                "resourceVersion": "1070",
                "uid": "78feef20-bf40-4242-a21a-bad5407c2285"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "name": "tekton-operator-webhook"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-operator",
                            "name": "tekton-operator-webhook"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-operator-webhook-config-leader-election"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "tekton-operator-webhook"
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "tekton-operator-webhook-certs"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/operator"
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/operator/webhook-f2bb711aa8f0c0892856a4cbf6d9ddd8:v0.79.0@sha256:1096920eeb1ad279f4f7e69cec6bf96d8b48a4f038b02f36f7b54ce073e6b0a5",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-operator-webhook",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "10Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "tekton-operator",
                        "serviceAccountName": "tekton-operator",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:13:54Z",
                        "lastUpdateTime": "2026-03-16T09:13:54Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:13:47Z",
                        "lastUpdateTime": "2026-03-16T09:13:54Z",
                        "message": "ReplicaSet \"tekton-operator-webhook-65d7569769\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "2"
                },
                "creationTimestamp": "2026-03-16T09:15:05Z",
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "controller",
                    "app.kubernetes.io/part-of": "tekton-chains",
                    "operator.tekton.dev/operand-name": "tektoncd-chains",
                    "pipeline.tekton.dev/release": "v0.26.2",
                    "version": "v0.26.2"
                },
                "name": "tekton-chains-controller",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "chain-pcj9r",
                        "uid": "b4efc4c5-5f62-452c-ad37-7d3f56f16657"
                    }
                ],
                "resourceVersion": "2776",
                "uid": "678f763c-37e0-4cda-9adb-c95213ba16fd"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "controller",
                        "app.kubernetes.io/part-of": "tekton-chains"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-chains-controller",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "controller",
                            "app.kubernetes.io/part-of": "tekton-chains",
                            "deployment.spec.replicas": "1",
                            "operator.tekton.dev/deployment-spec-applied-hash": "c928362b399530cb75d6f56d119ccac8",
                            "pipeline.tekton.dev/release": "v0.26.2",
                            "version": "v0.26.2"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "controller",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "controller",
                                                    "app.kubernetes.io/part-of": "tekton-chains"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-chains-config-leader-election"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "tekton-chains-config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/chains"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/chains/controller-92006fd957c0afd31de6a40b3e33b39f:v0.26.2@sha256:dd86ef17259de205532bdda16cae3a12514785b3feeeae903ca1ddd1541ce7c5",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-chains-controller",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsUser": 65532
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/signing-secrets",
                                        "name": "signing-secrets"
                                    },
                                    {
                                        "mountPath": "/var/run/sigstore/cosign",
                                        "name": "oidc-info"
                                    },
                                    {
                                        "mountPath": "/etc/ssl/certs",
                                        "name": "trusted-ca",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-chains-controller",
                        "serviceAccountName": "tekton-chains-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "signing-secrets",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "signing-secrets"
                                }
                            },
                            {
                                "name": "oidc-info",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "sigstore",
                                                "expirationSeconds": 600,
                                                "path": "oidc-token"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "trusted-ca",
                                    "optional": true
                                },
                                "name": "trusted-ca"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:15:09Z",
                        "lastUpdateTime": "2026-03-16T09:15:09Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:15:05Z",
                        "lastUpdateTime": "2026-03-16T09:15:56Z",
                        "message": "ReplicaSet \"tekton-chains-controller-d989c4cc6\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 2,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:14:14Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "events",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "events",
                    "app.kubernetes.io/part-of": "tekton-pipelines",
                    "app.kubernetes.io/version": "v1.10.0",
                    "operator.tekton.dev/operand-name": "tektoncd-pipelines",
                    "pipeline.tekton.dev/release": "v1.10.0",
                    "version": "v1.10.0"
                },
                "name": "tekton-events-controller",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "pipeline-main-deployment-hphhn",
                        "uid": "15042f2c-a651-49e0-92e9-60464c9cf74b"
                    }
                ],
                "resourceVersion": "1568",
                "uid": "ac858bca-5a22-4375-b3fc-81985ebf0eb3"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "events",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "events",
                        "app.kubernetes.io/part-of": "tekton-pipelines"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-events-controller",
                            "app.kubernetes.io/component": "events",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "events",
                            "app.kubernetes.io/part-of": "tekton-pipelines",
                            "app.kubernetes.io/version": "v1.10.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "e046087e0d789f0cdc0aa074b3fc01ba",
                            "pipeline.tekton.dev/release": "v1.10.0",
                            "version": "v1.10.0"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_DEFAULTS_NAME",
                                        "value": "config-defaults"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-events"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/etc/ssl/certs"
                                    },
                                    {
                                        "name": "SSL_CERT_FILE",
                                        "value": "/etc/config-registry-cert/cert"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/pipeline/events-a9042f7efb0cbade2a868a1ee5ddd52c:v1.10.0@sha256:7568e15a56155b455cdcf43732d7674b66e206b905e85baf5cb7d3c153ec7b63",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "tekton-events-controller",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readiness",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/config-logging",
                                        "name": "config-logging"
                                    },
                                    {
                                        "mountPath": "/etc/config-registry-cert",
                                        "name": "config-registry-cert"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-events-controller",
                        "serviceAccountName": "tekton-events-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config-logging"
                                },
                                "name": "config-logging"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config-registry-cert"
                                },
                                "name": "config-registry-cert"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:14:31Z",
                        "lastUpdateTime": "2026-03-16T09:14:31Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:14:14Z",
                        "lastUpdateTime": "2026-03-16T09:14:31Z",
                        "message": "ReplicaSet \"tekton-events-controller-6d8db65c96\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:14:15Z",
                "generation": 1,
                "labels": {
                    "operator.tekton.dev/operand-name": "tektoncd-pipelines",
                    "operator.tekton.dev/release": "devel",
                    "version": "devel"
                },
                "name": "tekton-operator-proxy-webhook",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "pipeline-main-deployment-hphhn",
                        "uid": "15042f2c-a651-49e0-92e9-60464c9cf74b"
                    }
                ],
                "resourceVersion": "1552",
                "uid": "593e84cf-da9f-44b0-b2a0-221c24578a69"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "name": "tekton-operator"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-operator",
                            "name": "tekton-operator",
                            "operator.tekton.dev/deployment-spec-applied-hash": "d75cb20989c248fde7e8e421b4d1430c"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-operator-proxy-webhook-config-leader-election"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/operator"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "proxy-webhook-certs"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "tekton-operator-proxy-webhook"
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/operator/proxy-webhook-f6167da7bc41b96a27c5529f850e63d1:v0.79.0@sha256:fd1311731585e2be65571d04a6a6c5b822723236aa76a0768bb42f2477bee3f1",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "proxy",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "500Mi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsUser": 65532,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-operators-proxy-webhook",
                        "serviceAccountName": "tekton-operators-proxy-webhook",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:14:28Z",
                        "lastUpdateTime": "2026-03-16T09:14:28Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:14:15Z",
                        "lastUpdateTime": "2026-03-16T09:14:28Z",
                        "message": "ReplicaSet \"tekton-operator-proxy-webhook-6d6568fbcf\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:14:14Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "controller",
                    "app.kubernetes.io/part-of": "tekton-pipelines",
                    "app.kubernetes.io/version": "v1.10.0",
                    "operator.tekton.dev/operand-name": "tektoncd-pipelines",
                    "pipeline.tekton.dev/release": "v1.10.0",
                    "version": "v1.10.0"
                },
                "name": "tekton-pipelines-controller",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "pipeline-main-deployment-hphhn",
                        "uid": "15042f2c-a651-49e0-92e9-60464c9cf74b"
                    }
                ],
                "resourceVersion": "1558",
                "uid": "7d3d583e-6b4a-4a28-98f9-78765ba40167"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "controller",
                        "app.kubernetes.io/part-of": "tekton-pipelines"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-pipelines-controller",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "controller",
                            "app.kubernetes.io/part-of": "tekton-pipelines",
                            "app.kubernetes.io/version": "v1.10.0",
                            "deployment.spec.replicas": "1",
                            "operator.tekton.dev/deployment-spec-applied-hash": "9c3422b5e459838a9f1409b2eb255c0c",
                            "pipeline.tekton.dev/release": "v1.10.0",
                            "version": "v1.10.0"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "controller",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "controller",
                                                    "app.kubernetes.io/part-of": "tekton-pipelines"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "-entrypoint-image",
                                    "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.10.0@sha256:8d8b3c2ca74f4d0997d628a4fcce965d097bf147bc8c4a8fa086f59b79b5f60a",
                                    "-nop-image",
                                    "ghcr.io/tektoncd/pipeline/nop-8eac7c133edad5df719dc37b36b62482:v1.10.0@sha256:13adcca14894b55bf3b6e3c93d3929b1af0b34a7d83948ebdeb85198e53310e4",
                                    "-sidecarlogresults-image",
                                    "ghcr.io/tektoncd/pipeline/sidecarlogresults-7501c6a20d741631510a448b48ab098f:v1.10.0@sha256:8e3ccf82cc0d2f116568defa4cf9a0e6461ada7ce596685c2bb7a10df99f292c",
                                    "-workingdirinit-image",
                                    "ghcr.io/tektoncd/pipeline/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:v1.10.0@sha256:24cfc8896168be54a962b7dcdd8cfdd242372a71bcccd6ee4cc57ea25882eddc",
                                    "-shell-image",
                                    "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791",
                                    "-shell-image-win",
                                    "mcr.microsoft.com/powershell:nanoserver@sha256:b6d5ff841b78bdf2dfed7550000fd4f3437385b8fa686ec0f010be24777654d6",
                                    "-disable-ha=false"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_DEFAULTS_NAME",
                                        "value": "config-defaults"
                                    },
                                    {
                                        "name": "CONFIG_FEATURE_FLAGS_NAME",
                                        "value": "feature-flags"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-controller"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability"
                                    },
                                    {
                                        "name": "CONFIG_SPIRE",
                                        "value": "config-spire"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/pipeline"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/etc/ssl/certs"
                                    },
                                    {
                                        "name": "SSL_CERT_FILE",
                                        "value": "/etc/config-registry-cert/cert"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/pipeline/controller-10a3e32792f33651396d02b6855a6e36:v1.10.0@sha256:511c343b7f2c866a26a648b5b0fb3cb8f89e4a8e9591fa31b39d07a51a318914",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "tekton-pipelines-controller",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readiness",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/config-logging",
                                        "name": "config-logging"
                                    },
                                    {
                                        "mountPath": "/etc/config-registry-cert",
                                        "name": "config-registry-cert"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-pipelines-controller",
                        "serviceAccountName": "tekton-pipelines-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config-logging"
                                },
                                "name": "config-logging"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config-registry-cert"
                                },
                                "name": "config-registry-cert"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:14:29Z",
                        "lastUpdateTime": "2026-03-16T09:14:29Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:14:14Z",
                        "lastUpdateTime": "2026-03-16T09:14:29Z",
                        "message": "ReplicaSet \"tekton-pipelines-controller-564cbddb6c\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "2"
                },
                "creationTimestamp": "2026-03-16T09:14:14Z",
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/component": "resolvers",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "resolvers",
                    "app.kubernetes.io/part-of": "tekton-pipelines",
                    "app.kubernetes.io/version": "v1.10.0",
                    "operator.tekton.dev/operand-name": "tektoncd-pipelines",
                    "pipeline.tekton.dev/release": "v1.10.0",
                    "version": "v1.10.0"
                },
                "name": "tekton-pipelines-remote-resolvers",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "pipeline-main-deployment-hphhn",
                        "uid": "15042f2c-a651-49e0-92e9-60464c9cf74b"
                    }
                ],
                "resourceVersion": "2707",
                "uid": "cea57de9-0fb9-4aba-bf4c-0fb0f5486c3b"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "resolvers",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "resolvers",
                        "app.kubernetes.io/part-of": "tekton-pipelines"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-pipelines-resolvers",
                            "app.kubernetes.io/component": "resolvers",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "resolvers",
                            "app.kubernetes.io/part-of": "tekton-pipelines",
                            "app.kubernetes.io/version": "v1.10.0",
                            "deployment.spec.replicas": "1",
                            "operator.tekton.dev/deployment-spec-applied-hash": "c84fa4330278a0610570ab5057c0cb02",
                            "pipeline.tekton.dev/release": "v1.10.0",
                            "version": "v1.10.0"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "resolvers",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "resolvers",
                                                    "app.kubernetes.io/part-of": "tekton-pipelines"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/sbin/tini",
                                    "--",
                                    "/ko-app/resolvers"
                                ],
                                "env": [
                                    {
                                        "name": "ARTIFACT_HUB_API",
                                        "value": "https://artifacthub.io/"
                                    },
                                    {
                                        "name": "CONFIG_FEATURE_FLAGS_NAME",
                                        "value": "feature-flags"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-resolvers"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability"
                                    },
                                    {
                                        "name": "GIT_SSL_CAINFO",
                                        "value": "/etc/ssl/certs/ca-bundle.crt"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/resolution"
                                    },
                                    {
                                        "name": "PROBES_PORT",
                                        "value": "8080"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "TEKTON_HUB_API"
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.10.0@sha256:c4194e5138bf3567096f2e931e221ded4e3843ff0c10e39c50c470b4f96574bc",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "controller",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "1",
                                        "memory": "4Gi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tmp",
                                        "name": "tmp-clone-volume"
                                    },
                                    {
                                        "mountPath": "/etc/ssl/certs",
                                        "name": "trusted-ca",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-pipelines-resolvers",
                        "serviceAccountName": "tekton-pipelines-resolvers",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "emptyDir": {
                                    "sizeLimit": "4Gi"
                                },
                                "name": "tmp-clone-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "trusted-ca",
                                    "optional": true
                                },
                                "name": "trusted-ca"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:14:23Z",
                        "lastUpdateTime": "2026-03-16T09:14:23Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:14:14Z",
                        "lastUpdateTime": "2026-03-16T09:15:55Z",
                        "message": "ReplicaSet \"tekton-pipelines-remote-resolvers-5c749bd799\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 2,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:14:14Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "webhook",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "webhook",
                    "app.kubernetes.io/part-of": "tekton-pipelines",
                    "app.kubernetes.io/version": "v1.10.0",
                    "operator.tekton.dev/operand-name": "tektoncd-pipelines",
                    "pipeline.tekton.dev/release": "v1.10.0",
                    "version": "v1.10.0"
                },
                "name": "tekton-pipelines-webhook",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "pipeline-main-deployment-hphhn",
                        "uid": "15042f2c-a651-49e0-92e9-60464c9cf74b"
                    }
                ],
                "resourceVersion": "1612",
                "uid": "6aed9444-d05f-48e0-abbf-b2216495d591"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "webhook",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "webhook",
                        "app.kubernetes.io/part-of": "tekton-pipelines"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-pipelines-webhook",
                            "app.kubernetes.io/component": "webhook",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "webhook",
                            "app.kubernetes.io/part-of": "tekton-pipelines",
                            "app.kubernetes.io/version": "v1.10.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "83ff724c263de669ded3b9d9526836b1",
                            "pipeline.tekton.dev/release": "v1.10.0",
                            "version": "v1.10.0"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "webhook",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "webhook",
                                                    "app.kubernetes.io/part-of": "tekton-pipelines"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_FEATURE_FLAGS_NAME",
                                        "value": "feature-flags"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-webhook"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/pipeline"
                                    },
                                    {
                                        "name": "PROBES_PORT",
                                        "value": "8080"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_ADMISSION_CONTROLLER_NAME",
                                        "value": "webhook.pipeline.tekton.dev"
                                    },
                                    {
                                        "name": "WEBHOOK_PORT",
                                        "value": "8443"
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "webhook-certs"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "tekton-pipelines-webhook"
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v1.10.0@sha256:92b99b48097f4fbc31423980bc2fa6eb9e232b868d1adc48eef9caee1909f1e1",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "webhook",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readiness",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "500Mi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-pipelines-webhook",
                        "serviceAccountName": "tekton-pipelines-webhook",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:14:37Z",
                        "lastUpdateTime": "2026-03-16T09:14:37Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:14:14Z",
                        "lastUpdateTime": "2026-03-16T09:14:37Z",
                        "message": "ReplicaSet \"tekton-pipelines-webhook-648cf4d468\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:15:11Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/name": "tekton-results-api",
                    "app.kubernetes.io/part-of": "tekton-results",
                    "app.kubernetes.io/version": "v0.18.0",
                    "operator.tekton.dev/operand-name": "tektoncd-results"
                },
                "name": "tekton-results-api",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "result-mtt62",
                        "uid": "a8773f65-75ab-4c03-a281-c426a1048459"
                    }
                ],
                "resourceVersion": "2469",
                "uid": "6f56fce5-f819-4f84-8f00-7797ca492906"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/name": "tekton-results-api",
                        "app.kubernetes.io/version": "v0.18.0"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-results-api",
                            "app.kubernetes.io/name": "tekton-results-api",
                            "app.kubernetes.io/version": "v0.18.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "c101ce699888551a9f63389dbc944ee2"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/name": "tekton-results-api",
                                                    "app.kubernetes.io/version": "v0.18.0"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "DB_HOST",
                                        "value": "tekton-results-postgres-service.tekton-pipelines.svc.cluster.local"
                                    },
                                    {
                                        "name": "DB_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "POSTGRES_PASSWORD",
                                                "name": "tekton-results-postgres"
                                            }
                                        }
                                    },
                                    {
                                        "name": "DB_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "POSTGRES_USER",
                                                "name": "tekton-results-postgres"
                                            }
                                        }
                                    },
                                    {
                                        "name": "IS_EXTERNAL_DB",
                                        "value": "false"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "LOGGING_PLUGIN_TLS_VERIFICATION_DISABLE",
                                        "value": "false"
                                    },
                                    {
                                        "name": "ROUTE_ENABLED",
                                        "value": "false"
                                    },
                                    {
                                        "name": "ROUTE_TLS_TERMINATION",
                                        "value": "edge"
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/results/api-b1b7ffa9ba32f7c3020c3b68830b30a8:v0.18.0@sha256:72833d31749615fe45d4f7b7a3d4964e5da1cc2966e983fd31f67720d5c22720",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8080,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "api",
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8080,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "startupProbe": {
                                    "failureThreshold": 10,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8080,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tekton/results",
                                        "name": "config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-results-api",
                        "serviceAccountName": "tekton-results-api",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "tekton-results-api-config"
                                },
                                "name": "config"
                            },
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "tekton-results-tls"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:15:42Z",
                        "lastUpdateTime": "2026-03-16T09:15:42Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:15:11Z",
                        "lastUpdateTime": "2026-03-16T09:15:42Z",
                        "message": "ReplicaSet \"tekton-results-api-76f77d6cdf\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:15:11Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/name": "tekton-results-retention-policy-agent",
                    "app.kubernetes.io/part-of": "tekton-results",
                    "app.kubernetes.io/version": "v0.18.0",
                    "operator.tekton.dev/operand-name": "tektoncd-results"
                },
                "name": "tekton-results-retention-policy-agent",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "result-mtt62",
                        "uid": "a8773f65-75ab-4c03-a281-c426a1048459"
                    }
                ],
                "resourceVersion": "2310",
                "uid": "52f2546e-e3b7-41cb-989a-a784b9bc29e3"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/name": "tekton-results-retention-policy-agent",
                        "app.kubernetes.io/version": "v0.18.0"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-results-retention-policy-agent",
                            "app.kubernetes.io/name": "tekton-results-retention-policy-agent",
                            "app.kubernetes.io/version": "v0.18.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "6b2d0da04e87227edb306ab1e06c3b8f"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "tekton-results-config-logging"
                                    },
                                    {
                                        "name": "DB_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "POSTGRES_PASSWORD",
                                                "name": "tekton-results-postgres"
                                            }
                                        }
                                    },
                                    {
                                        "name": "DB_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "POSTGRES_USER",
                                                "name": "tekton-results-postgres"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/results/retention-policy-agent-07427b345034d96a9a27896ebb138518:v0.18.0@sha256:b523e3d2bc70fbf8089b8b5ee42b506ccd335f10c633e7f975ec0d250e0d2aea",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "retention-policy-agent",
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tekton/results",
                                        "name": "config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-results-watcher",
                        "serviceAccountName": "tekton-results-watcher",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "tekton-results-api-config"
                                },
                                "name": "config"
                            },
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "tekton-results-tls"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:15:22Z",
                        "lastUpdateTime": "2026-03-16T09:15:22Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:15:11Z",
                        "lastUpdateTime": "2026-03-16T09:15:22Z",
                        "message": "ReplicaSet \"tekton-results-retention-policy-agent-58d6f7bfd5\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:15:11Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/name": "tekton-results-watcher",
                    "app.kubernetes.io/part-of": "tekton-results",
                    "app.kubernetes.io/version": "v0.18.0",
                    "operator.tekton.dev/operand-name": "tektoncd-results"
                },
                "name": "tekton-results-watcher",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "result-mtt62",
                        "uid": "a8773f65-75ab-4c03-a281-c426a1048459"
                    }
                ],
                "resourceVersion": "2343",
                "uid": "ea5df1a9-de7f-4cd1-8141-5b1deab4a92f"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/name": "tekton-results-watcher",
                        "app.kubernetes.io/version": "v0.18.0"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-results-watcher",
                            "app.kubernetes.io/name": "tekton-results-watcher",
                            "app.kubernetes.io/version": "v0.18.0",
                            "deployment.spec.replicas": "1",
                            "operator.tekton.dev/deployment-spec-applied-hash": "6badf139127c1027d0f6adba536b2e59"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/name": "tekton-results-watcher",
                                                    "app.kubernetes.io/version": "v0.18.0"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "-api_addr",
                                    "$(TEKTON_RESULTS_API_SERVICE)",
                                    "-auth_mode",
                                    "$(AUTH_MODE)"
                                ],
                                "env": [
                                    {
                                        "name": "AUTH_MODE",
                                        "value": "token"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-results-config-leader-election"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "tekton-results-config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "tekton-results-config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/results"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "TEKTON_RESULTS_API_SERVICE",
                                        "value": "tekton-results-api-service.tekton-pipelines.svc.cluster.local:8080"
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/results/watcher-83f971ea227fb24157c0c699b824a628:v0.18.0@sha256:4b50291457cb63028e5f9e2acb921b852d9ad0f265562ea0fa83bafc8a58b367",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "watcher",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-results-watcher",
                        "serviceAccountName": "tekton-results-watcher",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "tekton-results-tls"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:15:25Z",
                        "lastUpdateTime": "2026-03-16T09:15:25Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:15:11Z",
                        "lastUpdateTime": "2026-03-16T09:15:25Z",
                        "message": "ReplicaSet \"tekton-results-watcher-79bd888d7b\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:14:44Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "controller",
                    "app.kubernetes.io/part-of": "tekton-triggers",
                    "app.kubernetes.io/version": "v0.35.0",
                    "operator.tekton.dev/operand-name": "tektoncd-triggers",
                    "triggers.tekton.dev/release": "v0.35.0"
                },
                "name": "tekton-triggers-controller",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "trigger-main-deployment-jdwnw",
                        "uid": "3876c6bd-5f19-4de2-ba97-ab442c924734"
                    }
                ],
                "resourceVersion": "1819",
                "uid": "624604de-9090-4602-b77a-f6d2fd991f0d"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "controller",
                        "app.kubernetes.io/part-of": "tekton-triggers"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-triggers-controller",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "controller",
                            "app.kubernetes.io/part-of": "tekton-triggers",
                            "app.kubernetes.io/version": "v0.35.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "48ff0a9441ad434f089ccea8093abce5",
                            "triggers.tekton.dev/release": "v0.35.0",
                            "version": "v0.35.0"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "controller",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "controller",
                                                    "app.kubernetes.io/part-of": "tekton-triggers"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "-logtostderr",
                                    "-stderrthreshold",
                                    "INFO",
                                    "-el-image",
                                    "ghcr.io/tektoncd/triggers/eventlistenersink-7ad1faa98cddbcb0c24990303b220bb8:v0.35.0@sha256:d4ddfc09a5389474452644826540973a53fea11be718abf7ab3d04159c29ed05",
                                    "-el-port",
                                    "8080",
                                    "-el-security-context=true",
                                    "-el-read-only-root-filesystem=true",
                                    "-el-events",
                                    "disable",
                                    "-el-readtimeout",
                                    "5",
                                    "-el-writetimeout",
                                    "40",
                                    "-el-idletimeout",
                                    "120",
                                    "-el-timeouthandler",
                                    "30",
                                    "-el-httpclient-readtimeout",
                                    "30",
                                    "-el-httpclient-keep-alive",
                                    "30",
                                    "-el-httpclient-tlshandshaketimeout",
                                    "10",
                                    "-el-httpclient-responseheadertimeout",
                                    "10",
                                    "-el-httpclient-expectcontinuetimeout",
                                    "1",
                                    "-period-seconds",
                                    "10",
                                    "-failure-threshold",
                                    "3"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_DEFAULTS_NAME",
                                        "value": "config-defaults-triggers"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-triggers-controllers"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging-triggers"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability-triggers"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/triggers"
                                    },
                                    {
                                        "name": "METRICS_PROMETHEUS_PORT",
                                        "value": "9000"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v0.35.0@sha256:59addf5899cd2cf1e74001ddf7ad30e0492b8c80b80857c351e2deac545d9555",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-triggers-controller",
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-triggers-controller",
                        "serviceAccountName": "tekton-triggers-controller",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:14:47Z",
                        "lastUpdateTime": "2026-03-16T09:14:47Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:14:44Z",
                        "lastUpdateTime": "2026-03-16T09:14:47Z",
                        "message": "ReplicaSet \"tekton-triggers-controller-79bfcd5bfb\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:14:44Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "interceptors",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "core-interceptors",
                    "app.kubernetes.io/part-of": "tekton-triggers",
                    "app.kubernetes.io/version": "v0.35.0",
                    "operator.tekton.dev/operand-name": "tektoncd-triggers",
                    "triggers.tekton.dev/release": "v0.35.0"
                },
                "name": "tekton-triggers-core-interceptors",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "trigger-main-deployment-jdwnw",
                        "uid": "3876c6bd-5f19-4de2-ba97-ab442c924734"
                    }
                ],
                "resourceVersion": "1959",
                "uid": "4ce4bd18-cf3f-4e51-b70c-aadefd9c6308"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "interceptors",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "core-interceptors",
                        "app.kubernetes.io/part-of": "tekton-triggers"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-triggers-core-interceptors",
                            "app.kubernetes.io/component": "interceptors",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "core-interceptors",
                            "app.kubernetes.io/part-of": "tekton-triggers",
                            "app.kubernetes.io/version": "v0.35.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "54518c322714c4ebcbc7b5e7be990e4e",
                            "triggers.tekton.dev/release": "v0.35.0",
                            "version": "v0.35.0"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "-logtostderr",
                                    "-stderrthreshold",
                                    "INFO"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging-triggers"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability-triggers"
                                    },
                                    {
                                        "name": "INTERCEPTOR_TLS_SECRET_NAME",
                                        "value": "tekton-triggers-core-interceptors-certs"
                                    },
                                    {
                                        "name": "INTERCEPTOR_TLS_SVC_NAME",
                                        "value": "tekton-triggers-core-interceptors"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/triggers"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/triggers/interceptors-3176d6a3f314c3655b30bfd36e421dd5:v0.35.0@sha256:5666d72e68d9138fc1919a6758ea990424aa17c27c34e53bc69bcfb81ad121ea",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-triggers-core-interceptors",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/ready",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-triggers-core-interceptors",
                        "serviceAccountName": "tekton-triggers-core-interceptors",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:15:03Z",
                        "lastUpdateTime": "2026-03-16T09:15:03Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:14:44Z",
                        "lastUpdateTime": "2026-03-16T09:15:03Z",
                        "message": "ReplicaSet \"tekton-triggers-core-interceptors-668cbbb8c6\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "Deployment",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-03-16T09:14:44Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "webhook",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "webhook",
                    "app.kubernetes.io/part-of": "tekton-triggers",
                    "app.kubernetes.io/version": "v0.35.0",
                    "operator.tekton.dev/operand-name": "tektoncd-triggers",
                    "triggers.tekton.dev/release": "v0.35.0"
                },
                "name": "tekton-triggers-webhook",
                "namespace": "tekton-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "operator.tekton.dev/v1alpha1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "TektonInstallerSet",
                        "name": "trigger-main-deployment-jdwnw",
                        "uid": "3876c6bd-5f19-4de2-ba97-ab442c924734"
                    }
                ],
                "resourceVersion": "1860",
                "uid": "cf1bdd4f-2f39-4ed8-bc2e-0c5c05857c2c"
            },
            "spec": {
                "progressDeadlineSeconds": 600,
                "replicas": 1,
                "revisionHistoryLimit": 10,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "webhook",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "webhook",
                        "app.kubernetes.io/part-of": "tekton-triggers"
                    }
                },
                "strategy": {
                    "rollingUpdate": {
                        "maxSurge": "25%",
                        "maxUnavailable": "25%"
                    },
                    "type": "RollingUpdate"
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-triggers-webhook",
                            "app.kubernetes.io/component": "webhook",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "webhook",
                            "app.kubernetes.io/part-of": "tekton-triggers",
                            "app.kubernetes.io/version": "v0.35.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "3ad7156fbb9ee902565fe484d9be9ef3",
                            "triggers.tekton.dev/release": "v0.35.0",
                            "version": "v0.35.0"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-triggers-webhook"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging-triggers"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/triggers"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "triggers-webhook-certs"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "tekton-triggers-webhook"
                                    }
                                ],
                                "image": "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v0.35.0@sha256:bc97fb4dd2e55b5723e3f2ee7c5a9a5beea4a1362c0a4b2fa40a2cf638cbd9c7",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "webhook",
                                "ports": [
                                    {
                                        "containerPort": 9000,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "runAsUser": 65532,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-triggers-webhook",
                        "serviceAccountName": "tekton-triggers-webhook",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "conditions": [
                    {
                        "lastTransitionTime": "2026-03-16T09:14:50Z",
                        "lastUpdateTime": "2026-03-16T09:14:50Z",
                        "message": "Deployment has minimum availability.",
                        "reason": "MinimumReplicasAvailable",
                        "status": "True",
                        "type": "Available"
                    },
                    {
                        "lastTransitionTime": "2026-03-16T09:14:44Z",
                        "lastUpdateTime": "2026-03-16T09:14:50Z",
                        "message": "ReplicaSet \"tekton-triggers-webhook-687fccdd66\" has successfully progressed.",
                        "reason": "NewReplicaSetAvailable",
                        "status": "True",
                        "type": "Progressing"
                    }
                ],
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1,
                "updatedReplicas": 1
            }
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
