diff options
-rw-r--r-- | cm-container/pom.xml | 2 | ||||
-rwxr-xr-x | cm-container/scripts/get-type-files.sh | 3 | ||||
-rwxr-xr-x | k8s-bootstrap-container/build-plugins.sh | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/cm-container/pom.xml b/cm-container/pom.xml index bc6ae97..7b4d5e3 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>1.6.1</version> + <version>1.6.2</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/cm-container/scripts/get-type-files.sh b/cm-container/scripts/get-type-files.sh index 8a31d98..fb44175 100755 --- a/cm-container/scripts/get-type-files.sh +++ b/cm-container/scripts/get-type-files.sh @@ -31,7 +31,8 @@ DCAETYPEFILES=\ /dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ /k8splugin/1.4.5/k8splugin_types.yaml \ -/k8splugin/1.4.12/k8splugin_types.yaml \ +/k8splugin/1.4.13/k8splugin_types.yaml \ +clamppolicyplugin/1.0.0/clamppolicyplugin_types.yaml \ " diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index 6f0ff1e..e331c66 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -33,8 +33,9 @@ DEST=wagons DCAEPLUGINFILES=\ "\ k8splugin/1.4.5/k8splugin-1.4.5.tgz -k8splugin/1.4.12/k8splugin-1.4.13.tgz +k8splugin/1.4.13/k8splugin-1.4.13.tgz relationshipplugin/1.0.0/relationshipplugin-1.0.0.tgz +clamppolicyplugin/1.0.0/clamppolicyplugin-1.0.0.tgz dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \ " |