summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dpo/blueprints/k8s-pm-mapper.yaml4
-rw-r--r--src/main/resources/Dockerfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/dpo/blueprints/k8s-pm-mapper.yaml b/dpo/blueprints/k8s-pm-mapper.yaml
index eabe51e..c129357 100644
--- a/dpo/blueprints/k8s-pm-mapper.yaml
+++ b/dpo/blueprints/k8s-pm-mapper.yaml
@@ -22,7 +22,7 @@ tosca_definitions_version: cloudify_dsl_1_3
imports:
- "http://www.getcloudify.org/spec/cloudify/3.4/types.yaml"
- - "https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/k8splugin/1.4.5/k8splugin_types.yaml"
+ - "https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/k8splugin/1.4.13/k8splugin_types.yaml"
inputs:
tag_version:
@@ -88,7 +88,7 @@ inputs:
dmaap_mr_service_host:
type: string
description: DMAAP Message Router host address
- default: "dmaap-mr"
+ default: "message-router"
dmaap_mr_service_port:
type: string
description: DMAAP Message Router host port
diff --git a/src/main/resources/Dockerfile b/src/main/resources/Dockerfile
index 2f4505c..e354d13 100644
--- a/src/main/resources/Dockerfile
+++ b/src/main/resources/Dockerfile
@@ -17,7 +17,7 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#
-FROM openjdk:8-jre-alpine
+FROM openjdk:8u171-jre-alpine
ENTRYPOINT ["/bin/sh", "-c", "nohup sh etc/reconfigure.sh & /usr/bin/java -jar /opt/app/pm-mapper/pm-mapper.jar"]
ARG JAR