From 323e3505e009be19113a449d02021b1f668dc44d Mon Sep 17 00:00:00 2001 From: Gabriel Cuba Date: Tue, 5 Dec 2023 20:07:07 -0500 Subject: [PATCH] remove version from helm-chart due to bug in NBI --- two_helm_oci_knf/two_helm_oci_vnfd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two_helm_oci_knf/two_helm_oci_vnfd.yaml b/two_helm_oci_knf/two_helm_oci_vnfd.yaml index 358affcd..95427d0a 100644 --- a/two_helm_oci_knf/two_helm_oci_vnfd.yaml +++ b/two_helm_oci_knf/two_helm_oci_vnfd.yaml @@ -13,7 +13,7 @@ vnfd: - name: haproxy helm-chart: oci://registry-1.docker.io/bitnamicharts/haproxy - name: ldap - helm-chart: osm-gitlab/openldap:1.2.7 + helm-chart: osm-gitlab/openldap # TODO: add version 1.2.7 when NBI bug is fixed mgmt-cp: mgmt-ext product-name: two_helm_oci_knf provider: Telefonica -- GitLab