From cf0f1ae0ae1c444e9dd5ce89211ebf6913cef745 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 Related: RHEL-84822 --- .tekton/rhel-10-star-pull-request.yaml | 4 ++-- .tekton/rhel-10-star-push.yaml | 4 ++-- star.spec | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.tekton/rhel-10-star-pull-request.yaml b/.tekton/rhel-10-star-pull-request.yaml index 685186a..ee03939 100644 --- a/.tekton/rhel-10-star-pull-request.yaml +++ b/.tekton/rhel-10-star-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: star - 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/star:on-pr-{{ revision }} pipelineRef: resolver: git params: diff --git a/.tekton/rhel-10-star-push.yaml b/.tekton/rhel-10-star-push.yaml index b546d66..6807137 100644 --- a/.tekton/rhel-10-star-push.yaml +++ b/.tekton/rhel-10-star-push.yaml @@ -17,8 +17,6 @@ metadata: namespace: rhel-sst-cs-database-tenant spec: params: - - name: application - value: rhel-10 - name: package-name value: star - 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/star:{{ revision }} pipelineRef: resolver: git params: diff --git a/star.spec b/star.spec index a8bbd34..e7639ff 100644 --- a/star.spec +++ b/star.spec @@ -3,7 +3,7 @@ Summary: An archiving tool with ACL support Name: star Version: 1.6 -Release: 18%{?dist} +Release: 19%{?dist} License: CDDL-1.0 AND GPL-2.0-only URL: http://freecode.com/projects/star Source: https://downloads.sourceforge.net/s-tar/%{name}-%{version}.tar.bz2 @@ -202,6 +202,9 @@ fi %{_sysconfdir}/rmt %changelog +* Thu May 15 2025 Pavel Raiskup - 1.6-19 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Thu Mar 27 2025 Michal Srb - 1.6-18 - Rebuild for Konflux (Resolves: RHEL-84822)