From 4aeb83993fc3c78554ed53b5ffbf35552634e4a6 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Fri, 28 Feb 2025 13:44:27 +0100 Subject: [COMMON] Add jobAnnotations as optional variables - add Annotations to all job template metadata - make the jobAnnotations configurable via values.yaml Issue-ID: OOM-3254 Change-Id: I84a3a7e9a89ea272a239e7a86e9c615103c2c7e4 Signed-off-by: Andreas Geissler --- kubernetes/common/postgres-init/Chart.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kubernetes/common/postgres-init/Chart.yaml') diff --git a/kubernetes/common/postgres-init/Chart.yaml b/kubernetes/common/postgres-init/Chart.yaml index 8cf9707157..2f1971c77a 100644 --- a/kubernetes/common/postgres-init/Chart.yaml +++ b/kubernetes/common/postgres-init/Chart.yaml @@ -17,8 +17,7 @@ apiVersion: v2 description: Chart for Postgres init job name: postgres-init -version: 13.0.5 - +version: 13.0.6 dependencies: - name: common -- cgit