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
|
namespace: rhel-sst-cs-database-tenant
|
||||||
spec:
|
spec:
|
||||||
params:
|
params:
|
||||||
- name: application
|
|
||||||
value: rhel-10
|
|
||||||
- name: package-name
|
- name: package-name
|
||||||
value: postgresql16-pgvector
|
value: postgresql16-pgvector
|
||||||
- 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/postgresql16-pgvector:on-pr-{{ revision }}
|
||||||
pipelineRef:
|
pipelineRef:
|
||||||
resolver: git
|
resolver: git
|
||||||
params:
|
params:
|
||||||
|
@ -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: postgresql16-pgvector
|
value: postgresql16-pgvector
|
||||||
- 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/postgresql16-pgvector:{{ revision }}
|
||||||
pipelineRef:
|
pipelineRef:
|
||||||
resolver: git
|
resolver: git
|
||||||
params:
|
params:
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: postgresql%{pgversion}-%{sname}
|
Name: postgresql%{pgversion}-%{sname}
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Open-source vector similarity search for Postgres
|
Summary: Open-source vector similarity search for Postgres
|
||||||
License: PostgreSQL
|
License: PostgreSQL
|
||||||
URL: https://github.com/%{sname}/%{sname}/
|
URL: https://github.com/%{sname}/%{sname}/
|
||||||
@ -84,6 +84,9 @@ This packages provides JIT support for pgvector
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 0.6.2-6
|
||||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user