Drop unnecessary PVC
Resolves: RHEL-64018
This commit is contained in:
parent
5c2342f124
commit
89f22639aa
@ -36,14 +36,6 @@ spec:
|
|||||||
- name: pathInRepo
|
- name: pathInRepo
|
||||||
value: pipeline/build-rhel-package.yaml
|
value: pipeline/build-rhel-package.yaml
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: workspace
|
|
||||||
volumeClaimTemplate:
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 10Gi
|
|
||||||
- name: git-auth
|
- name: git-auth
|
||||||
secret:
|
secret:
|
||||||
secretName: '{{ git_auth_secret }}'
|
secretName: '{{ git_auth_secret }}'
|
||||||
|
@ -35,14 +35,6 @@ spec:
|
|||||||
- name: pathInRepo
|
- name: pathInRepo
|
||||||
value: pipeline/build-rhel-package.yaml
|
value: pipeline/build-rhel-package.yaml
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: workspace
|
|
||||||
volumeClaimTemplate:
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 10Gi
|
|
||||||
- name: git-auth
|
- name: git-auth
|
||||||
secret:
|
secret:
|
||||||
secretName: '{{ git_auth_secret }}'
|
secretName: '{{ git_auth_secret }}'
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: ECPG - Embedded SQL in C
|
Summary: ECPG - Embedded SQL in C
|
||||||
Name: libecpg
|
Name: libecpg
|
||||||
Version: %majorversion.1
|
Version: %majorversion.1
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
|
|
||||||
License: PostgreSQL
|
License: PostgreSQL
|
||||||
Url: http://www.postgresql.org/
|
Url: http://www.postgresql.org/
|
||||||
@ -132,6 +132,9 @@ find_lang_bins %name-devel.lst ecpg
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 28 2025 Aviv Sabadra <asabadra@redhat.com> - 16.1-12
|
||||||
|
- Drop unnecessary PVC
|
||||||
|
|
||||||
* Mon Jan 27 2025 Aviv Sabadra <asabadra@redhat.com> - 16.1-11
|
* Mon Jan 27 2025 Aviv Sabadra <asabadra@redhat.com> - 16.1-11
|
||||||
- Bump release for final January Konflux build
|
- Bump release for final January Konflux build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user