File tree 3 files changed +10
-4
lines changed
charts/ext-postgres-operator
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : ext-postgres-operator
3
3
description : |
4
4
A Helm chart for the External Postgres operator
5
-
5
+
6
6
helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/
7
7
helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.3
8
8
@@ -11,10 +11,10 @@ type: application
11
11
# This is the chart version. This version number should be incremented each time you make changes
12
12
# to the chart and its templates, including the app version.
13
13
# Versions are expected to follow Semantic Versioning (https://semver.org/)
14
- version : 1.2.6
14
+ version : 1.2.7
15
15
16
16
# This is the version number of the application being deployed. This version number should be
17
17
# incremented each time you make changes to the application. Versions are not expected to
18
18
# follow Semantic Versioning. They should reflect the version the application is using.
19
19
# It is recommended to use it with quotes.
20
- appVersion : " 1.3.3 "
20
+ appVersion : " 1.3.5 "
Original file line number Diff line number Diff line change 37
37
type : object
38
38
database :
39
39
type : string
40
+ labels :
41
+ additionalProperties :
42
+ type : string
43
+ type : object
40
44
privileges :
41
45
type : string
42
46
role :
Original file line number Diff line number Diff line change 7
7
role : username
8
8
database : my-db # This references the Postgres CR
9
9
secretName : my-secret
10
- privileges : OWNER # Can be OWNER/READ/WRITE
10
+ privileges : OWNER # Can be OWNER/READ/WRITE
11
+ labels : # optional labels to propagate to the secret
12
+ custom-label : custom-value
You can’t perform that action at this time.
0 commit comments