From d5a6a19696d61a70b686bf7d804d4849e8492cd3 Mon Sep 17 00:00:00 2001 From: Tommy Dalton Date: Mon, 27 Jul 2026 10:19:16 +0100 Subject: [PATCH 1/2] Testing ConfigMap Tagging --- .tekton/fulcio-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/fulcio-pull-request.yaml b/.tekton/fulcio-pull-request.yaml index 6b7112a43..bbf815341 100644 --- a/.tekton/fulcio-pull-request.yaml +++ b/.tekton/fulcio-pull-request.yaml @@ -52,7 +52,7 @@ spec: - name: url value: 'https://github.com/securesign/pipelines.git' - name: revision - value: 'main' + value: 'jkopriva/SECURESIGN-4640' - name: pathInRepo value: 'pipelines/docker-build-oci-ta.yaml' taskRunTemplate: From e6090d6e2bf387a2e5f9f8c30774b40269f5c953 Mon Sep 17 00:00:00 2001 From: Tommy Dalton Date: Mon, 27 Jul 2026 10:37:34 +0100 Subject: [PATCH 2/2] Test --- .tekton/fulcio-pull-request.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tekton/fulcio-pull-request.yaml b/.tekton/fulcio-pull-request.yaml index bbf815341..1aa0b8c45 100644 --- a/.tekton/fulcio-pull-request.yaml +++ b/.tekton/fulcio-pull-request.yaml @@ -18,8 +18,6 @@ metadata: namespace: rhtas-tenant spec: params: - - name: release-version - value: "1.3.6" - name: dockerfile value: Dockerfile.fulcio-server.rh - name: git-url @@ -52,7 +50,7 @@ spec: - name: url value: 'https://github.com/securesign/pipelines.git' - name: revision - value: 'jkopriva/SECURESIGN-4640' + value: 'confMapRepoTagTest' - name: pathInRepo value: 'pipelines/docker-build-oci-ta.yaml' taskRunTemplate: