Skip to content

Commit 680cea7

Browse files
committed
updated for Oct release PGO-2708
1 parent 397165d commit 680cea7

17 files changed

+77
-146
lines changed

helm/install/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.8.3
8-
appVersion: 5.8.3
7+
version: 5.8.4
8+
appVersion: 5.8.4

helm/install/LICENSE.txt

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

helm/install/crds/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
4-
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
64
name: crunchybridgeclusters.postgres-operator.crunchydata.com
75
labels:
8-
app.kubernetes.io/version: 5.8.3
6+
app.kubernetes.io/version: 5.8.4
97
spec:
108
group: postgres-operator.crunchydata.com
119
names:

helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
4-
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
64
name: pgadmins.postgres-operator.crunchydata.com
75
labels:
8-
app.kubernetes.io/version: 5.8.3
6+
app.kubernetes.io/version: 5.8.4
97
spec:
108
group: postgres-operator.crunchydata.com
119
names:
@@ -2577,6 +2575,9 @@ spec:
25772575
majorVersion:
25782576
description: MajorVersion represents the major version of the running pgAdmin.
25792577
type: integer
2578+
minorVersion:
2579+
description: MinorVersion represents the minor version of the running pgAdmin.
2580+
type: string
25802581
observedGeneration:
25812582
description: observedGeneration represents the .metadata.generation on which the status was based.
25822583
format: int64

helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
4-
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
64
name: pgupgrades.postgres-operator.crunchydata.com
75
labels:
8-
app.kubernetes.io/version: 5.8.3
6+
app.kubernetes.io/version: 5.8.4
97
spec:
108
group: postgres-operator.crunchydata.com
119
names:
@@ -926,7 +924,7 @@ spec:
926924
fromPostgresVersion:
927925
description: The major version of PostgreSQL before the upgrade.
928926
format: int32
929-
maximum: 17
927+
maximum: 18
930928
minimum: 11
931929
type: integer
932930
image:
@@ -1056,7 +1054,7 @@ spec:
10561054
toPostgresVersion:
10571055
description: The major version of PostgreSQL to be upgraded to.
10581056
format: int32
1059-
maximum: 17
1057+
maximum: 18
10601058
minimum: 11
10611059
type: integer
10621060
tolerations:

helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
4-
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
64
name: postgresclusters.postgres-operator.crunchydata.com
75
labels:
8-
app.kubernetes.io/version: 5.8.3
6+
app.kubernetes.io/version: 5.8.4
97
spec:
108
group: postgres-operator.crunchydata.com
119
names:
@@ -12173,7 +12171,7 @@ spec:
1217312171
type: string
1217412172
postgresVersion:
1217512173
description: The major version of PostgreSQL installed in the PostgreSQL image
12176-
maximum: 17
12174+
maximum: 18
1217712175
minimum: 11
1217812176
type: integer
1217912177
proxy:

helm/install/templates/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ spec:
7171
{{- if .Values.affinity }}
7272
affinity:
7373
{{- toYaml .Values.affinity | nindent 8 }}
74-
{{- end }}
74+
{{- end }}

helm/install/values.yaml

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,40 @@
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:ubi9-5.8.3-0
5+
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.4-0
66

77
# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
88
relatedImages:
9+
postgres_18:
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.0-2542
11+
postgres_18_gis_3.6:
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.0-3.6-2542
913
postgres_17:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2534
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542
15+
postgres_17_gis_3.6:
16+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.6-2542
1117
postgres_17_gis_3.5:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2534
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2542
1319
postgres_17_gis_3.4:
14-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.4-2534
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.4-2542
1521
postgres_16:
16-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2534
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542
1723
postgres_16_gis_3.4:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.4-2534
24+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.4-2542
1925
postgres_16_gis_3.3:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.3-2534
26+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.3-2542
2127
pgbackrest:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2534
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542
2329
pgbouncer:
24-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2534
30+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542
2531
pgexporter:
26-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2534
32+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2542
2733
pgupgrade:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.6-2534
34+
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.0-2542
2935
standalone_pgadmin:
30-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.2-2534
36+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2542
3137
collector:
32-
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.3-0
38+
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.4-0
3339

3440
# singleNamespace controls where PGO watches for PostgresClusters. When false,
3541
# PGO watches for and responds to PostgresClusters in all namespaces. When true,

kustomize/install/LICENSE.txt

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

kustomize/install/components/images-by-tag/kustomization.yaml

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,52 @@ kind: Component
22
images:
33
- name: image-pgadmin
44
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
5-
newTag: ubi9-9.2-2534
5+
newTag: ubi9-9.8-2542
66
- name: image-pgbackrest
77
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
8-
newTag: ubi9-2.56.0-2534
8+
newTag: ubi9-2.56.0-2542
99
- name: image-pgbouncer
1010
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
11-
newTag: ubi9-1.24-2534
11+
newTag: ubi9-1.24-2542
1212
- name: image-postgres-exporter
1313
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
14-
newTag: ubi9-0.17.1-2534
14+
newTag: ubi9-0.17.1-2542
1515
- name: image-postgres-operator-5.8
1616
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
17-
newTag: ubi9-5.8.3-0
17+
newTag: ubi9-5.8.4-0
18+
- name: image-crunchy-postgres-15
19+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
20+
newTag: ubi9-15.14-2542
1821
- name: image-crunchy-postgres-16
1922
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
20-
newTag: ubi9-16.10-2534
23+
newTag: ubi9-16.10-2542
2124
- name: image-crunchy-postgres-17
2225
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
23-
newTag: ubi9-17.6-2534
26+
newTag: ubi9-17.6-2542
27+
- name: image-crunchy-postgres-18
28+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
29+
newTag: ubi9-18.0-2542
2430
- name: image-crunchy-upgrade
2531
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
26-
newTag: ubi9-17.6-2534
32+
newTag: ubi9-18.0-2542
33+
- name: image-crunchy-postgres-15-gis-3.3
34+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
35+
newTag: ubi9-15.14-3.3-2542
2736
- name: image-crunchy-postgres-16-gis-3.3
2837
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
29-
newTag: ubi9-16.10-3.3-2534
38+
newTag: ubi9-16.10-3.3-2542
3039
- name: image-crunchy-postgres-16-gis-3.4
3140
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
32-
newTag: ubi9-16.10-3.4-2534
41+
newTag: ubi9-16.10-3.4-2542
3342
- name: image-crunchy-postgres-17-gis-3.4
3443
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
35-
newTag: ubi9-17.6-3.4-2534
44+
newTag: ubi9-17.6-3.4-2542
3645
- name: image-crunchy-postgres-17-gis-3.5
3746
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
38-
newTag: ubi9-17.6-3.5-2534
47+
newTag: ubi9-17.6-3.5-2542
48+
- name: image-crunchy-postgres-17-gis-3.6
49+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
50+
newTag: ubi9-17.6-3.6-2542
51+
- name: image-crunchy-postgres-18-gis-3.6
52+
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
53+
newTag: ubi9-18.0-3.6-2542

0 commit comments

Comments
 (0)