From 5d1ab5bc886bfc31d1b8ec27541006bcd71b718a Mon Sep 17 00:00:00 2001 From: Matt Holder Date: Thu, 25 Apr 2024 14:04:30 -0400 Subject: [PATCH] enable building source images by default --- .tekton/frontend-operator-pull-request.yaml | 2 +- .tekton/frontend-operator-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/frontend-operator-pull-request.yaml b/.tekton/frontend-operator-pull-request.yaml index a964ba8f..b6bcd44b 100644 --- a/.tekton/frontend-operator-pull-request.yaml +++ b/.tekton/frontend-operator-pull-request.yaml @@ -112,7 +112,7 @@ spec: description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: "true" description: Build a source image. name: build-source-image type: string diff --git a/.tekton/frontend-operator-push.yaml b/.tekton/frontend-operator-push.yaml index 32eb9ae3..6184f765 100644 --- a/.tekton/frontend-operator-push.yaml +++ b/.tekton/frontend-operator-push.yaml @@ -109,7 +109,7 @@ spec: description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: "true" description: Build a source image. name: build-source-image type: string