diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-22 13:37:32 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-29 19:20:03 +0000 |
commit | 6e00a8b5804469a9be1ad7d59f612341ce9bf0ce (patch) | |
tree | 79264d3589cc8e6020b617976c71695238490cfd /kubernetes/so/components/so-sdc-controller/Chart.yaml | |
parent | dcff42b4a5b406ff9abb3da0e077268581e4cb51 (diff) |
[COMMON] Bump ONAP version
Update chart versions to 13.0.0 for Montreal
Issue-ID: OOM-3173
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ie53fd021f01e459c464e44f4459a73ba0b00c172
Diffstat (limited to 'kubernetes/so/components/so-sdc-controller/Chart.yaml')
-rwxr-xr-x | kubernetes/so/components/so-sdc-controller/Chart.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/so/components/so-sdc-controller/Chart.yaml b/kubernetes/so/components/so-sdc-controller/Chart.yaml index e0db2678d4..fc5496cc3a 100755 --- a/kubernetes/so/components/so-sdc-controller/Chart.yaml +++ b/kubernetes/so/components/so-sdc-controller/Chart.yaml @@ -17,24 +17,24 @@ apiVersion: v2 appVersion: "1.0" description: A Helm chart for Kubernetes name: so-sdc-controller -version: 12.0.0 +version: 13.0.0 dependencies: - name: common - version: ~12.x-0 + version: ~13.x-0 # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' - name: readinessCheck - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: repositoryGenerator - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: soHelpers - version: ~12.x-0 + version: ~13.x-0 repository: 'file://../soHelpers' - name: serviceAccount - version: ~12.x-0 + version: ~13.x-0 repository: '@local' |