Skip to content

Commit 219d22f

Browse files
authoredMay 6, 2024··
[bitnami/postgresql] Remove unicode characters (#25546)
1 parent 1416bae commit 219d22f

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed
 

‎bitnami/postgresql/Chart.yaml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright VMware, Inc.
1+
# Copyright Broadcom, Inc. All Rights Reserved.
22
# SPDX-License-Identifier: APACHE-2.0
33

44
annotations:
@@ -14,25 +14,25 @@ annotations:
1414
apiVersion: v2
1515
appVersion: 16.2.0
1616
dependencies:
17-
- name: common
18-
repository: oci://registry-1.docker.io/bitnamicharts
19-
tags:
20-
- bitnami-common
21-
version: 2.x.x
17+
- name: common
18+
repository: oci://registry-1.docker.io/bitnamicharts
19+
tags:
20+
- bitnami-common
21+
version: 2.x.x
2222
description: PostgreSQL (Postgres) is an open source object-relational database known for reliability and data integrity. ACID-compliant, it supports foreign keys, joins, views, triggers and stored procedures.
2323
home: https://bitnami.com
2424
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-220x234.png
2525
keywords:
26-
- postgresql
27-
- postgres
28-
- database
29-
- sql
30-
- replication
31-
- cluster
26+
- postgresql
27+
- postgres
28+
- database
29+
- sql
30+
- replication
31+
- cluster
3232
maintainers:
33-
- name: VMware, Inc.
34-
url: https://github.com/bitnami/charts
33+
- name: VMware, Inc.
34+
url: https://github.com/bitnami/charts
3535
name: postgresql
3636
sources:
37-
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
38-
version: 15.2.8
37+
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
38+
version: 15.2.9

‎bitnami/postgresql/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ audit:
222222
## @param ldap.searchAttribute Attribute to match against the user name in the search
223223
## @param ldap.searchFilter The search filter to use when doing search+bind authentication
224224
## @param ldap.scheme Set to `ldaps` to use LDAPS
225-
## DEPRECATED ldap.tls as string is deprecatedplease use 'ldap.tls.enabled' instead
225+
## DEPRECATED ldap.tls as string is deprecated, please use 'ldap.tls.enabled' instead
226226
## @param ldap.tls.enabled Se to true to enable TLS encryption
227227
##
228228
ldap:

0 commit comments

Comments
 (0)
Please sign in to comment.