Skip to content

Commit 6f2d9e6

Browse files
committed
Updates for August Release
1 parent 9fec499 commit 6f2d9e6

25 files changed

+20181
-35232
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.6.0
8-
appVersion: 5.6.0
7+
version: 5.6.1
8+
appVersion: 5.6.1

helm/install/LICENSE.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Crunchy Data
2+
3+
Crunchy PostgreSQL for Kubernetes Terms of Use
4+
5+
Crunchy Data Solutions, Inc. (Crunchy Data) has integrated the Crunchy Data
6+
distribution of PostgreSQL and the PostgreSQL Operator as the commercial product,
7+
Crunchy PostgreSQL for Kubernetes. This Crunchy PostgreSQL for Kubernetes Terms
8+
of Use establishes a framework that will enable Crunchy Data to provide Crunchy
9+
Data packaged open source software, made available as a series of containers (the
10+
"Crunchy Data Software"), to users, subject to applicable terms and conditions.
11+
12+
By using or accessing the Crunchy Data Software, the using or accessing party
13+
agrees to applicable terms and conditions and agrees that the applicable terms as
14+
set forth in this Crunchy PostgreSQL for Kubernetes Terms of Use will govern the
15+
use of the Crunchy Data Software unless otherwise agreed to in writing by Crunchy
16+
Data and the using or accessing party. If at any time the applicable terms are
17+
no longer acceptable to the using or accessing party, the using or accessing
18+
party should immediately cease all use of the Crunchy Data Software.
19+
20+
For users with a valid Crunchy Data subscription agreement, unless otherwise
21+
agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes, including the
22+
use of each of the containers included therein, by users with a valid Crunchy
23+
Data subscription agreement, for both development and production purposes, is
24+
subject to the Crunchy Data Terms of Use (the "Crunchy Data Terms of Use")
25+
located at:
26+
27+
* https://access.crunchydata.com/EULA
28+
29+
Crunchy PostgreSQL for Kubernetes constitutes Crunchy Data Software under the
30+
Crunchy Data Terms of Use and its use is not intended to prohibit the rights
31+
under any open source license.
32+
33+
For users without a valid Crunchy Data subscription agreement, the Crunchy Data
34+
Software is provided for use under the Crunchy Data Developer Program. Unless
35+
otherwise agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes,
36+
including the use of each of the containers included therein, is subject to the
37+
Crunchy Data Developer Program Terms of Use (the "Developer Terms of Use"):
38+
39+
* https://www.crunchydata.com/developers/terms-of-use
40+
41+
Crunchy PostgreSQL for Kubernetes constitutes Crunchy Developer Software under
42+
the Crunchy Data Developer Program Terms of Use and its use is not intended to
43+
prohibit the rights under any open source license.

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

Lines changed: 214 additions & 274 deletions
Large diffs are not rendered by default.

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

Lines changed: 923 additions & 1515 deletions
Large diffs are not rendered by default.

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

Lines changed: 597 additions & 1007 deletions
Large diffs are not rendered by default.

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

Lines changed: 8243 additions & 14778 deletions
Large diffs are not rendered by default.

helm/install/values.yaml

Lines changed: 12 additions & 13 deletions
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

kustomize/install/LICENSE.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Crunchy Data
2+
3+
Crunchy PostgreSQL for Kubernetes Terms of Use
4+
5+
Crunchy Data Solutions, Inc. (Crunchy Data) has integrated the Crunchy Data
6+
distribution of PostgreSQL and the PostgreSQL Operator as the commercial product,
7+
Crunchy PostgreSQL for Kubernetes. This Crunchy PostgreSQL for Kubernetes Terms
8+
of Use establishes a framework that will enable Crunchy Data to provide Crunchy
9+
Data packaged open source software, made available as a series of containers (the
10+
"Crunchy Data Software"), to users, subject to applicable terms and conditions.
11+
12+
By using or accessing the Crunchy Data Software, the using or accessing party
13+
agrees to applicable terms and conditions and agrees that the applicable terms as
14+
set forth in this Crunchy PostgreSQL for Kubernetes Terms of Use will govern the
15+
use of the Crunchy Data Software unless otherwise agreed to in writing by Crunchy
16+
Data and the using or accessing party. If at any time the applicable terms are
17+
no longer acceptable to the using or accessing party, the using or accessing
18+
party should immediately cease all use of the Crunchy Data Software.
19+
20+
For users with a valid Crunchy Data subscription agreement, unless otherwise
21+
agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes, including the
22+
use of each of the containers included therein, by users with a valid Crunchy
23+
Data subscription agreement, for both development and production purposes, is
24+
subject to the Crunchy Data Terms of Use (the "Crunchy Data Terms of Use")
25+
located at:
26+
27+
* https://access.crunchydata.com/EULA
28+
29+
Crunchy PostgreSQL for Kubernetes constitutes Crunchy Data Software under the
30+
Crunchy Data Terms of Use and its use is not intended to prohibit the rights
31+
under any open source license.
32+
33+
For users without a valid Crunchy Data subscription agreement, the Crunchy Data
34+
Software is provided for use under the Crunchy Data Developer Program. Unless
35+
otherwise agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes,
36+
including the use of each of the containers included therein, is subject to the
37+
Crunchy Data Developer Program Terms of Use (the "Developer Terms of Use"):
38+
39+
* https://www.crunchydata.com/developers/terms-of-use
40+
41+
Crunchy PostgreSQL for Kubernetes constitutes Crunchy Developer Software under
42+
the Crunchy Data Developer Program Terms of Use and its use is not intended to
43+
prohibit the rights under any open source license.
Lines changed: 41 additions & 0 deletions
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
Lines changed: 27 additions & 0 deletions
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)