aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-request-db-adapter
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2019-10-14 10:46:52 +0530
committerseshukm <seshu.kumar.m@huawei.com>2019-10-14 10:46:52 +0530
commitfb56d719899bb70b707a8e6e264df3f6bfd2edc8 (patch)
treeefd2034167a7f4d717c60a59e9c49a8a226207d0 /kubernetes/so/charts/so-request-db-adapter
parent74d6563043bd45b7487387e02852c31c0bf7d25f (diff)
bump the SO version to 1.5.3
Issue-ID: SO-2328 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
Diffstat (limited to 'kubernetes/so/charts/so-request-db-adapter')
-rwxr-xr-xkubernetes/so/charts/so-request-db-adapter/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/charts/so-request-db-adapter/values.yaml b/kubernetes/so/charts/so-request-db-adapter/values.yaml
index 028d123a31..58e6412847 100755
--- a/kubernetes/so/charts/so-request-db-adapter/values.yaml
+++ b/kubernetes/so/charts/so-request-db-adapter/values.yaml
@@ -27,7 +27,7 @@ global:
# Application configuration defaults.
#################################################################
repository: nexus3.onap.org:10001
-image: onap/so/request-db-adapter:1.5.2
+image: onap/so/request-db-adapter:1.5.3
pullPolicy: Always
replicaCount: 1
ng.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<!--
  ============LICENSE_START=======================================================
   Copyright (C) 2018 Ericsson. All rights reserved.
   Modifications Copyright (C) 2021,2023-2024 Nordix Foundation.
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

  SPDX-License-Identifier: Apache-2.0
  ============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol</groupId>
        <artifactId>plugins-event-protocol</artifactId>
        <version>4.1.0-SNAPSHOT</version>
    </parent>

    <artifactId>plugins-event-protocol-jms</artifactId>
    <name>${project.artifactId}</name>
    <description>[${project.parent.artifactId}] Plugins for handling events that are being transported as JMS messages
    </description>

    <dependencies>
        <dependency>
            <groupId>org.apache.activemq</groupId>
            <artifactId>activemq-client</artifactId>
            <version>${version.activemq}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>jakarta.jms</groupId>
            <artifactId>jakarta.jms-api</artifactId>
            <version>${version.jms}</version>
        </dependency>
    </dependencies>
</project>