diff --git a/README.md b/README.md
index cea28dccc..8f17be7f0 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,22 @@
# README.md
+
+
## My home Kubernetes cluster :sailboat:
... managed with Flux and Renovate :robot:
+
+
+
[](https://discord.gg/AvJxRMRf6H)
-[](https://k3s.io/)
+[](https://k3s.io/)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/renovatebot/renovate)
diff --git a/ansible/inventory/group_vars/all/k3s.yml b/ansible/inventory/group_vars/all/k3s.yml
index aaf4ddcfd..99a19c180 100644
--- a/ansible/inventory/group_vars/all/k3s.yml
+++ b/ansible/inventory/group_vars/all/k3s.yml
@@ -6,7 +6,7 @@
# Use a specific version of k3s
# renovate: datasource=github-releases depName=k3s-io/k3s
-k3s_release_version: "v1.24.4+k3s2"
+k3s_release_version: "v1.25.2+k3s1"
# -- Install using hard links rather than symbolic links.
# ...if you are using the system-upgrade-controller you will need to
diff --git a/cluster/apps/databases/postgres/helm-release.yaml b/cluster/apps/databases/postgres/helm-release.yaml
index b1f856459..722884be6 100644
--- a/cluster/apps/databases/postgres/helm-release.yaml
+++ b/cluster/apps/databases/postgres/helm-release.yaml
@@ -27,3 +27,6 @@ spec:
config:
data:
INHERITED_ANNOTATIONS: kyverno.io/ignore
+ image:
+ repository: ghcr.io/cloudnative-pg/cloudnative-pg-testing
+ tag: main
diff --git a/cluster/apps/kube-tools/system-upgrade/system-upgrade-controller/plans/agent.yaml b/cluster/apps/kube-tools/system-upgrade/system-upgrade-controller/plans/agent.yaml
index a9ea215aa..32e6e994e 100644
--- a/cluster/apps/kube-tools/system-upgrade/system-upgrade-controller/plans/agent.yaml
+++ b/cluster/apps/kube-tools/system-upgrade/system-upgrade-controller/plans/agent.yaml
@@ -8,7 +8,7 @@ metadata:
k3s-upgrade: agent
spec:
# renovate: datasource=github-releases depName=k3s-io/k3s
- version: "v1.24.4+k3s1"
+ version: "v1.25.2+k3s1"
serviceAccountName: system-upgrade
concurrency: 1
nodeSelector:
diff --git a/cluster/apps/kube-tools/system-upgrade/system-upgrade-controller/plans/server.yaml b/cluster/apps/kube-tools/system-upgrade/system-upgrade-controller/plans/server.yaml
index 1f75030ed..2a3eab7f6 100644
--- a/cluster/apps/kube-tools/system-upgrade/system-upgrade-controller/plans/server.yaml
+++ b/cluster/apps/kube-tools/system-upgrade/system-upgrade-controller/plans/server.yaml
@@ -8,7 +8,7 @@ metadata:
k3s-upgrade: server
spec:
# renovate: datasource=github-releases depName=k3s-io/k3s
- version: "v1.24.4+k3s1"
+ version: "v1.25.2+k3s1"
serviceAccountName: system-upgrade
concurrency: 1
cordon: true