File tree Expand file tree Collapse file tree 4 files changed +18
-12
lines changed Expand file tree Collapse file tree 4 files changed +18
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1414
1515
1616resources :
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
2127apiVersion : kustomize.config.k8s.io/v1beta1
2228kind : Kustomization
2329labels :
Original file line number Diff line number Diff 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
2626resources :
2727- cluster.yaml
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments