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 namespace: rhel-sst-cs-database-tenant
spec: spec:
params: params:
- name: application
value: rhel-10
- name: package-name - name: package-name
value: gd value: gd
- name: git-url - name: git-url
@ -28,6 +26,8 @@ spec:
value: "{{ revision }}" value: "{{ revision }}"
- name: target-branch - name: target-branch
value: "{{ 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: pipelineRef:
resolver: git resolver: git
params: params:

View File

@ -17,8 +17,6 @@ metadata:
namespace: rhel-sst-cs-database-tenant namespace: rhel-sst-cs-database-tenant
spec: spec:
params: params:
- name: application
value: rhel-10
- name: package-name - name: package-name
value: gd value: gd
- name: git-url - name: git-url
@ -27,6 +25,8 @@ spec:
value: "{{ revision }}" value: "{{ revision }}"
- name: target-branch - name: target-branch
value: "{{ target_branch }}" value: "{{ target_branch }}"
- name: ociStorage
value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/gd:{{ revision }}
pipelineRef: pipelineRef:
resolver: git resolver: git
params: params:

View File

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