X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-cnf-adapter%2Frequirements.yaml;h=ce294949a2e89a3c37b949f0362218c5e3f9724f;hb=557628a23bf7e1f841b392324687799bc7064d54;hp=b0bda362dd225edb90824ac17eb1e8dd646360eb;hpb=dd714d1a2746b16644abb42a3f4d3824cbc1132e;p=oom.git diff --git a/kubernetes/so/components/so-cnf-adapter/requirements.yaml b/kubernetes/so/components/so-cnf-adapter/requirements.yaml index b0bda362dd..ce294949a2 100755 --- a/kubernetes/so/components/so-cnf-adapter/requirements.yaml +++ b/kubernetes/so/components/so-cnf-adapter/requirements.yaml @@ -11,16 +11,20 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + dependencies: - name: common - version: ~6.x-0 + version: ~8.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: ~6.x-0 + version: ~8.x-0 + repository: '@local' + - name: repositoryGenerator + version: ~8.x-0 repository: '@local' - name: soHelpers - version: ~6.x-0 + version: ~8.x-0 repository: 'file://../soHelpers'