From: Jack Lucas Date: Wed, 22 Apr 2020 16:18:46 +0000 (-0400) Subject: Update TLS cert X-Git-Tag: 1.0.4^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8bc43d0f42f54245a5bdedb5178a8484c79a55d1;p=dcaegen2%2Fdeployments.git Update TLS cert Issue-ID: DCAEGEN2-2206 Signed-off-by: Jack Lucas Change-Id: Ic22963be55ad92487c23f8d571fc44c7dd01acde --- diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 67b25e0..eb306ea 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -1,7 +1,7 @@ #!/bin/bash # ================================================================================ -# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -83,7 +83,7 @@ deploy) upload_files_of_extension sh build_and_push_docker ;; - k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container|pnda-bootstrap-container|tls-init-container|consul-loader-container|multisite-init-container|dcae-k8s-cleanup-container) + k8s-bootstrap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container|pnda-bootstrap-container|tls-init-container|consul-loader-container|multisite-init-container|dcae-k8s-cleanup-container) build_and_push_docker ;; scripts|cloud_init|heat) diff --git a/pom.xml b/pom.xml index 674593b..b176667 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= org.onap.dcae ================================================================================ -Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -39,7 +39,6 @@ limitations under the License. redis-cluster-container cm-container k8s-bootstrap-container - tca-cdap-container healthcheck-container tls-init-container consul-loader-container diff --git a/tls-init-container/pom.xml b/tls-init-container/pom.xml index fd2522f..28328ea 100644 --- a/tls-init-container/pom.xml +++ b/tls-init-container/pom.xml @@ -1,7 +1,7 @@