diff options
author | vv770d <vv770d@att.com> | 2022-02-15 16:24:20 +0000 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-02-21 16:01:57 +0000 |
commit | 8f5065441c82031243bcf42d6251831e7455b60a (patch) | |
tree | 643ff601ddece9cc7724550ddce7ffffbb2b000a /kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | |
parent | ee44596721d34f997a7e03163e64ff34fc5ee35d (diff) |
[DCAE] Fix blueprint upload error
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>
Diffstat (limited to 'kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml index e54608b30e..665e833f43 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml @@ -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 |