diff options
author | 2025-02-28 13:44:27 +0100 | |
---|---|---|
committer | 2025-03-01 11:18:53 +0100 | |
commit | 4aeb83993fc3c78554ed53b5ffbf35552634e4a6 (patch) | |
tree | debbbf3cb8096c674754e01f431c6d54f8798375 /kubernetes/sdc/components/sdc-wfd-be/Chart.yaml | |
parent | 3efc75775a486e5116d73dd1180c461870edb51b (diff) |
[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 <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/sdc/components/sdc-wfd-be/Chart.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-wfd-be/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdc/components/sdc-wfd-be/Chart.yaml b/kubernetes/sdc/components/sdc-wfd-be/Chart.yaml index ea2d0f2443..725104fc63 100644 --- a/kubernetes/sdc/components/sdc-wfd-be/Chart.yaml +++ b/kubernetes/sdc/components/sdc-wfd-be/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 description: ONAP Service Design and Creation Workflow Designer backend name: sdc-wfd-be -version: 13.0.1 +version: 13.0.2 dependencies: - name: repositoryGenerator |