From 24d13a5c33e08b4e2e465980102c672e6b1ca07f Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 27 Jan 2026 18:08:44 +0100 Subject: [PATCH] correctly specify the tag --- everything-app/postgres-operator.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/everything-app/postgres-operator.yaml b/everything-app/postgres-operator.yaml index d480935..39a9a7b 100644 --- a/everything-app/postgres-operator.yaml +++ b/everything-app/postgres-operator.yaml @@ -10,9 +10,9 @@ spec: project: infra source: chart: postgres-operator + helm: + parameters: + - name: image.tag + value: v1.15.0 repoURL: https://opensource.zalando.com/postgres-operator/charts/postgres-operator targetRevision: 1.14.0 - helm: - valuesObject: - image: - tag: 1.15.0