We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d9dfb commit e8e5260Copy full SHA for e8e5260
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- upgrade `pgClusterRecoveryTest` image tag: 17.5 => 18.1
13
14
## [2.28.4] - 2025-12-08
15
16
### Changed
helm/grafana/values.yaml
@@ -15,6 +15,11 @@ pgClusterRecoveryTest:
pgCluster:
name: grafana-postgresql-recovery-test
17
namespace: monitoring
18
+ image:
19
+ # used by renovate
20
+ # registry: gsoci.azurecr.io
21
+ name: giantswarm/postgresql-cnpg
22
+ tag: 18.1
23
24
#-- Grafana postgresql database, using CNPG
25
postgresqlCluster:
0 commit comments