From fba31fa0b8ecb5ec32655c91c44fa98a16e0139d Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Tue, 8 Oct 2024 14:44:00 +0200 Subject: [PATCH] Remove default empty value for image-expires-after So that we are always forced to provide a value for this parameter and hopefully always have expiration configured. --- .tekton/collector-component-pipeline.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index cd27b9e87b..4624088ade 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -86,8 +86,7 @@ spec: description: Java build name: java type: string - - default: "" - description: Image tag expiration time, time values could be something like + - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after type: string