konflux: specify trusted-artifact storage explicitly
Related: RHEL-84822
This commit is contained in:
parent
227cb88ab1
commit
2e976b2835
@ -18,8 +18,6 @@ metadata:
|
||||
namespace: rhel-sst-cs-database-tenant
|
||||
spec:
|
||||
params:
|
||||
- name: application
|
||||
value: rhel-10
|
||||
- name: package-name
|
||||
value: postgresql16-pgvector
|
||||
- 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/postgresql16-pgvector: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: postgresql16-pgvector
|
||||
- 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/postgresql16-pgvector:{{ revision }}
|
||||
pipelineRef:
|
||||
resolver: git
|
||||
params:
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
Name: postgresql%{pgversion}-%{sname}
|
||||
Version: 0.6.2
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Open-source vector similarity search for Postgres
|
||||
License: PostgreSQL
|
||||
URL: https://github.com/%{sname}/%{sname}/
|
||||
@ -84,6 +84,9 @@ This packages provides JIT support for pgvector
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 0.6.2-7
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 0.6.2-6
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user