File tree Expand file tree Collapse file tree 17 files changed +102
-35
lines changed Expand file tree Collapse file tree 17 files changed +102
-35
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : postgres-operator-ui
3
- version : 0.1 .0
4
- appVersion : 1.3 .0
3
+ version : 1.4 .0
4
+ appVersion : 1.4 .0
5
5
home : https://github.com/zalando/postgres-operator
6
6
description : Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
7
7
keywords :
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ entries :
3
+ postgres-operator-ui :
4
+ - apiVersion : v1
5
+ appVersion : 1.4.0
6
+ created : " 2020-02-24T15:32:47.610967635+01:00"
7
+ description : Postgres Operator UI provides a graphical interface for a convenient
8
+ database-as-a-service user experience
9
+ digest : 00e0eff7056d56467cd5c975657fbb76c8d01accd25a4b7aca81bc42aeac961d
10
+ home : https://github.com/zalando/postgres-operator
11
+ keywords :
12
+ - postgres
13
+ - operator
14
+ - ui
15
+ - cloud-native
16
+ - patroni
17
+ - spilo
18
+ maintainers :
19
+
20
+ name : Zalando
21
+
22
+ name : siku4
23
+ name : postgres-operator-ui
24
+ sources :
25
+ - https://github.com/zalando/postgres-operator
26
+ urls :
27
+ - postgres-operator-ui-1.4.0.tgz
28
+ version : 1.4.0
29
+ generated : " 2020-02-24T15:32:47.610348278+01:00"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replicaCount: 1
8
8
image :
9
9
registry : registry.opensource.zalan.do
10
10
repository : acid/postgres-operator-ui
11
- tag : v1.2 .0
11
+ tag : v1.4 .0
12
12
pullPolicy : " IfNotPresent"
13
13
14
14
rbac :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : postgres-operator
3
- version : 1.3 .0
4
- appVersion : 1.3 .0
3
+ version : 1.4 .0
4
+ appVersion : 1.4 .0
5
5
home : https://github.com/zalando/postgres-operator
6
6
description : Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
7
7
keywords :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
entries :
3
3
postgres-operator :
4
+ - apiVersion : v1
5
+ appVersion : 1.4.0
6
+ created : " 2020-02-20T17:39:25.443276193+01:00"
7
+ description : Postgres Operator creates and manages PostgreSQL clusters running
8
+ in Kubernetes
9
+ digest : b93ccde5581deb8ed0857136b8ce74ca3f1b7240438fa4415f705764a1300bed
10
+ home : https://github.com/zalando/postgres-operator
11
+ keywords :
12
+ - postgres
13
+ - operator
14
+ - cloud-native
15
+ - patroni
16
+ - spilo
17
+ maintainers :
18
+
19
+ name : Zalando
20
+ name : postgres-operator
21
+ sources :
22
+ - https://github.com/zalando/postgres-operator
23
+ urls :
24
+ - postgres-operator-1.4.0.tgz
25
+ version : 1.4.0
4
26
- apiVersion : v1
5
27
appVersion : 1.3.0
6
- created : " 2019-12-17T12:58:49.477140129 +01:00"
28
+ created : " 2020-02-20T17:39:25.441532163 +01:00"
7
29
description : Postgres Operator creates and manages PostgreSQL clusters running
8
30
in Kubernetes
9
31
digest : 7e788fd37daec76a01f6d6f9fe5be5b54f5035e4eba0041e80a760d656537325
@@ -25,7 +47,7 @@ entries:
25
47
version : 1.3.0
26
48
- apiVersion : v1
27
49
appVersion : 1.2.0
28
- created : " 2019-12-17T12:58:49.475844233 +01:00"
50
+ created : " 2020-02-20T17:39:25.440278302 +01:00"
29
51
description : Postgres Operator creates and manages PostgreSQL clusters running
30
52
in Kubernetes
31
53
digest : d10710c7cf19f4e266e7704f5d1e98dcfc61bee3919522326c35c22ca7d2f2bf
@@ -47,4 +69,4 @@ entries:
47
69
urls :
48
70
- postgres-operator-1.2.0.tgz
49
71
version : 1.2.0
50
- generated : " 2019-12-17T12:58:49.474719294 +01:00"
72
+ generated : " 2020-02-20T17:39:25.439168098 +01:00"
Original file line number Diff line number Diff line change 63
63
- secrets
64
64
verbs :
65
65
- create
66
- - update
67
66
- delete
68
67
- get
68
+ - update
69
69
# to check nodes for node readiness label
70
70
- apiGroups :
71
71
- " "
@@ -102,9 +102,9 @@ rules:
102
102
- delete
103
103
- get
104
104
- list
105
- - watch
106
- - update
107
105
- patch
106
+ - update
107
+ - watch
108
108
# to resize the filesystem in Spilo pods when increasing volume size
109
109
- apiGroups :
110
110
- " "
Original file line number Diff line number Diff line change 1
1
image :
2
2
registry : registry.opensource.zalan.do
3
3
repository : acid/postgres-operator
4
- tag : v1.3.1
4
+ tag : v1.4.0
5
5
pullPolicy : " IfNotPresent"
6
6
7
7
# Optionally specify an array of imagePullSecrets.
@@ -100,8 +100,14 @@ configKubernetes:
100
100
pod_management_policy : " ordered_ready"
101
101
# label assigned to the Postgres pods (and services/endpoints)
102
102
pod_role_label : spilo-role
103
+ # service account definition as JSON/YAML string to be used by postgres cluster pods
104
+ # pod_service_account_definition: ""
105
+
103
106
# name of service account to be used by postgres cluster pods
104
107
pod_service_account_name : " postgres-pod"
108
+ # role binding definition as JSON/YAML string to be used by pod service account
109
+ # pod_service_account_role_binding_definition: ""
110
+
105
111
# Postgres pods are terminated forcefully after this timeout
106
112
pod_terminate_grace_period : 5m
107
113
# template for database user secrets generated by the operator
Original file line number Diff line number Diff line change 1
1
image :
2
2
registry : registry.opensource.zalan.do
3
3
repository : acid/postgres-operator
4
- tag : v1.3.1
4
+ tag : v1.4.0
5
5
pullPolicy : " IfNotPresent"
6
6
7
7
# Optionally specify an array of imagePullSecrets.
@@ -93,8 +93,14 @@ configKubernetes:
93
93
pod_management_policy : " ordered_ready"
94
94
# label assigned to the Postgres pods (and services/endpoints)
95
95
pod_role_label : spilo-role
96
+ # service account definition as JSON/YAML string to be used by postgres cluster pods
97
+ # pod_service_account_definition: ""
98
+
96
99
# name of service account to be used by postgres cluster pods
97
100
pod_service_account_name : " postgres-pod"
101
+ # role binding definition as JSON/YAML string to be used by pod service account
102
+ # pod_service_account_role_binding_definition: ""
103
+
98
104
# Postgres pods are terminated forcefully after this timeout
99
105
pod_terminate_grace_period : 5m
100
106
# template for database user secrets generated by the operator
You can’t perform that action at this time.
0 commit comments