From c6049411727dad23ed96dfcbd92c2c44f2d4d671 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Mon, 13 May 2019 17:44:24 +0000 Subject: Include cert update steps Change-Id: I679fe22c02aa5dadebe1a6be027ec802493fa735 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1451 --- docs/sections/release-notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index b6d1210b..125caec5 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -47,6 +47,12 @@ The following containers are updated in R3.0.1 - An issue related to VESCollector basic authentication was noted and tracked under DCAEGEN2-1130. This configuration is not enabled by default for R3.0.1; and fix will be handled in Dublin +- Certificates under onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0 has expired March'2019 and impacting CL deployment from CLAMP. Follow below workaround to update the certificate + kubectl get deployments -n onap | grep deployment-handler + kubectl edit deployment -n onap dev-dcaegen2-dcae-deployment-handler + Search and change tag onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0 to onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.3 + + Version: 3.0.0 -- cgit 1.2.3-korg