konflux: specify trusted-artifact storage explicitly
Related: RHEL-84822
This commit is contained in:
parent
f461afec8d
commit
62e16fff00
@ -18,8 +18,6 @@ metadata:
|
||||
namespace: rhel-sst-cs-database-tenant
|
||||
spec:
|
||||
params:
|
||||
- name: application
|
||||
value: rhel-10
|
||||
- name: package-name
|
||||
value: docbook-dtds
|
||||
- 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/docbook-dtds: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: docbook-dtds
|
||||
- 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/docbook-dtds:{{ revision }}
|
||||
pipelineRef:
|
||||
resolver: git
|
||||
params:
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
Name: docbook-dtds
|
||||
Version: 1.0
|
||||
Release: 90%{?dist}
|
||||
Release: 91%{?dist}
|
||||
|
||||
Summary: SGML and XML document type definitions for DocBook
|
||||
|
||||
@ -398,6 +398,9 @@ do
|
||||
done
|
||||
|
||||
%changelog
|
||||
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 1.0-91
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 1.0-90
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user