[DCAE] Fix blueprint upload error 37/127137/3
authorvv770d <vv770d@att.com>
Tue, 15 Feb 2022 16:24:20 +0000 (16:24 +0000)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 21 Feb 2022 16:01:57 +0000 (16:01 +0000)
Blueprint version format updated to resolve
INT type max value restriction

Change-Id: I72497304e7709a675ff8258537b4682eef18624f
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-3077
Issue-ID: DCAEGEN2-3028
Signed-off-by: vv770d <vv770d@att.com>
kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml
kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml

index b012ee4..a5a6870 100644 (file)
@@ -1,6 +1,6 @@
 #============LICENSE_START========================================================
 #=================================================================================
-# Copyright (c) 2018-2021 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2018-2022 AT&T Intellectual Property. All rights reserved.
 # Modifications Copyright © 2018 Amdocs, Bell Canada
 # Copyright (c) 2021 J. F. Lucas.  All rights reserved.
 # ================================================================================
@@ -104,7 +104,7 @@ mongo:
   disableNfsProvisioner: true
 
 # application image
-image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:3.3.5
+image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:3.3.6
 default_k8s_location: central
 
 # DCAE component images to be deployed via Cloudify Manager
index e54608b..665e833 100644 (file)
@@ -1,6 +1,6 @@
 #============LICENSE_START========================================================
 #=================================================================================
-# Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2019-2022 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.
@@ -71,7 +71,7 @@ readiness:
   # Should have a proper readiness endpoint or script
 
 # application image
-image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.2.3
+image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.2.4
 
 # Resource Limit flavor -By Default using small
 flavor: small