Skip to content

Commit 4a099d6

Browse files
authored
bump to v1.2.0 (#631)
* bump to v1.2.0 * yaml lint: add one more space before incline comments
1 parent cd350a4 commit 4a099d6

File tree

9 files changed

+20
-21
lines changed

9 files changed

+20
-21
lines changed

charts/postgres-operator/templates/clusterrole.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rules:
4343
- get
4444
- list
4545
- patch
46-
- watch # needed if zalando-postgres-operator account is used for pods as well
46+
- watch # needed if zalando-postgres-operator account is used for pods as well
4747
- apiGroups:
4848
- ""
4949
resources:
@@ -76,7 +76,7 @@ rules:
7676
verbs:
7777
- get
7878
- list
79-
- update # only for resizing AWS volumes
79+
- update # only for resizing AWS volumes
8080
- apiGroups:
8181
- ""
8282
resources:
@@ -145,7 +145,7 @@ rules:
145145
- apiGroups:
146146
- batch
147147
resources:
148-
- cronjobs # enables logical backups
148+
- cronjobs # enables logical backups
149149
verbs:
150150
- create
151151
- delete

charts/postgres-operator/values-crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: registry.opensource.zalan.do
33
repository: acid/postgres-operator
4-
tag: v1.1.0-54-g3a914f9
4+
tag: v1.2.0
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.
@@ -98,7 +98,7 @@ configKubernetes:
9898
# whether the Spilo container should run in privileged mode
9999
spilo_privileged: false
100100
# operator watches for postgres objects in the given namespace
101-
watched_namespace: "*" # listen to all namespaces
101+
watched_namespace: "*" # listen to all namespaces
102102

103103
# configure resource requests for the Postgres pods
104104
configPostgresPodResources:

charts/postgres-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: registry.opensource.zalan.do
33
repository: acid/postgres-operator
4-
tag: v1.1.0-54-g3a914f9
4+
tag: v1.2.0
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.
@@ -94,7 +94,7 @@ configKubernetes:
9494
# whether the Spilo container should run in privileged mode
9595
spilo_privileged: "false"
9696
# operator watches for postgres objects in the given namespace
97-
watched_namespace: "*" # listen to all namespaces
97+
watched_namespace: "*" # listen to all namespaces
9898

9999
# configure resource requests for the Postgres pods
100100
configPostgresPodResources:

manifests/complete-postgres-manifest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ spec:
1313
size: 1Gi
1414
# storageClass: my-sc
1515
numberOfInstances: 2
16-
users: # Application/Robot users
16+
users: # Application/Robot users
1717
zalando:
1818
- superuser
1919
- createdb
2020
enableMasterLoadBalancer: true
2121
enableReplicaLoadBalancer: true
22-
allowedSourceRanges: # load balancers' source ranges for both master and replica services
22+
allowedSourceRanges: # load balancers' source ranges for both master and replica services
2323
- 127.0.0.1/32
2424
databases:
2525
foo: zalando
@@ -66,14 +66,14 @@ spec:
6666
# clone:
6767
# uid: "efd12e58-5786-11e8-b5a7-06148230260c"
6868
# cluster: "acid-batman"
69-
# timestamp: "2017-12-19T12:40:33+01:00" # timezone required (offset relative to UTC, see RFC 3339 section 5.6)
69+
# timestamp: "2017-12-19T12:40:33+01:00" # timezone required (offset relative to UTC, see RFC 3339 section 5.6)
7070
# s3_wal_path: "s3://custom/path/to/bucket"
7171

7272
# run periodic backups with k8s cron jobs
7373
# enableLogicalBackup: true
7474
# logicalBackupSchedule: "30 00 * * *"
7575
maintenanceWindows:
76-
- 01:00-06:00 #UTC
76+
- 01:00-06:00 #UTC
7777
- Sat:00:00-04:00
7878
# sidecars:
7979
# - name: "telegraf-sidecar"

manifests/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ data:
7676
# teams_api_url: http://fake-teams-api.default.svc.cluster.local
7777
# toleration: ""
7878
# wal_s3_bucket: ""
79-
watched_namespace: "*" # listen to all namespaces
79+
watched_namespace: "*" # listen to all namespaces
8080
workers: "4"

manifests/minimal-postgres-manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ spec:
99
size: 1Gi
1010
numberOfInstances: 2
1111
users:
12-
zalando: # database owner
12+
zalando: # database owner
1313
- superuser
1414
- createdb
15-
foo_user: [] # role for application foo
15+
foo_user: [] # role for application foo
1616
databases:
17-
foo: zalando # dbname: owner
17+
foo: zalando # dbname: owner
1818
postgresql:
1919
version: "10"

manifests/operator-service-account-rbac.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rules:
4444
- get
4545
- list
4646
- patch
47-
- watch # needed if zalando-postgres-operator account is used for pods as well
47+
- watch # needed if zalando-postgres-operator account is used for pods as well
4848
- apiGroups:
4949
- ""
5050
resources:
@@ -77,7 +77,7 @@ rules:
7777
verbs:
7878
- get
7979
- list
80-
- update # only for resizing AWS volumes
80+
- update # only for resizing AWS volumes
8181
- apiGroups:
8282
- ""
8383
resources:
@@ -146,7 +146,7 @@ rules:
146146
- apiGroups:
147147
- batch
148148
resources:
149-
- cronjobs # enables logical backups
149+
- cronjobs # enables logical backups
150150
verbs:
151151
- create
152152
- delete

manifests/postgres-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: zalando-postgres-operator
1616
containers:
1717
- name: postgres-operator
18-
image: registry.opensource.zalan.do/acid/smoke-tested-postgres-operator:v1.0.0-37-g2422d72
18+
image: registry.opensource.zalan.do/acid/postgres-operator:v1.2.0
1919
imagePullPolicy: IfNotPresent
2020
resources:
2121
requests:

manifests/standby-manifest.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
apiVersion: "acid.zalan.do/v1"
32
kind: postgresql
43
metadata:
@@ -16,5 +15,5 @@ spec:
1615
s3_wal_path: "s3://path/to/bucket/containing/wal/of/source/cluster/"
1716

1817
maintenanceWindows:
19-
- 01:00-06:00 #UTC
18+
- 01:00-06:00 #UTC
2019
- Sat:00:00-04:00

0 commit comments

Comments
 (0)