diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-09-01 17:04:37 -0400 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-09-07 11:11:34 -0400 |
commit | a54781bb5e9c960f54a37739be45a1614a80cf97 (patch) | |
tree | fddb5bb2b53cc6529a7e6b93c0ae556a42cbbd05 /kubernetes/dcaemod | |
parent | 3980a8cbeb63c885b123ac50033e32ed996bb39a (diff) |
[DCAE] Bootstrap and other components version update
bootstrap 3.3.4 includes blueprint updates for following components
universalvesadaptor:1.3.0
datalake.exposure.service:1.1.1
datalakefeeder:1.1.1
prh-app-server:1.7.1
pm-mapper:1.7.1
Resource limit added for tca deployment
CM Container version bumped to 4.6.1 (includes clamp plugintype file
update)
MOD-Runtime import update for clampplugin 1.1.1
Change-Id: I4ea1c47a452f0649bc6cea375511b45be9f97beb
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2904
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'kubernetes/dcaemod')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml index 90bc0989d0..22c4cdb3b2 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml @@ -35,7 +35,7 @@ config: importCloudify: https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml importK8S: plugin:k8splugin?version=>=3.5.1,<4.0.0 importPostgres: plugin:pgaas?version=1.3.0 - importClamp: plugin:clamppolicyplugin?version=1.1.0 + importClamp: plugin:clamppolicyplugin?version=1.1.1 importDMaaP: plugin:dmaap?version=>=1.5.1,<2.0.0 useDmaapPlugin: false bpResourcesCpuLimit: 250m |