From 9f24c99cc49f794ba88b79a42b541c538ae49a1f Mon Sep 17 00:00:00 2001 From: red-hat-konflux Date: Wed, 30 Oct 2024 18:16:46 +0000 Subject: [PATCH] Red Hat Konflux update gatekeeper-operator-bundle-3-17 Signed-off-by: red-hat-konflux --- .tekton/gatekeeper-operator-bundle-3-17-pull-request.yaml | 2 +- .tekton/gatekeeper-operator-bundle-3-17-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/gatekeeper-operator-bundle-3-17-pull-request.yaml b/.tekton/gatekeeper-operator-bundle-3-17-pull-request.yaml index 6259e563..9fb8c04d 100644 --- a/.tekton/gatekeeper-operator-bundle-3-17-pull-request.yaml +++ b/.tekton/gatekeeper-operator-bundle-3-17-pull-request.yaml @@ -27,7 +27,7 @@ spec: - name: image-expires-after value: 5d - name: dockerfile - value: bundle.Dockerfile + value: build/bundle.Dockerfile - name: path-context value: . pipelineSpec: diff --git a/.tekton/gatekeeper-operator-bundle-3-17-push.yaml b/.tekton/gatekeeper-operator-bundle-3-17-push.yaml index a9d3fc4e..1f2ab4b3 100644 --- a/.tekton/gatekeeper-operator-bundle-3-17-push.yaml +++ b/.tekton/gatekeeper-operator-bundle-3-17-push.yaml @@ -24,7 +24,7 @@ spec: - name: output-image value: quay.io/redhat-user-workloads/gatekeeper-tenant/gatekeeper-operator-3-17/gatekeeper-operator-bundle-3-17:{{revision}} - name: dockerfile - value: bundle.Dockerfile + value: build/bundle.Dockerfile - name: path-context value: . pipelineSpec: