Skip to content

Commit 2be1fad

Browse files
authored
Merge pull request #277 from jmckulk/2024-08
Updates for August Release
2 parents 9fec499 + 1110245 commit 2be1fad

23 files changed

+20095
-35232
lines changed

Diff for: helm/install/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: Installer for PGO, the open source Postgres Operator from Crunchy D
44

55
type: application
66
# The version below should match the version on the PostgresCluster CRD
7-
version: 5.6.0
8-
appVersion: 5.6.0
7+
version: 5.6.1
8+
appVersion: 5.6.1

Diff for: helm/install/crds/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml

+214-274
Large diffs are not rendered by default.

Diff for: helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml

+923-1,515
Large diffs are not rendered by default.

Diff for: helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml

+597-1,007
Large diffs are not rendered by default.

Diff for: helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

+8,243-14,778
Large diffs are not rendered by default.

Diff for: helm/install/values.yaml

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22
# controllerImages are used to run the operator's controllers.
33
# The cluster image defined below runs the PostgresCluster and PGUpgrade controllers.
44
controllerImages:
5-
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.6.0-0
5+
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.6.1-0
66

77
# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
88
relatedImages:
99
postgres_16:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3-1
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.4-0
1111
postgres_16_gis_3.4:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.4-1
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.4-0
1313
postgres_16_gis_3.3:
14-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.3-1
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.3-0
1515
postgres_15:
16-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.7-1
16+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.8-0
1717
postgres_15_gis_3.3:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.7-3.3-1
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.8-3.3-0
1919
pgadmin:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-26
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-29
2121
pgbackrest:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51-1
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.52.1-1
2323
pgbouncer:
24-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-1
24+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-4
2525
pgexporter:
26-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-7
26+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-10
2727
pgupgrade:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.6.0-0
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.6.1-0
2929
standalone_pgadmin:
30-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.6-1
30+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.10-0
3131

3232
# singleNamespace controls where PGO watches for PostgresClusters. When false,
3333
# PGO watches for and responds to PostgresClusters in all namespaces. When true,
@@ -44,7 +44,6 @@ imagePullSecretNames: []
4444
# Resource configuration of the PostgresCluster and PGUpgrade controllers.
4545
resources:
4646
controller: {}
47-
4847
# Define custom labels for PGO pods
4948
# Note: Defining labels that overlap with any Crunchy Data label, for example,
5049
# postgres-operator.crunchydata.com, will cause an error
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
kind: Component
2+
images:
3+
- name: image-pgadmin
4+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
5+
newTag: ubi8-8.10-0
6+
- name: image-pgadmin-v4
7+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
8+
newTag: ubi8-4.30-29
9+
- name: image-pgbackrest
10+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
11+
newTag: ubi8-2.52.1-1
12+
- name: image-pgbouncer
13+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
14+
newTag: ubi8-1.22-4
15+
- name: image-postgres-exporter
16+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
17+
newTag: ubi8-0.15.0-10
18+
- name: image-postgres-operator-5.6
19+
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
20+
newTag: ubi8-5.6.1-0
21+
- name: image-postgres-operator-5.5
22+
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
23+
newTag: ubi8-5.5.3-0
24+
- name: image-crunchy-postgres-15
25+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
26+
newTag: ubi8-15.8-0
27+
- name: image-crunchy-postgres-16
28+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
29+
newTag: ubi8-16.4-0
30+
- name: image-crunchy-upgrade
31+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
32+
newTag: ubi8-5.6.1-0
33+
- name: image-crunchy-postgres-15-gis-3.3
34+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
35+
newTag: ubi8-15.8-3.3-0
36+
- name: image-crunchy-postgres-16-gis-3.3
37+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
38+
newTag: ubi8-16.4-3.3-0
39+
- name: image-crunchy-postgres-16-gis-3.4
40+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
41+
newTag: ubi8-16.4-3.4-0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
kind: Component
2+
3+
patches:
4+
- target:
5+
kind: ClusterRole
6+
patch: |-
7+
- { op: replace, path: /kind, value: Role }
8+
- target:
9+
kind: ClusterRoleBinding
10+
patch: |-
11+
- { op: replace, path: /kind, value: RoleBinding }
12+
- { op: replace, path: /roleRef/kind, value: Role }
13+
- target:
14+
kind: Deployment
15+
patch: |-
16+
kind: Deployment
17+
metadata: { name: ignored }
18+
spec:
19+
template:
20+
spec:
21+
containers:
22+
- name: operator
23+
env:
24+
- name: CPK_TARGET_NAMESPACE
25+
valueFrom: { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }
26+
- name: PGO_TARGET_NAMESPACE
27+
value: '$(CPK_TARGET_NAMESPACE)'

0 commit comments

Comments
 (0)