konflux: specify trusted-artifact storage explicitly
Related: RHEL-84822
This commit is contained in:
parent
d551379c36
commit
8f83caa8f4
@ -18,8 +18,6 @@ metadata:
|
||||
namespace: rhel-sst-cs-database-tenant
|
||||
spec:
|
||||
params:
|
||||
- name: application
|
||||
value: rhel-10
|
||||
- name: package-name
|
||||
value: gdbm
|
||||
- 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/gdbm: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: gdbm
|
||||
- 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/gdbm:{{ revision }}
|
||||
pipelineRef:
|
||||
resolver: git
|
||||
params:
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
Summary: A GNU set of database routines which use extensible hashing
|
||||
Name: gdbm
|
||||
Version: 1.23
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Epoch: 1
|
||||
License: GPL-3.0-or-later
|
||||
URL: http://www.gnu.org/software/gdbm/
|
||||
@ -116,6 +116,9 @@ make check
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 1:1.23-13
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 1:1.23-12
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user