Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/install/Chart.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,5 +4,5 @@ description: Installer for PGO, the open source Postgres Operator from Crunchy D

type: application
# The version below should match the version on the PostgresCluster CRD
version: 5.7.0
appVersion: 5.7.0
version: 5.7.1
appVersion: 5.7.1
43 changes: 43 additions & 0 deletions helm/install/LICENSE.txt
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
Crunchy Data

Crunchy PostgreSQL for Kubernetes Terms of Use

Crunchy Data Solutions, Inc. (Crunchy Data) has integrated the Crunchy Data
distribution of PostgreSQL and the PostgreSQL Operator as the commercial product,
Crunchy PostgreSQL for Kubernetes. This Crunchy PostgreSQL for Kubernetes Terms
of Use establishes a framework that will enable Crunchy Data to provide Crunchy
Data packaged open source software, made available as a series of containers (the
"Crunchy Data Software"), to users, subject to applicable terms and conditions.

By using or accessing the Crunchy Data Software, the using or accessing party
agrees to applicable terms and conditions and agrees that the applicable terms as
set forth in this Crunchy PostgreSQL for Kubernetes Terms of Use will govern the
use of the Crunchy Data Software unless otherwise agreed to in writing by Crunchy
Data and the using or accessing party. If at any time the applicable terms are
no longer acceptable to the using or accessing party, the using or accessing
party should immediately cease all use of the Crunchy Data Software.

For users with a valid Crunchy Data subscription agreement, unless otherwise
agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes, including the
use of each of the containers included therein, by users with a valid Crunchy
Data subscription agreement, for both development and production purposes, is
subject to the Crunchy Data Terms of Use (the "Crunchy Data Terms of Use")
located at:

* https://access.crunchydata.com/EULA

Crunchy PostgreSQL for Kubernetes constitutes Crunchy Data Software under the
Crunchy Data Terms of Use and its use is not intended to prohibit the rights
under any open source license.

For users without a valid Crunchy Data subscription agreement, the Crunchy Data
Software is provided for use under the Crunchy Data Developer Program. Unless
otherwise agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes,
including the use of each of the containers included therein, is subject to the
Crunchy Data Developer Program Terms of Use (the "Developer Terms of Use"):

* https://www.crunchydata.com/developers/terms-of-use

Crunchy PostgreSQL for Kubernetes constitutes Crunchy Developer Software under
the Crunchy Data Developer Program Terms of Use and its use is not intended to
prohibit the rights under any open source license.
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
name: crunchybridgeclusters.postgres-operator.crunchydata.com
spec:
group: postgres-operator.crunchydata.com
Expand DownExpand Up@@ -152,6 +152,7 @@ spec:
- plan
- provider
- region
- secret
- storage
type: object
status:
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
name: pgadmins.postgres-operator.crunchydata.com
spec:
group: postgres-operator.crunchydata.com
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
name: pgupgrades.postgres-operator.crunchydata.com
spec:
group: postgres-operator.crunchydata.com
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
name: postgresclusters.postgres-operator.crunchydata.com
spec:
group: postgres-operator.crunchydata.com
Expand Down
28 changes: 14 additions & 14 deletions helm/install/values.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,36 +2,36 @@
# controllerImages are used to run the operator's controllers.
# The cluster image defined below runs the PostgresCluster and PGUpgrade controllers.
controllerImages:
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.0-0
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.1-0

# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
relatedImages:
postgres_17:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.0-0
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-0
postgres_17_gis_3.4:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.0-3.4-0
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.2-3.4-0
postgres_16:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.4-2
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.6-0
postgres_16_gis_3.4:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.4-2
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.4-0
postgres_16_gis_3.3:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.3-2
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.3-0
postgres_15:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.8-2
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.10-0
postgres_15_gis_3.3:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.8-3.3-2
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.10-3.3-0
pgadmin:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-31
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-32
pgbackrest:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.53.1-0
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.53.1-1
pgbouncer:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-0
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-1
pgexporter:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-12
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-13
pgupgrade:
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.0-0
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.1-0
standalone_pgadmin:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.12-0
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.12-1

# singleNamespace controls where PGO watches for PostgresClusters. When false,
# PGO watches for and responds to PostgresClusters in all namespaces. When true,
Expand Down
43 changes: 43 additions & 0 deletions kustomize/install/LICENSE.txt
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
Crunchy Data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, I wonder why we didn't have these licenses present before?


Crunchy PostgreSQL for Kubernetes Terms of Use

Crunchy Data Solutions, Inc. (Crunchy Data) has integrated the Crunchy Data
distribution of PostgreSQL and the PostgreSQL Operator as the commercial product,
Crunchy PostgreSQL for Kubernetes. This Crunchy PostgreSQL for Kubernetes Terms
of Use establishes a framework that will enable Crunchy Data to provide Crunchy
Data packaged open source software, made available as a series of containers (the
"Crunchy Data Software"), to users, subject to applicable terms and conditions.

By using or accessing the Crunchy Data Software, the using or accessing party
agrees to applicable terms and conditions and agrees that the applicable terms as
set forth in this Crunchy PostgreSQL for Kubernetes Terms of Use will govern the
use of the Crunchy Data Software unless otherwise agreed to in writing by Crunchy
Data and the using or accessing party. If at any time the applicable terms are
no longer acceptable to the using or accessing party, the using or accessing
party should immediately cease all use of the Crunchy Data Software.

For users with a valid Crunchy Data subscription agreement, unless otherwise
agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes, including the
use of each of the containers included therein, by users with a valid Crunchy
Data subscription agreement, for both development and production purposes, is
subject to the Crunchy Data Terms of Use (the "Crunchy Data Terms of Use")
located at:

* https://access.crunchydata.com/EULA

Crunchy PostgreSQL for Kubernetes constitutes Crunchy Data Software under the
Crunchy Data Terms of Use and its use is not intended to prohibit the rights
under any open source license.

For users without a valid Crunchy Data subscription agreement, the Crunchy Data
Software is provided for use under the Crunchy Data Developer Program. Unless
otherwise agreed to in writing, the use of Crunchy PostgreSQL for Kubernetes,
including the use of each of the containers included therein, is subject to the
Crunchy Data Developer Program Terms of Use (the "Developer Terms of Use"):

* https://www.crunchydata.com/developers/terms-of-use

Crunchy PostgreSQL for Kubernetes constitutes Crunchy Developer Software under
the Crunchy Data Developer Program Terms of Use and its use is not intended to
prohibit the rights under any open source license.
30 changes: 15 additions & 15 deletions kustomize/install/components/images-by-tag/kustomization.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,46 +2,46 @@ kind: Component
images:
- name: image-pgadmin
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
newTag: ubi8-8.12-0
newTag: ubi8-8.12-1
- name: image-pgadmin-v4
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
newTag: ubi8-4.30-31
newTag: ubi8-4.30-32
- name: image-pgbackrest
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
newTag: ubi8-2.53.1-0
newTag: ubi8-2.53.1-1
- name: image-pgbouncer
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
newTag: ubi8-1.23-0
newTag: ubi8-1.23-1
- name: image-postgres-exporter
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
newTag: ubi8-0.15.0-12
newTag: ubi8-0.15.0-13
- name: image-postgres-operator-5.7
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi8-5.7.0-0
newTag: ubi8-5.7.1-0
- name: image-postgres-operator-5.6
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi8-5.6.2-0
newTag: ubi8-5.6.3-0
- name: image-crunchy-postgres-15
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi8-15.8-2
newTag: ubi8-15.10-0
- name: image-crunchy-postgres-16
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi8-16.4-2
newTag: ubi8-16.6-0
- name: image-crunchy-postgres-17
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi8-17.0-0
newTag: ubi8-17.2-0
- name: image-crunchy-upgrade
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
newTag: ubi8-5.7.0-0
newTag: ubi8-5.7.1-0
- name: image-crunchy-postgres-15-gis-3.3
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi8-15.8-3.3-2
newTag: ubi8-15.10-3.3-0
- name: image-crunchy-postgres-16-gis-3.3
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi8-16.4-3.3-2
newTag: ubi8-16.6-3.3-0
- name: image-crunchy-postgres-16-gis-3.4
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi8-16.4-3.4-2
newTag: ubi8-16.6-3.4-0
- name: image-crunchy-postgres-17-gis-3.4
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi8-17.0-3.4-0
newTag: ubi8-17.2-3.4-0
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
name: crunchybridgeclusters.postgres-operator.crunchydata.com
spec:
group: postgres-operator.crunchydata.com
Expand DownExpand Up@@ -152,6 +152,7 @@ spec:
- plan
- provider
- region
- secret
- storage
type: object
status:
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
name: pgadmins.postgres-operator.crunchydata.com
spec:
group: postgres-operator.crunchydata.com
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
name: pgupgrades.postgres-operator.crunchydata.com
spec:
group: postgres-operator.crunchydata.com
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
labels:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
name: postgresclusters.postgres-operator.crunchydata.com
spec:
group: postgres-operator.crunchydata.com
Expand Down
17 changes: 16 additions & 1 deletion kustomize/install/default/kustomization.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ labels:
includeTemplates: true
pairs:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
- includeSelectors: true
includeTemplates: true
pairs:
Expand All@@ -20,3 +20,18 @@ resources:

components:
- ../components/images-by-tag

patches:
- patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: pgo
spec:
template:
spec:
containers:
- name: operator
env:
- name: PGO_FEATURE_GATES
value: ""
2 changes: 1 addition & 1 deletion kustomize/install/singlenamespace/kustomization.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ labels:
includeTemplates: true
pairs:
app.kubernetes.io/name: pgo
app.kubernetes.io/version: 5.7.0
app.kubernetes.io/version: 5.7.1
- includeSelectors: true
includeTemplates: true
pairs:
Expand Down