openstack-helm-infra/postgresql/Chart.yaml
Markin, Sergiy (sm515x) ed7e58f4b1 [postgres] Update postgres to 14.5
Updated postgres binary version to 14.5.

Also replaced deprecated config item wal_keep_segments with wal_keep_size.

Change-Id: Ie86850f8ebb8bfaae4ba5457409d3920b230ce9c
2022-09-19 19:20:23 -05:00

26 lines
836 B
YAML

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
apiVersion: v1
appVersion: v14.5
description: OpenStack-Helm PostgreSQL
name: postgresql
version: 0.1.18
home: https://www.postgresql.org
sources:
- https://github.com/postgres/postgres
- https://opendev.org/openstack/openstack-helm
maintainers:
- name: OpenStack-Helm Authors
...