Compare commits

..

1 Commits

Author SHA1 Message Date
c685f818fd Update actions/setup-python action to v6
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 38s
2025-09-05 00:01:05 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
version: latest
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.13"
check-latest: true

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 6.5.0
version: 6.4.4
description: Cloudnative-pg Cluster
keywords:
- database

View File

@@ -21,7 +21,7 @@ cluster:
# -- Default image
image:
repository: ghcr.io/cloudnative-pg/postgresql
tag: "17.6-standard-trixie"
tag: "17.5-1-bullseye"
# -- Image pull policy. One of Always, Never or IfNotPresent. If not defined, it defaults to IfNotPresent. Cannot be updated.
# More info: https://kubernetes.io/docs/concepts/containers/images#updating-images