From 61633d0eea3d2294d3dcbdff6103194f70041ca7 Mon Sep 17 00:00:00 2001 From: rock Date: Tue, 15 Sep 2026 00:44:05 +0900 Subject: [PATCH] fix: remove deprecated resources field from Tekton tasks Tasks now deploy successfully with tekton.dev/v1 API Pipeline needs YAML fixes for v1 parameter format --- k8s/tekton/integration-test-task.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/k8s/tekton/integration-test-task.yaml b/k8s/tekton/integration-test-task.yaml index 1bc283d..082c5bf 100644 --- a/k8s/tekton/integration-test-task.yaml +++ b/k8s/tekton/integration-test-task.yaml @@ -142,9 +142,3 @@ spec: fi resources: - requests: - memory: "1Gi" - cpu: "500m" - limits: - memory: "2Gi" - cpu: "2000m"