Skip to content

Updates for August Release #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2024
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 number Diff line number Diff 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.6.0
appVersion: 5.6.0
version: 5.6.1
appVersion: 5.6.1

Large diffs are not rendered by default.

2,438 changes: 923 additions & 1,515 deletions helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml

Large diffs are not rendered by default.

1,604 changes: 597 additions & 1,007 deletions helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml

Large diffs are not rendered by default.

23,021 changes: 8,243 additions & 14,778 deletions helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

Large diffs are not rendered by default.

25 changes: 12 additions & 13 deletions helm/install/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
# 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.6.0-0
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.6.1-0

# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
relatedImages:
postgres_16:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3-1
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.4-0
postgres_16_gis_3.4:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.4-1
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.4-0
postgres_16_gis_3.3:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.3-1
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.3-0
postgres_15:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.7-1
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.8-0
postgres_15_gis_3.3:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.7-3.3-1
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.8-3.3-0
pgadmin:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-26
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-29
pgbackrest:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51-1
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.52.1-1
pgbouncer:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-1
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-4
pgexporter:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-7
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-10
pgupgrade:
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.6.0-0
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.6.1-0
standalone_pgadmin:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.6-1
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.10-0

# singleNamespace controls where PGO watches for PostgresClusters. When false,
# PGO watches for and responds to PostgresClusters in all namespaces. When true,
Expand All @@ -44,7 +44,6 @@ imagePullSecretNames: []
# Resource configuration of the PostgresCluster and PGUpgrade controllers.
resources:
controller: {}

# Define custom labels for PGO pods
# Note: Defining labels that overlap with any Crunchy Data label, for example,
# postgres-operator.crunchydata.com, will cause an error
Expand Down
41 changes: 41 additions & 0 deletions kustomize/install/components/images-by-tag/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
kind: Component
images:
- name: image-pgadmin
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
newTag: ubi8-8.10-0
- name: image-pgadmin-v4
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
newTag: ubi8-4.30-29
- name: image-pgbackrest
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
newTag: ubi8-2.52.1-1
- name: image-pgbouncer
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
newTag: ubi8-1.22-4
- name: image-postgres-exporter
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
newTag: ubi8-0.15.0-10
- name: image-postgres-operator-5.6
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi8-5.6.1-0
- name: image-postgres-operator-5.5
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi8-5.5.3-0
- name: image-crunchy-postgres-15
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi8-15.8-0
- name: image-crunchy-postgres-16
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi8-16.4-0
- name: image-crunchy-upgrade
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
newTag: ubi8-5.6.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-0
- name: image-crunchy-postgres-16-gis-3.3
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi8-16.4-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-0
27 changes: 27 additions & 0 deletions kustomize/install/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