diff --git a/clusters/cl01tl/storage/cloudnative-pg/values.yaml b/clusters/cl01tl/storage/cloudnative-pg/values.yaml index c5d9fea2e..5037a7359 100644 --- a/clusters/cl01tl/storage/cloudnative-pg/values.yaml +++ b/clusters/cl01tl/storage/cloudnative-pg/values.yaml @@ -4,5 +4,13 @@ cloudnative-pg: podMonitorEnabled: true plugin-barman-cloud: replicaCount: 1 + image: + registry: ghcr.io + repository: cloudnative-pg/plugin-barman-cloud + tag: v0.7.0 + sidecarImage: + registry: ghcr.io + repository: cloudnative-pg/plugin-barman-cloud-sidecar + tag: v0.7.0 crds: create: true