From a04166ee2ef51ecd523eb38165820486adabe3ea Mon Sep 17 00:00:00 2001 From: Sergey Yedrikov Date: Mon, 25 Aug 2025 22:31:56 -0400 Subject: [PATCH] Removed image expiration from the on-push Konflux pipeline --- .tekton/openshift-mcp-server-push.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tekton/openshift-mcp-server-push.yaml b/.tekton/openshift-mcp-server-push.yaml index 7d879b41..60b2d9f7 100644 --- a/.tekton/openshift-mcp-server-push.yaml +++ b/.tekton/openshift-mcp-server-push.yaml @@ -28,8 +28,6 @@ spec: value: '{{revision}}' - name: output-image value: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server:{{revision}} - - name: image-expires-after - value: 5d - name: build-platforms value: - linux/x86_64