From ddceb280606106d60e7ca6e41dba094dc0b76519 Mon Sep 17 00:00:00 2001 From: ValClarkson Date: Thu, 23 Oct 2025 12:23:25 -0400 Subject: [PATCH 1/2] updated for Oct release PGO-2708 --- helm/install/Chart.yaml | 4 +- helm/install/LICENSE.txt | 43 ------------------- ...crunchydata.com_crunchybridgeclusters.yaml | 4 +- ...res-operator.crunchydata.com_pgadmins.yaml | 7 +-- ...s-operator.crunchydata.com_pgupgrades.yaml | 8 ++-- ...ator.crunchydata.com_postgresclusters.yaml | 6 +-- helm/install/templates/manager.yaml | 2 +- helm/install/values.yaml | 32 ++++++++------ kustomize/install/LICENSE.txt | 43 ------------------- .../images-by-tag/kustomization.yaml | 39 +++++++++++------ ...crunchydata.com_crunchybridgeclusters.yaml | 4 +- ...res-operator.crunchydata.com_pgadmins.yaml | 7 +-- ...s-operator.crunchydata.com_pgupgrades.yaml | 8 ++-- ...ator.crunchydata.com_postgresclusters.yaml | 6 +-- kustomize/install/default/kustomization.yaml | 2 +- kustomize/install/manager/manager.yaml | 6 +++ .../singlenamespace/kustomization.yaml | 2 +- 17 files changed, 77 insertions(+), 146 deletions(-) delete mode 100644 helm/install/LICENSE.txt delete mode 100644 kustomize/install/LICENSE.txt diff --git a/helm/install/Chart.yaml b/helm/install/Chart.yaml index 42207888..04369d9c 100644 --- a/helm/install/Chart.yaml +++ b/helm/install/Chart.yaml @@ -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.8.3 -appVersion: 5.8.3 +version: 5.8.4 +appVersion: 5.8.4 diff --git a/helm/install/LICENSE.txt b/helm/install/LICENSE.txt deleted file mode 100644 index e552b550..00000000 --- a/helm/install/LICENSE.txt +++ /dev/null @@ -1,43 +0,0 @@ - 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. diff --git a/helm/install/crds/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml b/helm/install/crds/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml index 794d8248..2a6b699d 100644 --- a/helm/install/crds/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml +++ b/helm/install/crds/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml @@ -1,11 +1,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.17.2 name: crunchybridgeclusters.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 spec: group: postgres-operator.crunchydata.com names: diff --git a/helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml b/helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml index 0124eb15..41d936bc 100644 --- a/helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml +++ b/helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml @@ -1,11 +1,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.17.2 name: pgadmins.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 spec: group: postgres-operator.crunchydata.com names: @@ -2577,6 +2575,9 @@ spec: majorVersion: description: MajorVersion represents the major version of the running pgAdmin. type: integer + minorVersion: + description: MinorVersion represents the minor version of the running pgAdmin. + type: string observedGeneration: description: observedGeneration represents the .metadata.generation on which the status was based. format: int64 diff --git a/helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml b/helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml index 476b1ef1..8fc136bc 100644 --- a/helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml +++ b/helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml @@ -1,11 +1,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.17.2 name: pgupgrades.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 spec: group: postgres-operator.crunchydata.com names: @@ -926,7 +924,7 @@ spec: fromPostgresVersion: description: The major version of PostgreSQL before the upgrade. format: int32 - maximum: 17 + maximum: 18 minimum: 11 type: integer image: @@ -1056,7 +1054,7 @@ spec: toPostgresVersion: description: The major version of PostgreSQL to be upgraded to. format: int32 - maximum: 17 + maximum: 18 minimum: 11 type: integer tolerations: diff --git a/helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml b/helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml index fd078c2a..7e734259 100644 --- a/helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml +++ b/helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml @@ -1,11 +1,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.17.2 name: postgresclusters.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 spec: group: postgres-operator.crunchydata.com names: @@ -12173,7 +12171,7 @@ spec: type: string postgresVersion: description: The major version of PostgreSQL installed in the PostgreSQL image - maximum: 17 + maximum: 18 minimum: 11 type: integer proxy: diff --git a/helm/install/templates/manager.yaml b/helm/install/templates/manager.yaml index 7e7066fc..fa04aa40 100644 --- a/helm/install/templates/manager.yaml +++ b/helm/install/templates/manager.yaml @@ -71,4 +71,4 @@ spec: {{- if .Values.affinity }} affinity: {{- toYaml .Values.affinity | nindent 8 }} - {{- end }} + {{- end }} \ No newline at end of file diff --git a/helm/install/values.yaml b/helm/install/values.yaml index 9018ccbd..5059c9ba 100644 --- a/helm/install/values.yaml +++ b/helm/install/values.yaml @@ -2,34 +2,40 @@ # 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:ubi9-5.8.3-0 + cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.4-0 # relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs. relatedImages: + postgres_18: + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.0-2542 + postgres_18_gis_3.6: + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.0-3.6-2542 postgres_17: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542 + postgres_17_gis_3.6: + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.6-2542 postgres_17_gis_3.5: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2542 postgres_17_gis_3.4: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.4-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.4-2542 postgres_16: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542 postgres_16_gis_3.4: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.4-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.4-2542 postgres_16_gis_3.3: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.3-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.3-2542 pgbackrest: - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542 pgbouncer: - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542 pgexporter: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2542 pgupgrade: - image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.6-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.0-2542 standalone_pgadmin: - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.2-2534 + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2542 collector: - image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.3-0 + image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.4-0 # singleNamespace controls where PGO watches for PostgresClusters. When false, # PGO watches for and responds to PostgresClusters in all namespaces. When true, diff --git a/kustomize/install/LICENSE.txt b/kustomize/install/LICENSE.txt deleted file mode 100644 index e552b550..00000000 --- a/kustomize/install/LICENSE.txt +++ /dev/null @@ -1,43 +0,0 @@ - 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. diff --git a/kustomize/install/components/images-by-tag/kustomization.yaml b/kustomize/install/components/images-by-tag/kustomization.yaml index 327ec16f..3b5f3194 100644 --- a/kustomize/install/components/images-by-tag/kustomization.yaml +++ b/kustomize/install/components/images-by-tag/kustomization.yaml @@ -2,37 +2,52 @@ kind: Component images: - name: image-pgadmin newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4 - newTag: ubi9-9.2-2534 + newTag: ubi9-9.8-2542 - name: image-pgbackrest newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest - newTag: ubi9-2.56.0-2534 + newTag: ubi9-2.56.0-2542 - name: image-pgbouncer newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer - newTag: ubi9-1.24-2534 + newTag: ubi9-1.24-2542 - name: image-postgres-exporter newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter - newTag: ubi9-0.17.1-2534 + newTag: ubi9-0.17.1-2542 - name: image-postgres-operator-5.8 newName: registry.developers.crunchydata.com/crunchydata/postgres-operator - newTag: ubi9-5.8.3-0 + newTag: ubi9-5.8.4-0 +- name: image-crunchy-postgres-15 + newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres + newTag: ubi9-15.14-2542 - name: image-crunchy-postgres-16 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-16.10-2534 + newTag: ubi9-16.10-2542 - name: image-crunchy-postgres-17 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-17.6-2534 + newTag: ubi9-17.6-2542 +- name: image-crunchy-postgres-18 + newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres + newTag: ubi9-18.0-2542 - name: image-crunchy-upgrade newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade - newTag: ubi9-17.6-2534 + newTag: ubi9-18.0-2542 +- name: image-crunchy-postgres-15-gis-3.3 + newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis + newTag: ubi9-15.14-3.3-2542 - name: image-crunchy-postgres-16-gis-3.3 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-16.10-3.3-2534 + newTag: ubi9-16.10-3.3-2542 - name: image-crunchy-postgres-16-gis-3.4 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-16.10-3.4-2534 + newTag: ubi9-16.10-3.4-2542 - name: image-crunchy-postgres-17-gis-3.4 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-17.6-3.4-2534 + newTag: ubi9-17.6-3.4-2542 - name: image-crunchy-postgres-17-gis-3.5 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-17.6-3.5-2534 + newTag: ubi9-17.6-3.5-2542 +- name: image-crunchy-postgres-17-gis-3.6 + newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis + newTag: ubi9-17.6-3.6-2542 +- name: image-crunchy-postgres-18-gis-3.6 + newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis + newTag: ubi9-18.0-3.6-2542 diff --git a/kustomize/install/crd/bases/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml b/kustomize/install/crd/bases/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml index 794d8248..2a6b699d 100644 --- a/kustomize/install/crd/bases/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml +++ b/kustomize/install/crd/bases/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml @@ -1,11 +1,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.17.2 name: crunchybridgeclusters.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 spec: group: postgres-operator.crunchydata.com names: diff --git a/kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml b/kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml index 0124eb15..41d936bc 100644 --- a/kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml +++ b/kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml @@ -1,11 +1,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.17.2 name: pgadmins.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 spec: group: postgres-operator.crunchydata.com names: @@ -2577,6 +2575,9 @@ spec: majorVersion: description: MajorVersion represents the major version of the running pgAdmin. type: integer + minorVersion: + description: MinorVersion represents the minor version of the running pgAdmin. + type: string observedGeneration: description: observedGeneration represents the .metadata.generation on which the status was based. format: int64 diff --git a/kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml b/kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml index 476b1ef1..8fc136bc 100644 --- a/kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml +++ b/kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml @@ -1,11 +1,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.17.2 name: pgupgrades.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 spec: group: postgres-operator.crunchydata.com names: @@ -926,7 +924,7 @@ spec: fromPostgresVersion: description: The major version of PostgreSQL before the upgrade. format: int32 - maximum: 17 + maximum: 18 minimum: 11 type: integer image: @@ -1056,7 +1054,7 @@ spec: toPostgresVersion: description: The major version of PostgreSQL to be upgraded to. format: int32 - maximum: 17 + maximum: 18 minimum: 11 type: integer tolerations: diff --git a/kustomize/install/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml b/kustomize/install/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml index fd078c2a..7e734259 100644 --- a/kustomize/install/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml +++ b/kustomize/install/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml @@ -1,11 +1,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.17.2 name: postgresclusters.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 spec: group: postgres-operator.crunchydata.com names: @@ -12173,7 +12171,7 @@ spec: type: string postgresVersion: description: The major version of PostgreSQL installed in the PostgreSQL image - maximum: 17 + maximum: 18 minimum: 11 type: integer proxy: diff --git a/kustomize/install/default/kustomization.yaml b/kustomize/install/default/kustomization.yaml index e7a0ea52..8bf48894 100644 --- a/kustomize/install/default/kustomization.yaml +++ b/kustomize/install/default/kustomization.yaml @@ -7,7 +7,7 @@ labels: includeTemplates: true pairs: app.kubernetes.io/name: pgo - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 - includeSelectors: true includeTemplates: true pairs: diff --git a/kustomize/install/manager/manager.yaml b/kustomize/install/manager/manager.yaml index 1828e059..d0318739 100644 --- a/kustomize/install/manager/manager.yaml +++ b/kustomize/install/manager/manager.yaml @@ -35,6 +35,12 @@ spec: value: image-crunchy-postgres-17-gis-3.4 - name: RELATED_IMAGE_POSTGRES_17_GIS_3.5 value: image-crunchy-postgres-17-gis-3.5 + - name: RELATED_IMAGE_POSTGRES_17_GIS_3.6 + value: image-crunchy-postgres-17-gis-3.6 + - name: RELATED_IMAGE_POSTGRES_18 + value: image-crunchy-postgres-18 + - name: RELATED_IMAGE_POSTGRES_18_GIS_3.6 + value: image-crunchy-postgres-18-gis-3.6 - name: RELATED_IMAGE_PGBACKREST value: image-pgbackrest - name: RELATED_IMAGE_PGBOUNCER diff --git a/kustomize/install/singlenamespace/kustomization.yaml b/kustomize/install/singlenamespace/kustomization.yaml index 73f990c0..d88f6c17 100644 --- a/kustomize/install/singlenamespace/kustomization.yaml +++ b/kustomize/install/singlenamespace/kustomization.yaml @@ -7,7 +7,7 @@ labels: includeTemplates: true pairs: app.kubernetes.io/name: pgo - app.kubernetes.io/version: 5.8.3 + app.kubernetes.io/version: 5.8.4 - includeSelectors: true includeTemplates: true pairs: From 39bd73c89fe5f377ee9b0f75b3f0554ca3889643 Mon Sep 17 00:00:00 2001 From: ValClarkson Date: Fri, 24 Oct 2025 14:29:33 -0400 Subject: [PATCH 2/2] revert delete file --- helm/install/LICENSE.txt | 43 +++++++++++++++++++++++++++++++++++ kustomize/install/LICENSE.txt | 43 +++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 helm/install/LICENSE.txt create mode 100644 kustomize/install/LICENSE.txt diff --git a/helm/install/LICENSE.txt b/helm/install/LICENSE.txt new file mode 100644 index 00000000..e552b550 --- /dev/null +++ b/helm/install/LICENSE.txt @@ -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. diff --git a/kustomize/install/LICENSE.txt b/kustomize/install/LICENSE.txt new file mode 100644 index 00000000..e552b550 --- /dev/null +++ b/kustomize/install/LICENSE.txt @@ -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.