Skip to content
Open
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
43 changes: 43 additions & 0 deletions config/LICENSE.txt
Original file line number Diff line number Diff 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.
56 changes: 56 additions & 0 deletions config/components/images-by-tag/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
kind: Component
images:
- name: image-pgadmin
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
newTag: ubi9-9.8-2550
- name: image-pgbackrest
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
newTag: ubi9-2.56.0-2550
- name: image-pgbouncer
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
newTag: ubi9-1.25-2550
- name: image-postgres-exporter
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
newTag: ubi9-0.18.1-2550
- name: image-postgres-operator-6.0
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi9-6.0.0-0
- name: image-postgres-operator-5.8
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi9-5.8.6-0
- name: image-crunchy-postgres-15
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi9-15.15-2550
- name: image-crunchy-postgres-16
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi9-16.11-2550
- name: image-crunchy-postgres-17
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi9-17.7-2550
- name: image-crunchy-postgres-18
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi9-18.1-2550
- name: image-crunchy-upgrade
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
newTag: ubi9-18.1-2550
- name: image-crunchy-postgres-15-gis-3.3
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-15.15-3.3-2550
- name: image-crunchy-postgres-16-gis-3.3
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-16.11-3.3-2550
- name: image-crunchy-postgres-16-gis-3.4
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-16.11-3.4-2550
- name: image-crunchy-postgres-17-gis-3.4
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-17.7-3.4-2550
- name: image-crunchy-postgres-17-gis-3.5
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-17.7-3.5-2550
- name: image-crunchy-postgres-17-gis-3.6
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-17.7-3.6-2550
- name: image-crunchy-postgres-18-gis-3.6
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-18.1-3.6-2550
27 changes: 27 additions & 0 deletions config/components/single-namespace/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
kind: Component

patches:
- target:
kind: ClusterRole
patch: |-
- { op: replace, path: /kind, value: Role }
- target:
kind: ClusterRoleBinding
patch: |-
- { op: replace, path: /kind, value: RoleBinding }
- { op: replace, path: /roleRef/kind, value: Role }
- target:
kind: Deployment
patch: |-
kind: Deployment
metadata: { name: ignored }
spec:
template:
spec:
containers:
- name: operator
env:
- name: CPK_TARGET_NAMESPACE
valueFrom: { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }
- name: PGO_TARGET_NAMESPACE
value: '$(CPK_TARGET_NAMESPACE)'
Loading
Loading