diff options
author | emartin <ephraim.martin@est.tech> | 2020-04-02 17:19:59 +0100 |
---|---|---|
committer | emartin <ephraim.martin@est.tech> | 2020-04-02 17:19:59 +0100 |
commit | c993f37416575b6c53934e4c80624b6b1af57819 (patch) | |
tree | 260d694960202166fbc4d3c205d46098bdc643e1 | |
parent | 227cf59ee24daddeb21b286c2a78d81548a4e1e0 (diff) |
Update PMSH image tag to 1.0.3
Issue-ID: DCAEGEN2-1820
Signed-off-by: emartin <ephraim.martin@est.tech>
Change-Id: I4c9b448283921bf6a9b422e47c01f60ae91a04c3
-rw-r--r-- | blueprints/k8s-pmsh.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/k8s-pmsh.yaml b/blueprints/k8s-pmsh.yaml index 75a04c5..39e0d95 100644 --- a/blueprints/k8s-pmsh.yaml +++ b/blueprints/k8s-pmsh.yaml @@ -29,7 +29,7 @@ inputs: tag_version: type: string description: Docker image to be used - default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pmsh:1.0.2' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pmsh:1.0.3' replicas: type: integer description: Number of instances @@ -148,4 +148,4 @@ node_templates: log_directory: '/var/log/ONAP/dcaegen2/services/pmsh' tls_info: cert_directory: '/opt/app/pmsh/etc/certs' - use_tls: true
\ No newline at end of file + use_tls: true |