diff options
Diffstat (limited to 'kubernetes/sdc/components/sdc-be/Chart.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-be/Chart.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kubernetes/sdc/components/sdc-be/Chart.yaml b/kubernetes/sdc/components/sdc-be/Chart.yaml index 5c6c0af0c7..eec4106067 100644 --- a/kubernetes/sdc/components/sdc-be/Chart.yaml +++ b/kubernetes/sdc/components/sdc-be/Chart.yaml @@ -2,6 +2,7 @@ # Modifications Copyright © 2018 AT&T, ZTE # Modifications Copyright © 2021 Orange # Modifications Copyright © 2021 Nordix Foundation +# Modifications Copyright © 2025 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +19,7 @@ apiVersion: v2 description: ONAP Service Design and Creation Backend API name: sdc-be -version: 13.0.4 +version: 13.0.5 dependencies: - name: common @@ -29,4 +30,7 @@ dependencies: repository: '@local' - name: serviceAccount version: ~13.x-0 - repository: '@local'
\ No newline at end of file + repository: '@local' + - name: readinessCheck + version: ~13.x-0 + repository: '@local' |