Skip to content

Commit 9832d31

Browse files
committed
Update 6.0 installer CRDs, rbac, and pgbouncer image
1 parent 72c625f commit 9832d31

11 files changed

Lines changed: 38994 additions & 41344 deletions

config/components/images-by-tag/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ images:
88
newTag: ubi9-2.56.0-2550
99
- name: image-pgbouncer
1010
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
11-
newTag: ubi9-1.24-2550
11+
newTag: ubi9-1.25-2550
1212
- name: image-postgres-exporter
1313
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
1414
newTag: ubi9-0.18.1-2550

config/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml

Lines changed: 2696 additions & 2831 deletions
Large diffs are not rendered by default.

config/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml

Lines changed: 1103 additions & 1147 deletions
Large diffs are not rendered by default.

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 35191 additions & 37138 deletions
Large diffs are not rendered by default.

config/crd/kustomization.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
kind: Kustomization
2-
31
resources:
4-
- bases/postgres-operator.crunchydata.com_postgresclusters.yaml
5-
- bases/postgres-operator.crunchydata.com_pgupgrades.yaml
62
- bases/postgres-operator.crunchydata.com_pgadmins.yaml
7-
8-
patches:
9-
- target:
10-
kind: CustomResourceDefinition
11-
patch: |-
12-
- op: add
13-
path: /metadata/labels
14-
value:
15-
app.kubernetes.io/name: pgo
16-
app.kubernetes.io/version: latest
3+
- bases/postgres-operator.crunchydata.com_pgupgrades.yaml
4+
- bases/postgres-operator.crunchydata.com_postgresclusters.yaml

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ spec:
7878
path: /healthz
7979
port: 8081
8080
initialDelaySeconds: 5
81-
periodSeconds: 10
81+
periodSeconds: 10

config/rbac/cluster/role.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -111,24 +111,6 @@ rules:
111111
- list
112112
- patch
113113
- watch
114-
- apiGroups:
115-
- postgres-operator.crunchydata.com
116-
resources:
117-
- crunchybridgeclusters
118-
verbs:
119-
- get
120-
- list
121-
- patch
122-
- update
123-
- watch
124-
- apiGroups:
125-
- postgres-operator.crunchydata.com
126-
resources:
127-
- crunchybridgeclusters/finalizers
128-
- crunchybridgeclusters/status
129-
verbs:
130-
- patch
131-
- update
132114
- apiGroups:
133115
- postgres-operator.crunchydata.com
134116
resources:

config/rbac/kustomization.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

config/rbac/role.yaml

Lines changed: 0 additions & 170 deletions
This file was deleted.

config/rbac/role_binding.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)