diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-01 13:03:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-01 13:03:23 +0000 |
commit | c5fa56da9a576f2dff75f720a590439fe8ce5097 (patch) | |
tree | 972f3cee3a180d9cde3f71cb48441f1a840f71c9 /kubernetes/clamp/components | |
parent | 089cd9d2843fd5da0f5b5ab8faf72126e1c704db (diff) | |
parent | fa81991dff6eaea9e49fb9b85526d43a40011763 (diff) |
Merge "[CLAMP] Upgrade the FE/BE to 5.1.2"
Diffstat (limited to 'kubernetes/clamp/components')
-rw-r--r-- | kubernetes/clamp/components/clamp-backend/resources/config/application.properties | 4 | ||||
-rw-r--r-- | kubernetes/clamp/components/clamp-backend/values.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/clamp/components/clamp-backend/resources/config/application.properties b/kubernetes/clamp/components/clamp-backend/resources/config/application.properties index b2cee395b9..5bea37aaa3 100644 --- a/kubernetes/clamp/components/clamp-backend/resources/config/application.properties +++ b/kubernetes/clamp/components/clamp-backend/resources/config/application.properties @@ -43,7 +43,7 @@ server.ssl.trust-store-password=${cadi_truststore_password} spring.datasource.username=${MYSQL_USER} spring.datasource.password=${MYSQL_PASSWORD} spring.datasource.url=jdbc:mariadb:sequential://clampdb.{{ include "common.namespace" . }}:3306/${MYSQL_DATABASE}?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3 -spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,legacy-operational-policy,default-dictionary-elements +spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,default-dictionary-elements #The log folder that will be used in logback.xml file clamp.config.files.sdcController=file:/opt/clamp/sdc-controllers-config.json @@ -66,4 +66,4 @@ clamp.config.dcae.deployment.userName=none clamp.config.dcae.deployment.password=none #AAF related parameters -clamp.config.cadi.aafLocateUrl=https://aaf-locate.{{ include "common.namespace" . }}:8095
\ No newline at end of file +clamp.config.cadi.aafLocateUrl=https://aaf-locate.{{ include "common.namespace" . }}:8095 diff --git a/kubernetes/clamp/components/clamp-backend/values.yaml b/kubernetes/clamp/components/clamp-backend/values.yaml index a6d5ca0b4c..97eebeb187 100644 --- a/kubernetes/clamp/components/clamp-backend/values.yaml +++ b/kubernetes/clamp/components/clamp-backend/values.yaml @@ -66,7 +66,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/clamp-backend:5.1.0 +image: onap/clamp-backend:5.1.2 pullPolicy: Always # flag to enable debugging - application support required |