From de30f8ef48edf4c9b1d752db0232037cf954ceb4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Oct 2025 17:35:10 -0500 Subject: [PATCH] add images --- clusters/cl01tl/storage/cloudnative-pg/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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