From 7f91ec6733b63c840366fc458b11043007736221 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 9 May 2025 13:14:26 +0200 Subject: [PATCH] konflux: specify trusted-artifact storage explicitly Resolves: RHEL-84822 --- .tekton/rhel-10-libecpg-pull-request.yaml | 4 ++-- .tekton/rhel-10-libecpg-push.yaml | 4 ++-- libecpg.spec | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.tekton/rhel-10-libecpg-pull-request.yaml b/.tekton/rhel-10-libecpg-pull-request.yaml index 53ad3ea..a7af745 100644 --- a/.tekton/rhel-10-libecpg-pull-request.yaml +++ b/.tekton/rhel-10-libecpg-pull-request.yaml @@ -18,8 +18,6 @@ metadata: namespace: rhel-sst-cs-database-tenant spec: params: - - name: application - value: rhel-10 - name: package-name value: libecpg - name: git-url @@ -28,6 +26,8 @@ spec: value: "{{ revision }}" - name: target-branch value: "{{ target_branch }}" + - name: ociStorage + value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/libecpg:on-pr-{{ revision }} pipelineRef: resolver: git params: diff --git a/.tekton/rhel-10-libecpg-push.yaml b/.tekton/rhel-10-libecpg-push.yaml index 3404e0e..788c372 100644 --- a/.tekton/rhel-10-libecpg-push.yaml +++ b/.tekton/rhel-10-libecpg-push.yaml @@ -17,8 +17,6 @@ metadata: namespace: rhel-sst-cs-database-tenant spec: params: - - name: application - value: rhel-10 - name: package-name value: libecpg - name: git-url @@ -27,6 +25,8 @@ spec: value: "{{ revision }}" - name: target-branch value: "{{ target_branch }}" + - name: ociStorage + value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/libecpg:{{ revision }} pipelineRef: resolver: git params: diff --git a/libecpg.spec b/libecpg.spec index 0ebc660..a4a6f7c 100644 --- a/libecpg.spec +++ b/libecpg.spec @@ -3,7 +3,7 @@ Summary: ECPG - Embedded SQL in C Name: libecpg Version: %majorversion.1 -Release: 14%{?dist} +Release: 15%{?dist} License: PostgreSQL Url: http://www.postgresql.org/ @@ -132,6 +132,9 @@ find_lang_bins %name-devel.lst ecpg %changelog +* Thu May 15 2025 Pavel Raiskup - 16.1-15 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Thu Mar 27 2025 Michal Srb - 16.1-14 - Rebuild for Konflux (Resolves: RHEL-84822)