konflux: specify trusted-artifact storage explicitly
Resolves: RHEL-84822
This commit is contained in:
parent
be78808627
commit
7f91ec6733
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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 <praiskup@redhat.com> - 16.1-15
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 16.1-14
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user