Skip to content

Commit a3338c1

Browse files
committed
Update to cloudnative-pg 1.27.0 / postgresql 17.5
1 parent 42854c0 commit a3338c1

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

NOTICE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Below are all the FOSS (Free and open-source software) used and their respective
4343

4444
- PostgreSQL
4545
- Helm chart:
46-
- Version: 0.20.1
47-
- Licence: [Apache License 2.0](https://github.com/cloudnative-pg/charts/blob/cloudnative-pg-v0.20.1/LICENSE)
48-
- Source: <https://github.com/cloudnative-pg/charts/tree/cloudnative-pg-v0.20.1>
46+
- Version: 0.26.0
47+
- Licence: [Apache License 2.0](https://github.com/cloudnative-pg/charts/blob/cloudnative-pg-v0.26.0/LICENSE)
48+
- Source: <https://github.com/cloudnative-pg/charts/tree/cloudnative-pg-v0.26.0>
4949
- Copyright: Copyright The CloudNativePG authors. [Authors and Contributors](https://github.com/cloudnative-pg/charts/graphs/contributors)
5050
- Container image(s)
51-
- ghcr.io/cloudnative-pg/cloudnative-pg:1.22.1
52-
- License: [Apache License 2.0](https://github.com/cloudnative-pg/cloudnative-pg/blob/v1.22.1/LICENSE)
53-
- ghcr.io/cloudnative-pg/postgresql:16.1
51+
- ghcr.io/cloudnative-pg/cloudnative-pg:1.27.0
52+
- License: [Apache License 2.0](https://github.com/cloudnative-pg/cloudnative-pg/blob/v1.27.0/LICENSE)
53+
- ghcr.io/cloudnative-pg/postgresql:17.5
5454
- License: [Apache License 2.0](https://github.com/cloudnative-pg/postgres-containers/blob/main/LICENSE)
5555

5656
- Loki

apps/00-crds-cloudnative-pg/kustomization.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414

1515

1616
resources:
17-
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.22.1/config/crd/bases/postgresql.cnpg.io_clusters.yaml
18-
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.22.1/config/crd/bases/postgresql.cnpg.io_backups.yaml
19-
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.22.1/config/crd/bases/postgresql.cnpg.io_poolers.yaml
20-
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.22.1/config/crd/bases/postgresql.cnpg.io_scheduledbackups.yaml
17+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_clusters.yaml
18+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_backups.yaml
19+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_scheduledbackups.yaml
20+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_poolers.yaml
21+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_imagecatalogs.yaml
22+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_clusterimagecatalogs.yaml
23+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_databases.yaml
24+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_publications.yaml
25+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_subscriptions.yaml
26+
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/tags/v1.27.0/config/crd/bases/postgresql.cnpg.io_failoverquorums.yaml
2127
apiVersion: kustomize.config.k8s.io/v1beta1
2228
kind: Kustomization
2329
labels:

apps/01-cloudnative-pg/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ helmCharts:
2121
releaseName: '{{ app_name }}'
2222
repo: https://cloudnative-pg.io/charts/
2323
valuesFile: values.yaml
24-
version: 0.20.1
24+
version: 0.26.0
2525

2626
resources:
2727
- cluster.yaml

apps/04-keycloak-db/database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: create-keycloak-db
28-
image: ghcr.io/cloudnative-pg/postgresql:16.1
28+
image: ghcr.io/cloudnative-pg/postgresql:17.5
2929
command: ["/scripts/create-database.sh"]
3030
volumeMounts:
3131
- name: create-database

0 commit comments

Comments
 (0)