konflux: specify trusted-artifact storage explicitly

Related: RHEL-84822
This commit is contained in:
Pavel Raiskup 2025-05-09 13:14:26 +02:00
parent 46498ccbe7
commit 2ba53229a4
3 changed files with 8 additions and 5 deletions

View File

@ -18,8 +18,6 @@ metadata:
namespace: rhel-sst-cs-database-tenant
spec:
params:
- name: application
value: rhel-10
- name: package-name
value: gd
- 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/gd:on-pr-{{ revision }}
pipelineRef:
resolver: git
params:

View File

@ -17,8 +17,6 @@ metadata:
namespace: rhel-sst-cs-database-tenant
spec:
params:
- name: application
value: rhel-10
- name: package-name
value: gd
- 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/gd:{{ revision }}
pipelineRef:
resolver: git
params:

View File

@ -18,7 +18,7 @@
Summary: A graphics library for quick creation of PNG or JPEG images
Name: gd
Version: 2.3.3
Release: 20%{?prever}%{?short}%{?dist}
Release: 21%{?prever}%{?short}%{?dist}
License: GD
URL: http://libgd.github.io/
%if 0%{?commit:1}
@ -192,6 +192,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc
%changelog
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 2.3.3-21
- Rebuild for Konflux (Resolves: RHEL-84822)
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 2.3.3-20
- Rebuild for Konflux (Resolves: RHEL-84822)